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
ファイルを表示 Open project: sportradar/UnifiedOddsSdkNet

Public Methods

Method 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 method

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
return System.Collections.Generic

EventPlayerAssistCI() public method

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

ExportAsync() public method

Asynchronous export item's properties
public ExportAsync ( ) : Task
return Task