Class ClassScheduled2
public class ClassScheduled2 : Change, IChange
- Inheritance
-
ClassScheduled2
- Implements
- Inherited Members
- Extension Methods
Constructors
ClassScheduled2(Guid, string, string, int, DateTimeOffset, DateTimeOffset, int, string, decimal?)
public ClassScheduled2(Guid tenant, string title, string status, int number, DateTimeOffset start, DateTimeOffset end, int duration, string durationUnit, decimal? credit)
Parameters
tenantGuidtitlestringstatusstringnumberintstartDateTimeOffsetendDateTimeOffsetdurationintdurationUnitstringcreditdecimal?
Properties
Credit
public decimal? Credit { get; set; }
Property Value
Duration
public int Duration { get; set; }
Property Value
DurationUnit
public string DurationUnit { get; set; }
Property Value
EndTime
public DateTimeOffset EndTime { get; set; }
Property Value
Number
public int Number { 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; }