Class ExamScheduled2
public class ExamScheduled2 : Change, IChange
- Inheritance
-
ExamScheduled2
- Implements
- Inherited Members
- Extension Methods
Constructors
ExamScheduled2(Guid, string, string, string, string, string, string, string, int, int, DateTimeOffset)
public ExamScheduled2(Guid tenant, string type, string format, string title, string status, string billingCode, string classCode, string source, int duration, int number, DateTimeOffset start)
Parameters
tenantGuidtypestringformatstringtitlestringstatusstringbillingCodestringclassCodestringsourcestringdurationintnumberintstartDateTimeOffset
Properties
BillingCode
public string BillingCode { get; set; }
Property Value
ClassCode
public string ClassCode { get; set; }
Property Value
Duration
public int Duration { get; set; }
Property Value
Format
public string Format { get; set; }
Property Value
Number
public int Number { get; set; }
Property Value
Source
public string Source { get; set; }
Property Value
StartTime
public DateTimeOffset StartTime { get; set; }
Property Value
Status
public string Status { get; set; }
Property Value
Tenant
public Guid Tenant { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
Type
public string Type { get; set; }