Table of Contents

Class SpecificationAdded

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

Constructors

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

public SpecificationAdded(SpecificationType type, ConsequenceType consequence, Guid spec, string name, int asset, int formLimit, int questionLimit, ScoreCalculation calculation)

Parameters

type SpecificationType
consequence ConsequenceType
spec 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

Name

public string Name { get; set; }

Property Value

string

QuestionLimit

public int QuestionLimit { get; set; }

Property Value

int

Specification

public Guid Specification { get; set; }

Property Value

Guid

Type

public SpecificationType Type { get; set; }

Property Value

SpecificationType