Show / Hide Table of Contents

Class UpdateParticipantsBase

Inheritance
System.Object
ActionBase
UpdateParticipantsBase
AddParticipants
RemoveParticipants
RemoveParticipantsAll
Inherited Members
ActionBase.OperationId
ActionBase.Action
ActionBase.IsStandaloneAction
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
ActionBase.Equals(Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
ActionBase.GetHashCode()

Validate()

Declaration
public override void Validate()
Overrides
ActionBase.Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX