Table of Contents

Class AddSpecification

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

Constructors

AddSpecification(Guid, SpecificationType, ConsequenceType, Guid, string, int, int, int, ScoreCalculation)

public AddSpecification(Guid bank, SpecificationType type, ConsequenceType consequence, Guid identifier, string name, int asset, int formLimit, int questionLimit, ScoreCalculation calculation)

Parameters

bank Guid
type SpecificationType
consequence ConsequenceType
identifier Guid
name string
asset int
formLimit int
questionLimit int
calculation ScoreCalculation

Properties

Asset

public int Asset { get; set; }

Property Value

int

Calculation

public ScoreCalculation Calculation { get; set; }

Property Value

ScoreCalculation

Consequence

public ConsequenceType Consequence { get; set; }

Property Value

ConsequenceType

FormLimit

public int FormLimit { get; set; }

Property Value

int

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string

QuestionLimit

public int QuestionLimit { get; set; }

Property Value

int

Type

public SpecificationType Type { get; set; }

Property Value

SpecificationType