Class QRubric
- Namespace
- InSite.Application.Records.Read
- Assembly
- Shift.Sdk.dll
- Inheritance
-
QRubric
- Inherited Members
-
- Extension Methods
-
Constructors
QRubric()
Properties
BankQuestions
public virtual ICollection<QBankQuestion> BankQuestions { get; set; }
Property Value
- ICollection<QBankQuestion>
Created
public DateTimeOffset Created { get; set; }
Property Value
- DateTimeOffset
CreatedBy
public Guid CreatedBy { get; set; }
Property Value
- Guid
Modified
public DateTimeOffset Modified { get; set; }
Property Value
- DateTimeOffset
ModifiedBy
public Guid ModifiedBy { get; set; }
Property Value
- Guid
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
RubricCriteria
public virtual ICollection<QRubricCriterion> RubricCriteria { get; set; }
Property Value
- ICollection<QRubricCriterion>
RubricDescription
public string RubricDescription { get; set; }
Property Value
- string
RubricIdentifier
public Guid RubricIdentifier { get; set; }
Property Value
- Guid
RubricPoints
public decimal RubricPoints { get; set; }
Property Value
- decimal
RubricTitle
public string RubricTitle { get; set; }
Property Value
- string