Class Participant
Inheritance
System.Object
Participant
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
Constructors
Participant()
Declaration
Properties
AssertedIdentity
Declaration
public string AssertedIdentity { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Identity
Declaration
public string Identity { get; set; }
Property Value
Type |
Description |
System.String |
|
IsHidden
Declaration
public bool IsHidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LanguageId
Declaration
public string LanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
Originator
Declaration
public bool Originator { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Region
Declaration
public string Region { get; set; }
Property Value
Type |
Description |
System.String |
|
TenantId
Declaration
public string TenantId { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
Validate()
Declaration
Validate(IEnumerable<Participant>)
Declaration
public static void Validate(IEnumerable<Participant> participants)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<Participant> |
participants |
|