Method | Description | |
---|---|---|
DaPropertyState ( ISystemContext context, string itemId, DaProperty property, ushort namespaceIndex ) : System |
Initializes a new instance of the DaPropertyState class.
|
|
Initialize ( ISystemContext context, string itemId, DaProperty property, ushort namespaceIndex ) : void |
Initializes the node from the element.
|
public DaPropertyState ( ISystemContext context, string itemId, DaProperty property, ushort namespaceIndex ) : System | ||
context | ISystemContext | The context. |
itemId | string | The item id. |
property | DaProperty | The property. |
namespaceIndex | ushort | Index of the namespace. |
return | System |
public Initialize ( ISystemContext context, string itemId, DaProperty property, ushort namespaceIndex ) : void | ||
context | ISystemContext | The context. |
itemId | string | The item id. |
property | DaProperty | The property. |
namespaceIndex | ushort | Index of the namespace. |
return | void |