Click or drag to resize

ClientPersistentStateItem Class

Client persistent state item.
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.CommonClientPersistentStateItem

Namespace: Sportradar.SDK.Common
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
[SerializableAttribute]
public sealed class ClientPersistentStateItem

The ClientPersistentStateItem type exposes the following members.

Constructors
 NameDescription
Public methodClientPersistentStateItem Initializes a new instance of the ClientPersistentStateItem class.
Top
Properties
 NameDescription
Public propertyItemLastUpdated Time when item was last updated.
Public propertyKey Persistent state item key.
Public propertyValue Persistent state item value.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetObjectData 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also