Click or drag to resize

StateSyncEntry Methods

The StateSyncEntry type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetExtendedDataValueT
Gets a typed value from extended data. Only supported when SetExtendedDataValue was called before.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNullifiedExtendedDataValue
Gets a nullified string value from extended data. Only supported when SetExtendedDataValue was called before.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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