Table of Contents

Class ComposedVoice

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public class ComposedVoice
Inheritance
ComposedVoice
Inherited Members
Extension Methods

Constructors

ComposedVoice()

public ComposedVoice()

Properties

AttemptLimit

public int AttemptLimit { get; set; }

Property Value

int

IsEmpty

public bool IsEmpty { get; }

Property Value

bool

TimeLimit

public int TimeLimit { get; set; }

Property Value

int

Methods

Clone()

public ComposedVoice Clone()

Returns

ComposedVoice

CopyTo(ComposedVoice)

public void CopyTo(ComposedVoice other)

Parameters

other ComposedVoice

IsEqual(ComposedVoice)

public bool IsEqual(ComposedVoice other)

Parameters

other ComposedVoice

Returns

bool