Table of Contents

Class ClientSocialItemsSource

Namespace
StockSharp.Studio.WebApi
Assembly
StockSharp.Studio.WebApi.dll

IItemsSource implementation for StockSharp.Web.DomainModel.ClientSocial.

public class ClientSocialItemsSource : ItemsSourceBase<ClientSocial>, IItemsSource<ClientSocial>, IItemsSource
Inheritance
ItemsSourceBase<ClientSocial>
ClientSocialItemsSource
Implements
IItemsSource<ClientSocial>
Inherited Members
Extension Methods

Constructors

ClientSocialItemsSource()

Initializes a new instance of the ClientSocialItemsSource.

public ClientSocialItemsSource()

Methods

GetName(ClientSocial)

Retrieves the display name for the specified value.

protected override string GetName(ClientSocial value)

Parameters

value ClientSocial

The value whose display name is to be retrieved.

Returns

string

The display name.

GetValues()

Retrieves the underlying collection of values.

protected override IEnumerable<ClientSocial> GetValues()

Returns

IEnumerable<ClientSocial>

The collection of values.