Class AddCriterion
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class AddCriterion : Command, ICommand
- Inheritance
-
AddCriterion
- Implements
- Inherited Members
- Extension Methods
Constructors
AddCriterion(Guid, Guid, Guid[], Guid, string, decimal, int, string, PivotTable)
public AddCriterion(Guid bank, Guid spec, Guid[] sets, Guid criterion, string name, decimal weight, int questionLimit, string basicFilter, PivotTable advancedFilter)
Parameters
bankGuidspecGuidsetsGuid[]criterionGuidnamestringweightdecimalquestionLimitintbasicFilterstringadvancedFilterPivotTable
Properties
AdvancedFilter
public PivotTable AdvancedFilter { get; set; }
Property Value
BasicFilter
public string BasicFilter { 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
Sets
public Guid[] Sets { get; set; }
Property Value
- Guid[]
Specification
public Guid Specification { get; set; }
Property Value
Weight
public decimal Weight { get; set; }