Class CriterionAdded
public class CriterionAdded : Change, IChange
- Inheritance
-
CriterionAdded
- Implements
- Inherited Members
- Extension Methods
Constructors
CriterionAdded(Guid, Guid[], Guid, string, decimal, int, string, PivotTable)
public CriterionAdded(Guid spec, Guid[] sets, Guid sieve, string name, decimal weight, int questionLimit, string tagFilter, PivotTable pivotFilter)
Parameters
specGuidsetsGuid[]sieveGuidnamestringweightdecimalquestionLimitinttagFilterstringpivotFilterPivotTable
Properties
Identifier
public Guid Identifier { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
PivotFilter
public PivotTable PivotFilter { get; set; }
Property Value
QuestionLimit
public int QuestionLimit { get; set; }
Property Value
Sets
public Guid[] Sets { get; set; }
Property Value
- Guid[]
Specification
public Guid Specification { get; set; }
Property Value
TagFilter
public string TagFilter { get; set; }
Property Value
Weight
public decimal Weight { get; set; }