Click or drag to resize

PersistentStateItemKey Class

[Missing <summary> documentation for "T:Sportradar.SDK.Common.PersistentStateItemKey"]

Inheritance Hierarchy
SystemObject
  Sportradar.SDK.CommonPersistentStateItemKey

Namespace: Sportradar.SDK.Common
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
[SerializableAttribute]
public class PersistentStateItemKey : IEquatable<PersistentStateItemKey>

The PersistentStateItemKey type exposes the following members.

Constructors
 NameDescription
Public methodPersistentStateItemKeyInitializes a new instance of the PersistentStateItemKey class
Top
Properties
 NameDescription
Public propertyKey 
Public propertyProviderType 
Top
Methods
 NameDescription
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodEquals(PersistentStateItemKey) 
Public methodStatic memberFromClientKey 
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetObjectData 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToClientKey 
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
Operators
See Also