C# Class Sportradar.OddsFeed.SDK.Entities.REST.Internal.Caching.CI.EventPlayerAssistCI

A cache item for event player assist
Inheritance: Sportradar.OddsFeed.SDK.Entities.REST.Internal.Caching.CI.CacheItem
Afficher le fichier Open project: sportradar/UnifiedOddsSdkNet

Méthodes publiques

Méthode Description
EventPlayerAssistCI ( EventPlayerAssistDTO dto, CultureInfo culture ) : System.Collections.Generic

Initializes a new instance of the EventPlayerAssistCI class.

EventPlayerAssistCI ( ExportableEventPlayerAssistCI exportable ) : System.Collections.Generic

Initializes a new instance of the EventPlayerAssistCI class.

ExportAsync ( ) : Task

Asynchronous export item's properties

Method Details

EventPlayerAssistCI() public méthode

Initializes a new instance of the EventPlayerAssistCI class.
public EventPlayerAssistCI ( EventPlayerAssistDTO dto, CultureInfo culture ) : System.Collections.Generic
dto EventPlayerAssistDTO The dto containing data
culture CultureInfo The culture of the data
Résultat System.Collections.Generic

EventPlayerAssistCI() public méthode

Initializes a new instance of the EventPlayerAssistCI class.
public EventPlayerAssistCI ( ExportableEventPlayerAssistCI exportable ) : System.Collections.Generic
exportable ExportableEventPlayerAssistCI The
Résultat System.Collections.Generic

ExportAsync() public méthode

Asynchronous export item's properties
public ExportAsync ( ) : Task
Résultat Task