Class ParticipantMixerLevel
Inheritance
System.Object
ParticipantMixerLevel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class ParticipantMixerLevel
Constructors
ParticipantMixerLevel()
Declaration
public ParticipantMixerLevel()
Properties
DuckingParameters
Declaration
public DuckingParameters DuckingParameters { get; set; }
Property Value
Type | Description |
---|---|
DuckingParameters |
ExclusiveMode
Declaration
public bool ? ExclusiveMode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ReceiverParticipantLegId
Declaration
public string ReceiverParticipantLegId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SourceLevels
Declaration
public IEnumerable<SourceLevel> SourceLevels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SourceLevel> |
Methods
Validate()
Declaration
public void Validate()
Validate(IEnumerable<ParticipantMixerLevel>)
Declaration
public static void Validate(IEnumerable<ParticipantMixerLevel> participantMixerLevels)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<ParticipantMixerLevel> | participantMixerLevels |