Class UpdateParticipantsBase
Inheritance
System.Object
UpdateParticipantsBase
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()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public abstract class UpdateParticipantsBase : ActionBase
Constructors
UpdateParticipantsBase(String)
Declaration
protected UpdateParticipantsBase(string action)
Parameters
Type | Name | Description |
---|---|---|
System.String | action |
Properties
Participants
Declaration
public virtual Participant[] Participants { get; set; }
Property Value
Type | Description |
---|---|
Participant[] |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
Validate()
Declaration
public override void Validate()