Class IProperty
Base property component.
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
public class IProperty : IComponentAttachment
Fields
| Name | Description |
|---|---|
| _subType | The sub type |
| kDataFieldBindingFlags | Flags describing the data field, used for reflection. |
| kDataFieldName | Constant name for the port field used for reflection. |
Properties
| Name | Description |
|---|---|
| Port | Reference to the port held by this property. |
| SubType | Gets or sets the type of the sub. |
Methods
| Name | Description |
|---|---|
| OnValidate() | Implement for behaviour on property data change. |
| SetDefaultValue(string) | Set a default value using the serialized port json. |