Class EntityBase
- Namespace
- Sportradar.LiveData.Sdk.Common.Types
- Assembly
- Sportradar.LiveData.Sdk.dll
Serves as a base class for all client data contracts/entities.
[Serializable]
public abstract class EntityBase
- Inheritance
-
EntityBase
- Derived
- Inherited Members
Constructors
EntityBase()
protected EntityBase()
EntityBase(XmlAttribute[])
public EntityBase(XmlAttribute[] any_attr)
Parameters
any_attrXmlAttribute[]
Properties
AdditionalData
Contains any additional XML attributes found while parsing XML feed messages that are not supported with the current version of the data contracts. These are represented as an XML attribute name-value tuples.
public IDictionary<string, string> AdditionalData { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Remarks
Can be used for diagnostics purposes.