CustomProperty Class |
Namespace: Demo3D.Utilities
public sealed class CustomProperty : BindableItem, ICloneable
The CustomProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowedAccess | Field ValueType:Returns the allowed access for external IO on this item. | |
| AutoGenerated | Field ValueType:This custom property is generated and shouldn't be deleted by the user. | |
| BindingName | Field ValueType:The name of the bindable item. Usually the name of the custom property, but for other specialized items (such as Conveyor.IsMotorOn) returns the binding name ("IsMotorOn"). | |
| Category | Field ValueType:The category for the custom property (Defaults to CustomProperty.DefaultCategory). | |
| DefaultAccess |
Returns the default access for external IO on this item.
(Inherited from BindableItem.) | |
| Description | Field ValueType:The description of the custom property. | |
| Expression |
Returns the full expression of the item.
Includes the full name of the associated visual and the binding name.
(Inherited from BindableItem.) | |
| Hidden | Field ValueType:Whether the custom property is hidden in the user interface or not. | |
| InitialExpression | Field ValueType:Gets or sets an expression for the initial value of this custom property. | |
| IOControl |
Gets or sets a property to control how individual updates to this item are presented externally.
(Inherited from BindableItem.) | |
| IsBindingInterface |
Simple and crude way of declaring a bindable item as part of the binding interface for a component.
(Inherited from BindableItem.) | |
| IsBound |
Returns true if this item is bound to a server item in the TagBrowser.
(Inherited from BindableItem.) | |
| Name | Field ValueType:Name of the custom property | |
| Persistent | Field ValueType:Should the custom property be written to disk. | |
| PropertyName | (Overrides BindableItemPropertyName.) | |
| ReadOnly | Field ValueType:Whether the custom property can be edited in the user interface or not. | |
| Type | Field ValueType:The type of the custom property. | |
| UpdatedScript | Field ValueType:Occurs whenever the custom property value changes. | |
| Value |
Gets or sets the value of the item.
(Inherited from BindableItem.) | |
| Visual |
Gets or sets the visual that this bindable item is attached to.
(Inherited from BindableItem.) |
| Name | Description | |
|---|---|---|
| Clone |
Create a clone of the custom property.
(Overrides BindableItemClone.) | |
| ToString |
Name of the custom property.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| ExpressionChanged |
Occurs when the Expression changes. For example if the associated visual's name changes.
(Inherited from BindableItem.) | |
| ValueChangedListeners |
Occurs when the value of the item changes.
(Inherited from BindableItem.) |
| Name | Description | |
|---|---|---|
| DefaultCategory | Field ValueType:The default category name to be used when creating new custom properties. | |
| Owner |