Table of Contents

Class RubricCriterionAdded

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

Constructors

RubricCriterionAdded(Guid, string, bool, int?)

public RubricCriterionAdded(Guid rubricCriterionId, string criterionTitle, bool isRange, int? criterionSequence)

Parameters

rubricCriterionId Guid
criterionTitle string
isRange bool
criterionSequence int?

Properties

CriterionSequence

public int? CriterionSequence { get; set; }

Property Value

int?

CriterionTitle

public string CriterionTitle { get; set; }

Property Value

string

IsRange

public bool IsRange { get; set; }

Property Value

bool

RubricCriterionId

public Guid RubricCriterionId { get; set; }

Property Value

Guid