Class AddRubricCriterion
- Namespace
- InSite.Application.Rubrics.Write
- Assembly
- Shift.Sdk.dll
public class AddRubricCriterion : Command, ICommand
- Inheritance
-
AddRubricCriterion
- Implements
- Inherited Members
- Extension Methods
Constructors
AddRubricCriterion(Guid, Guid, string, bool, int?)
public AddRubricCriterion(Guid rubricId, Guid rubricCriterionId, string criterionTitle, bool isRange, int? criterionSequence = null)
Parameters
Properties
CriterionSequence
public int? CriterionSequence { get; set; }
Property Value
- int?
CriterionTitle
public string CriterionTitle { get; set; }
Property Value
IsRange
public bool IsRange { get; set; }
Property Value
RubricCriterionId
public Guid RubricCriterionId { get; set; }