Table of Contents

Class ChangeQuestionComposedVoice

Namespace
InSite.Application.Banks.Write
Assembly
Shift.Sdk.dll
public class ChangeQuestionComposedVoice : Command, ICommand
Inheritance
ChangeQuestionComposedVoice
Implements
Inherited Members
Extension Methods

Constructors

ChangeQuestionComposedVoice(Guid, Guid, ComposedVoice)

public ChangeQuestionComposedVoice(Guid bank, Guid question, ComposedVoice composedVoice)

Parameters

bank Guid
question Guid
composedVoice ComposedVoice

Properties

AttemptLimit

public int AttemptLimit { get; set; }

Property Value

int

ComposedVoice

public ComposedVoice ComposedVoice { get; set; }

Property Value

ComposedVoice

Question

public Guid Question { get; set; }

Property Value

Guid

TimeLimit

public int TimeLimit { get; set; }

Property Value

int