StateSyncEntry Methods |
The StateSyncEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| GetExtendedDataValueT |
Gets a typed value from extended data.
Only supported when SetExtendedDataValue was called before.
| |
| GetNullifiedExtendedDataValue |
Gets a nullified string value from extended data.
Only supported when SetExtendedDataValue was called before.
| |
| SetExtendedDataValue |
Writes a key-value pair to the extended data.
Note the value will be simply formatted to its string counterpart, if it's not already a string.
This will overwrite any non-dictionary compatible value that extended data could contain.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) | |
| Trace |
Traces this instance.
| |
| TryGetExtendedDataValue |
Tries to get a value using a name, from extended data.
Only supported when SetExtendedDataValue was called before.
|