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
bankBankState
Returns
GetCommands(Guid, Set)
Returns the list of commands to create a Set.
public List<ICommand> GetCommands(Guid bank, Set set)
Parameters
Returns
GetCommands(Guid, Guid, Question)
Returns the list of commands to create a Question.
public List<ICommand> GetCommands(Guid bank, Guid set, Question question)