Class ReconfigureSpecification
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class ReconfigureSpecification : Command, ICommand
- Inheritance
-
ReconfigureSpecification
- Implements
- Inherited Members
- Extension Methods
Constructors
ReconfigureSpecification(Guid, Guid, ConsequenceType?, int, int)
public ReconfigureSpecification(Guid bank, Guid specification, ConsequenceType? consequence, int formLimit, int questionLimit)
Parameters
bankGuidspecificationGuidconsequenceConsequenceType?formLimitintquestionLimitint
Properties
Consequence
public ConsequenceType? Consequence { get; set; }
Property Value
FormLimit
public int FormLimit { get; set; }
Property Value
QuestionLimit
public int QuestionLimit { get; set; }
Property Value
Specification
public Guid Specification { get; set; }