Class AddSpecification
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class AddSpecification : Command, ICommand
- Inheritance
-
AddSpecification
- Implements
- Inherited Members
- Extension Methods
Constructors
AddSpecification(Guid, SpecificationType, ConsequenceType, Guid, string, int, int, int, ScoreCalculation)
public AddSpecification(Guid bank, SpecificationType type, ConsequenceType consequence, Guid identifier, string name, int asset, int formLimit, int questionLimit, ScoreCalculation calculation)
Parameters
bankGuidtypeSpecificationTypeconsequenceConsequenceTypeidentifierGuidnamestringassetintformLimitintquestionLimitintcalculationScoreCalculation
Properties
Asset
public int Asset { get; set; }
Property Value
Calculation
public ScoreCalculation Calculation { get; set; }
Property Value
Consequence
public ConsequenceType Consequence { get; set; }
Property Value
FormLimit
public int FormLimit { get; set; }
Property Value
Identifier
public Guid Identifier { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
QuestionLimit
public int QuestionLimit { get; set; }
Property Value
Type
public SpecificationType Type { get; set; }