Class Time
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:UM4RS.Context.Time
Assembly:UM4RS.dll
Syntax
[Table("Time")]
public class Time : ModelEntity<Time>, IDisposable, IBaseEntity
Properties
DayOfWeek
Declaration
public DayOfWeek DayOfWeek { get; set; }
Property Value
| Type | Description |
|---|---|
| DayOfWeek |
DayType
Declaration
public DayType DayType { get; set; }
Property Value
| Type | Description |
|---|---|
| DayType |
Id
Declaration
[NonExportable]
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Implements
Season
Declaration
public Season Season { get; set; }
Property Value
| Type | Description |
|---|---|
| Season |
TimeInterval
Declaration
public DateTime? TimeInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<T><System.DateTime> |
TimeOfDay
Declaration
public TimeOfDay TimeOfDay { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeOfDay |
TimeStamp
Declaration
public DateTime? TimeStamp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<T><System.DateTime> |