Class StudentServiceGraduationCeremonyRegistrationEntity
This class represents the EntityModel interface to the SsGraduationCeremonyRegistration database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class StudentServiceGraduationCeremonyRegistrationEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentServiceGraduationCeremonyRegistrationEntity()
Declaration
public StudentServiceGraduationCeremonyRegistrationEntity()
Fields
ApprovedExtraGuestReceptionProperty
The ApprovedExtraGuestReception property.
Declaration
public static readonly EntityProperty ApprovedExtraGuestReceptionProperty
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 |
NumberExtraGuestsApprovedProperty
The NumberExtraGuestsApproved property.
Declaration
public static readonly EntityProperty NumberExtraGuestsApprovedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NumberExtraGuestsRequestedProperty
The NumberExtraGuestsRequested property.
Declaration
public static readonly EntityProperty NumberExtraGuestsRequestedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequestedExtraGuestReceptionProperty
The RequestedExtraGuestReception property.
Declaration
public static readonly EntityProperty RequestedExtraGuestReceptionProperty
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 |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentServiceGraduationCeremonyIdProperty
The StudentServiceGraduationCeremonyId property.
Declaration
public static readonly EntityProperty StudentServiceGraduationCeremonyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ApprovedExtraGuestReception
Gets or sets the ApprovedExtraGuestReception associated with this StudentServiceGraduationCeremonyRegistrationEntity.
Declaration
public int? ApprovedExtraGuestReception { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ApprovedExtraGuestReception. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentServiceGraduationCeremonyRegistrationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentServiceGraduationCeremonyRegistrationEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this StudentServiceGraduationCeremonyRegistrationEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentServiceGraduationCeremonyRegistrationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentServiceGraduationCeremonyRegistrationEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NumberExtraGuestsApproved
Gets or sets the NumberExtraGuestsApproved associated with this StudentServiceGraduationCeremonyRegistrationEntity.
Declaration
public int NumberExtraGuestsApproved { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NumberExtraGuestsApproved. |
NumberExtraGuestsRequested
Gets or sets the NumberExtraGuestsRequested associated with this StudentServiceGraduationCeremonyRegistrationEntity.
Declaration
public int NumberExtraGuestsRequested { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NumberExtraGuestsRequested. |
RequestedExtraGuestReception
Gets or sets the RequestedExtraGuestReception associated with this StudentServiceGraduationCeremonyRegistrationEntity.
Declaration
public int? RequestedExtraGuestReception { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RequestedExtraGuestReception. |
RowVersion
Gets or sets the RowVersion associated with this StudentServiceGraduationCeremonyRegistrationEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Status
Gets or sets the Status associated with this StudentServiceGraduationCeremonyRegistrationEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentServiceGraduationCeremonyRegistrationEntity.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentServiceGraduationCeremonyId
Gets or sets the StudentServiceGraduationCeremonyId associated with this StudentServiceGraduationCeremonyRegistrationEntity.
Declaration
public int StudentServiceGraduationCeremonyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentServiceGraduationCeremonyId. |
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()