Class SpecificationAdded
public class SpecificationAdded : Change, IChange
- Inheritance
-
SpecificationAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
SpecificationAdded(SpecificationType, ConsequenceType, Guid, string, int, int, int, ScoreCalculation)
public SpecificationAdded(SpecificationType type, ConsequenceType consequence, Guid spec, string name, int asset, int formLimit, int questionLimit, ScoreCalculation calculation)
Parameters
typeSpecificationTypeconsequenceConsequenceTypespecGuidnamestringassetintformLimitintquestionLimitintcalculationScoreCalculation
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
Name
public string Name { get; set; }
Property Value
QuestionLimit
public int QuestionLimit { get; set; }
Property Value
Specification
public Guid Specification { get; set; }
Property Value
Type
public SpecificationType Type { get; set; }