Class SourceLevel
Inheritance
System.Object
SourceLevel
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 SourceLevel
Constructors
SourceLevel()
Declaration
public SourceLevel()
Properties
DuckOthers
Declaration
public bool ? DuckOthers { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Level
Declaration
public uint ? Level { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt32> |
SourceParticipantLegId
Declaration
public string SourceParticipantLegId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Validate(IEnumerable<SourceLevel>)
Declaration
public static void Validate(IEnumerable<SourceLevel> sourceLevels)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<SourceLevel> | sourceLevels |