Click or drag to resize

IBaseEntity Interface

Defines a contract for classes implementing basic entity information, containing Id as URN and translatable Name

Namespace: Sportradar.OddsFeed.SDK.Entities.REST
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IBaseEntity : IEntityPrinter

The IBaseEntity type exposes the following members.

Properties
 NameDescription
Public propertyId Gets the URN identifying the current instance
Public propertyNames Gets the list of translated names
Top
Methods
 NameDescription
Public methodGetName Gets the name associated with this instance in specific language
Public methodToString Returns a String that represents this instance.
(Inherited from IEntityPrinter)
Public methodToString(IFormatProvider) Returns a string that represents the current object
(Inherited from IEntityPrinter)
Public methodToString(String, IFormatProvider)Formats the value of the current instance using the specified format.
(Inherited from IEntityPrinter)
Top
See Also