Class StudentServiceGraduationCeremonyEntity
This class represents the EntityModel interface to the SsGraduationCeremony database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class StudentServiceGraduationCeremonyEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentServiceGraduationCeremonyEntity()
Declaration
public StudentServiceGraduationCeremonyEntity()
Fields
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CapacityProperty
The Capacity property.
Declaration
public static readonly EntityProperty CapacityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CeremonyEndDateProperty
The CeremonyEndDate property.
Declaration
public static readonly EntityProperty CeremonyEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CeremonyEndTimeProperty
The CeremonyEndTime property.
Declaration
public static readonly EntityProperty CeremonyEndTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CeremonyExtraGuestCountProperty
The CeremonyExtraGuestCount property.
Declaration
public static readonly EntityProperty CeremonyExtraGuestCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CeremonyGuestCountProperty
The CeremonyGuestCount property.
Declaration
public static readonly EntityProperty CeremonyGuestCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CeremonyStartDateProperty
The CeremonyStartDate property.
Declaration
public static readonly EntityProperty CeremonyStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CeremonyStartTimeProperty
The CeremonyStartTime property.
Declaration
public static readonly EntityProperty CeremonyStartTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReceptionCapacityProperty
The ReceptionCapacity property.
Declaration
public static readonly EntityProperty ReceptionCapacityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReceptionEndDateProperty
The ReceptionEndDate property.
Declaration
public static readonly EntityProperty ReceptionEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReceptionEndTimeProperty
The ReceptionEndTime property.
Declaration
public static readonly EntityProperty ReceptionEndTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReceptionExtraGuestProperty
The ReceptionExtraGuest property.
Declaration
public static readonly EntityProperty ReceptionExtraGuestProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReceptionGraduationVenueIdProperty
The ReceptionGraduationVenueId property.
Declaration
public static readonly EntityProperty ReceptionGraduationVenueIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReceptionGuestCountProperty
The ReceptionGuestCount property.
Declaration
public static readonly EntityProperty ReceptionGuestCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReceptionStartDateProperty
The ReceptionStartDate property.
Declaration
public static readonly EntityProperty ReceptionStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReceptionStartTimeProperty
The ReceptionStartTime property.
Declaration
public static readonly EntityProperty ReceptionStartTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RsvpEndDateProperty
The RsvpEndDate property.
Declaration
public static readonly EntityProperty RsvpEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RsvpEndTimeProperty
The RsvpEndTime property.
Declaration
public static readonly EntityProperty RsvpEndTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RsvpStartDateProperty
The RsvpStartDate property.
Declaration
public static readonly EntityProperty RsvpStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RsvpStartTimeProperty
The RsvpStartTime property.
Declaration
public static readonly EntityProperty RsvpStartTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentGroupIdProperty
The StudentGroupId property.
Declaration
public static readonly EntityProperty StudentGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentServiceGraduationVenueIdProperty
The StudentServiceGraduationVenueId property.
Declaration
public static readonly EntityProperty StudentServiceGraduationVenueIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Common.Entities.CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
Capacity
Gets or sets the Capacity associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public int? Capacity { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The Capacity. |
CeremonyEndDate
Gets or sets the CeremonyEndDate associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public DateTime CeremonyEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CeremonyEndDate. |
CeremonyEndTime
Gets or sets the CeremonyEndTime associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public DateTime CeremonyEndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CeremonyEndTime. |
CeremonyExtraGuestCount
Gets or sets the CeremonyExtraGuestCount associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public int CeremonyExtraGuestCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CeremonyExtraGuestCount. |
CeremonyGuestCount
Gets or sets the CeremonyGuestCount associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public int CeremonyGuestCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CeremonyGuestCount. |
CeremonyStartDate
Gets or sets the CeremonyStartDate associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public DateTime CeremonyStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CeremonyStartDate. |
CeremonyStartTime
Gets or sets the CeremonyStartTime associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public DateTime CeremonyStartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CeremonyStartTime. |
Code
Gets or sets the Code associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
ReceptionCapacity
Gets or sets the ReceptionCapacity associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public int? ReceptionCapacity { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReceptionCapacity. |
ReceptionEndDate
Gets or sets the ReceptionEndDate associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public DateTime? ReceptionEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReceptionEndDate. |
ReceptionEndTime
Gets or sets the ReceptionEndTime associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public DateTime? ReceptionEndTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReceptionEndTime. |
ReceptionExtraGuest
Gets or sets the ReceptionExtraGuest associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public int ReceptionExtraGuest { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ReceptionExtraGuest. |
ReceptionGraduationVenueId
Gets or sets the ReceptionGraduationVenueId associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public int? ReceptionGraduationVenueId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReceptionGraduationVenueId. |
ReceptionGuestCount
Gets or sets the ReceptionGuestCount associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public int ReceptionGuestCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ReceptionGuestCount. |
ReceptionStartDate
Gets or sets the ReceptionStartDate associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public DateTime? ReceptionStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReceptionStartDate. |
ReceptionStartTime
Gets or sets the ReceptionStartTime associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public DateTime? ReceptionStartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReceptionStartTime. |
RowVersion
Gets or sets the RowVersion associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
RsvpEndDate
Gets or sets the RsvpEndDate associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public DateTime RsvpEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The RsvpEndDate. |
RsvpEndTime
Gets or sets the RsvpEndTime associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public DateTime RsvpEndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The RsvpEndTime. |
RsvpStartDate
Gets or sets the RsvpStartDate associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public DateTime RsvpStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The RsvpStartDate. |
RsvpStartTime
Gets or sets the RsvpStartTime associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public DateTime RsvpStartTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The RsvpStartTime. |
Status
Gets or sets the Status associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentGroupId
Gets or sets the StudentGroupId associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentGroupId. |
StudentServiceGraduationVenueId
Gets or sets the StudentServiceGraduationVenueId associated with this StudentServiceGraduationCeremonyEntity.
Declaration
public int StudentServiceGraduationVenueId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentServiceGraduationVenueId. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()