Table of Contents

Class CriterionAdded

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
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

spec Guid
sets Guid[]
sieve Guid
name string
weight decimal
questionLimit int
tagFilter string
pivotFilter PivotTable

Properties

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string

PivotFilter

public PivotTable PivotFilter { get; set; }

Property Value

PivotTable

QuestionLimit

public int QuestionLimit { get; set; }

Property Value

int

Sets

public Guid[] Sets { get; set; }

Property Value

Guid[]

Specification

public Guid Specification { get; set; }

Property Value

Guid

TagFilter

public string TagFilter { get; set; }

Property Value

string

Weight

public decimal Weight { get; set; }

Property Value

decimal