Click or drag to resize

StateSyncEntry Methods

The StateSyncEntry type exposes the following members.

Methods
  NameDescription
Public methodGetExtendedDataValueT
Gets a typed value from extended data. Only supported when SetExtendedDataValue was called before.
Public methodGetNullifiedExtendedDataValue
Gets a nullified string value from extended data. Only supported when SetExtendedDataValue was called before.
Public methodSetExtendedDataValue
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.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Public methodTrace
Traces this instance.
Public methodTryGetExtendedDataValue
Tries to get a value using a name, from extended data. Only supported when SetExtendedDataValue was called before.
Top
See Also