Event Class
Assembly: PTS.Modules.Events.dll
Syntax
public class Event : IOwnedRecord, IGdsRecord, IHasGuid
Inheritance
System.Object
Event
Properties
Color
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
CreatedOn
Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollBefore
Declaration
public DateTime? EnrollBefore { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
GdsOwnerGuid
Declaration
public Guid? GdsOwnerGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
GdsRole
Declaration
public GdsRole GdsRole { get; set; }
Property Value
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Host
Declaration
public virtual Account Host { get; set; }
Property Value
HostId
Declaration
public long? HostId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
HostOwnerId
Declaration
public long? HostOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
MemberLimit
Declaration
public int? MemberLimit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Parent
Declaration
public virtual Event Parent { get; set; }
Property Value
ParentId
Declaration
public long? ParentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
ParentOwnerId
Declaration
public long? ParentOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Privacy
Declaration
public Privacy Privacy { get; set; }
Property Value
Repeat
Declaration
public RepeatPeriod Repeat { get; set; }
Property Value
RepeatUntil
Declaration
public DateTime? RepeatUntil { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Status
Declaration
public EventState Status { get; set; }
Property Value
SystemCode
Declaration
public int? SystemCode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Times
Declaration
public virtual ICollection<EventTime> Times { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<EventTime> |
|
Type
Declaration
public EventType Type { get; set; }
Property Value
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Extension Methods