StrixSerializationProperties Methods |
The StrixSerializationProperties type exposes the following members.
Name | Description | |
---|---|---|
Clear | ||
GetT(Int32, T) |
Gets a synchronized value by an integer key.
| |
GetT(String, T) |
Gets a synchronized value by a string key.
| |
GetProperties |
Gets the synchronized properties Dictionary.
| |
RegisterIndexOfProperty |
Associates a string key with an integer value. Used in conjunction with Set(String, Object, String) and GetT(String, T).
| |
Set(Int32, Object, String) |
Stores a value to be synchronized by an integer key.
| |
Set(String, Object, String) |
Stores a value to be synchronized by a string key.
|