Click or drag to resize

ExportableCompetitorCI Class

Class used to export/import competitor cache item properties
Inheritance Hierarchy

Namespace: Sportradar.OddsFeed.SDK.Entities.REST.Caching.Exportable
Assembly: Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
[SerializableAttribute]
public class ExportableCompetitorCI : ExportableCI

The ExportableCompetitorCI type exposes the following members.

Constructors
 NameDescription
Public methodExportableCompetitorCIInitializes a new instance of the ExportableCompetitorCI class
Top
Properties
 NameDescription
Public propertyAbbreviations A IDictionaryTKey, TValue containing competitor abbreviations in different languages
Public propertyAgeGroup A String representing the age group
Public propertyAssociatedPlayerIds A ListT containing associated player ids
Public propertyCategoryId A String representing the category id
Public propertyCountryCode A String representing the country code
Public propertyCountryNames A IDictionaryTKey, TValue containing competitor's country name in different languages
Public propertyCultureCompetitorProfileFetched The list of CultureInfo used to fetch competitor profiles
Public propertyGender A String representing the gender
Public propertyId A String representing id of the related entity
(Inherited from ExportableCI)
Public propertyIsVirtual A Boolean indicating whether represented competitor is virtual
Public propertyJerseys A ListT containing jerseys
Public propertyManager A ExportableManagerCI representing the manager
Public propertyName A IDictionaryTKey, TValue containing translated name of the item
(Inherited from ExportableCI)
Public propertyPrimaryCulture A CultureInfo representing the primary culture
Public propertyRaceDriverProfile A ExportableRaceDriverProfileCI representing the race driver profile
Public propertyReferenceIds A IDictionaryTKey, TValue containing reference ids
Public propertyShortName Gets the short name
Public propertySportId A String representing the sport id
Public propertyState A String representing the state
Public propertyVenue A ExportableVenueCI representing the venue
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also