Click or drag to resize

ExportableTeamCompetitorCI Class

Class used to export/import team competitor cache item properties
Inheritance Hierarchy
SystemObject
  Sportradar.OddsFeed.SDK.Entities.REST.Caching.ExportableExportableCI
    Sportradar.OddsFeed.SDK.Entities.REST.Caching.ExportableExportableCompetitorCI
      Sportradar.OddsFeed.SDK.Entities.REST.Caching.ExportableExportableTeamCompetitorCI

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 ExportableTeamCompetitorCI : ExportableCompetitorCI

The ExportableTeamCompetitorCI type exposes the following members.

Constructors
 NameDescription
Public methodExportableTeamCompetitorCIInitializes a new instance of the ExportableTeamCompetitorCI class
Top
Properties
 NameDescription
Public propertyAbbreviations A IDictionaryTKey, TValue containing competitor abbreviations in different languages
(Inherited from ExportableCompetitorCI)
Public propertyAgeGroup A String representing the age group
(Inherited from ExportableCompetitorCI)
Public propertyAssociatedPlayerIds A ListT containing associated player ids
(Inherited from ExportableCompetitorCI)
Public propertyCategoryId A String representing the category id
(Inherited from ExportableCompetitorCI)
Public propertyCountryCode A String representing the country code
(Inherited from ExportableCompetitorCI)
Public propertyCountryNames A IDictionaryTKey, TValue containing competitor's country name in different languages
(Inherited from ExportableCompetitorCI)
Public propertyCultureCompetitorProfileFetched The list of CultureInfo used to fetch competitor profiles
(Inherited from ExportableCompetitorCI)
Public propertyDivision A Int32 representing the division
Public propertyGender A String representing the gender
(Inherited from ExportableCompetitorCI)
Public propertyId A String representing id of the related entity
(Inherited from ExportableCI)
Public propertyIsVirtual A Boolean indicating whether represented competitor is virtual
(Inherited from ExportableCompetitorCI)
Public propertyJerseys A ListT containing jerseys
(Inherited from ExportableCompetitorCI)
Public propertyManager A ExportableManagerCI representing the manager
(Inherited from ExportableCompetitorCI)
Public propertyName A IDictionaryTKey, TValue containing translated name of the item
(Inherited from ExportableCI)
Public propertyPrimaryCulture A CultureInfo representing the primary culture
(Inherited from ExportableCompetitorCI)
Public propertyQualifier A String representing the qualifier additionally describing the competitor (e.g. home, away, ...)
Public propertyRaceDriverProfile A ExportableRaceDriverProfileCI representing the race driver profile
(Inherited from ExportableCompetitorCI)
Public propertyReferenceIds A IDictionaryTKey, TValue containing reference ids
(Inherited from ExportableCompetitorCI)
Public propertyShortName Gets the short name
(Inherited from ExportableCompetitorCI)
Public propertySportId A String representing the sport id
(Inherited from ExportableCompetitorCI)
Public propertyState A String representing the state
(Inherited from ExportableCompetitorCI)
Public propertyVenue A ExportableVenueCI representing the venue
(Inherited from ExportableCompetitorCI)
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