Table of Contents

Class SpecificationReconfigured

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public class SpecificationReconfigured : Change, IChange
Inheritance
SpecificationReconfigured
Implements
Inherited Members
Extension Methods

Constructors

SpecificationReconfigured(Guid, ConsequenceType?, int, int)

public SpecificationReconfigured(Guid specification, ConsequenceType? consequence, int formLimit, int questionLimit)

Parameters

specification Guid
consequence ConsequenceType?
formLimit int
questionLimit int

Properties

Consequence

public ConsequenceType? Consequence { get; set; }

Property Value

ConsequenceType?

FormLimit

public int FormLimit { get; set; }

Property Value

int

QuestionLimit

public int QuestionLimit { get; set; }

Property Value

int

Specification

public Guid Specification { get; set; }

Property Value

Guid