Table of Contents

Class BankCommandGenerator

Namespace
InSite.Application.Banks.Write
Assembly
Shift.Sdk.dll
public class BankCommandGenerator
Inheritance
BankCommandGenerator
Inherited Members
Extension Methods

Constructors

BankCommandGenerator()

public BankCommandGenerator()

Methods

GetCommands(BankState)

Returns the list of commands to create a Bank.

public List<ICommand> GetCommands(BankState bank)

Parameters

bank BankState

Returns

List<ICommand>

GetCommands(Guid, Set)

Returns the list of commands to create a Set.

public List<ICommand> GetCommands(Guid bank, Set set)

Parameters

bank Guid
set Set

Returns

List<ICommand>

GetCommands(Guid, Guid, Question)

Returns the list of commands to create a Question.

public List<ICommand> GetCommands(Guid bank, Guid set, Question question)

Parameters

bank Guid
set Guid
question Question

Returns

List<ICommand>