Method | Description | |
---|---|---|
NodeProperties ( |
||
NodeProperties ( TransactionalNodeService node ) : System | ||
RemoveMetadata ( string key ) : bool |
Method | Description | |
---|---|---|
CompactUpdates ( ) : void |
Compacts the Updates list so that when multiple operations exist for a single piece of metadata only the last operation is left in the Updates list.
|
|
GetIntMetadataValue ( string key ) : int? | ||
GetMetadataValue ( string key ) : string | ||
IEditableObject ( ) : void | ||
Update ( string key, int value ) : void | ||
Update ( string key, string value ) : void |
public NodeProperties ( TransactionalNodeService node ) : System | ||
node | TransactionalNodeService | |
return | System |