Table of Contents

Class ReconfigureSpecification

Namespace
InSite.Application.Banks.Write
Assembly
Shift.Sdk.dll
public class ReconfigureSpecification : Command, ICommand
Inheritance
ReconfigureSpecification
Implements
Inherited Members
Extension Methods

Constructors

ReconfigureSpecification(Guid, Guid, ConsequenceType?, int, int)

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

Parameters

bank Guid
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