Property |
public abstract class PropertyKeyBase
The PropertyKeyBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | PropertyKeyBase(Type, String, String, PropertyLevel) | Initializes a new instance of the PropertyKeyBase class |
![]() | PropertyKeyBase(Type, String, String, PropertyLevel, Type) | Initializes a new instance of the PropertyKeyBase class |
Name | Description | |
---|---|---|
![]() ![]() | AllRegisteredPropertyKeys | Gets all registered property keys. |
![]() | ApplicationItemType | Gets the type of the application item. This value is used only if ApplicationLevel contains the flag Document. |
![]() | ApplicationLevel | Gets the application level this property is intended for. See PropertyLevel for details. |
![]() | CanCreateEditingController | Gets a value indicating whether this key contains a function that returns a Gui controller to edit the property value. |
![]() | GuidString | Gets the unique identifier string that identifies the property key. This value is used in the dictionaries as a key to store the property values. |
![]() | PropertyName | Gets the name of the property. The name can contain backslashes, which are used in the Gui system to group the items by category. |
![]() | PropertyType | Gets the type of the property value that can be accessed with this key. |
Name | Description | |
---|---|---|
![]() | ApplyProperty | Applies the property. |
![]() | CreateEditingController | Function to get a Gui controller in order to edit a property value. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() ![]() | GetPropertyKey | Gets the property key by providing the properties key string. |
![]() ![]() | GetPropertyName | Gets the name of the property. |
![]() ![]() | GetPropertyValueType | Gets the type of the property value. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |