Channel mapping options dto.

ChannelMappingOptionsDto

interface ChannelMappingOptionsDto {
    Mappings?: NameValuePair[];
    ProviderChannels?: NameIdPair[];
    ProviderName?: null | string;
    TunerChannels?: TunerChannelMapping[];
}

Properties

Mappings?: NameValuePair[]

Gets or sets list of mappings.

ChannelMappingOptionsDto

ProviderChannels?: NameIdPair[]

Gets or sets list of provider channels.

ChannelMappingOptionsDto

ProviderName?: null | string

Gets or sets provider name.

ChannelMappingOptionsDto

TunerChannels?: TunerChannelMapping[]

Gets or sets list of tuner channels.

ChannelMappingOptionsDto