Show / Hide Table of Contents

Class ParameterChannelGroupMapper

parameterChannelGroupMapper.

Inheritance
System.Object
ParameterChannelGroupMapper
Namespace: MESL.SqlRace.Domain.Repositories.Configuration
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class ParameterChannelGroupMapper : Object

Constructors

ParameterChannelGroupMapper(IEnumerable<ParameterBase>)

.

Declaration
public ParameterChannelGroupMapper(IEnumerable<ParameterBase> newParameters)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ParameterBase> newParameters

ParameterChannelGroupMapper(IEnumerable<ParameterBase>, IEnumerable<ParameterBase>)

.

Declaration
public ParameterChannelGroupMapper(IEnumerable<ParameterBase> existingParameters, IEnumerable<ParameterBase> newParameters)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<ParameterBase> existingParameters
System.Collections.Generic.IEnumerable<ParameterBase> newParameters

Properties

NewChannelMappings

New channel mappings.

Declaration
public List<KeyValuePair<string, uint>> NewChannelMappings { get; }
Property Value
Type Description
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.String, System.UInt32>>

NewGroupMappings

New group mappings

Declaration
public List<KeyValuePair<string, string>> NewGroupMappings { get; }
Property Value
Type Description
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.String, System.String>>
Back to top Generated by DocFX