Class StudentServiceGraduationCeremonyRegistration
This class represents the EntityModel interface to the SsGraduationCeremonyRegistration database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentServiceGraduationCeremonyRegistration
Constructors
StudentServiceGraduationCeremonyRegistration()
Declaration
public StudentServiceGraduationCeremonyRegistration()
Properties
ApprovedExtraGuestReception
Gets or sets the ApprovedExtraGuestReception associated with this StudentServiceGraduationCeremonyRegistration.
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 StudentServiceGraduationCeremonyRegistration.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentServiceGraduationCeremonyRegistration.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this StudentServiceGraduationCeremonyRegistration.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentServiceGraduationCeremonyRegistration.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentServiceGraduationCeremonyRegistration.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NumberExtraGuestsApproved
Gets or sets the NumberExtraGuestsApproved associated with this StudentServiceGraduationCeremonyRegistration.
Declaration
public int NumberExtraGuestsApproved { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NumberExtraGuestsApproved. |
NumberExtraGuestsRequested
Gets or sets the NumberExtraGuestsRequested associated with this StudentServiceGraduationCeremonyRegistration.
Declaration
public int NumberExtraGuestsRequested { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NumberExtraGuestsRequested. |
RequestedExtraGuestReception
Gets or sets the RequestedExtraGuestReception associated with this StudentServiceGraduationCeremonyRegistration.
Declaration
public int? RequestedExtraGuestReception { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RequestedExtraGuestReception. |
Status
Gets or sets the Status associated with this StudentServiceGraduationCeremonyRegistration.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentServiceGraduationCeremonyRegistration.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentServiceGraduationCeremony
Declaration
public virtual StudentServiceGraduationCeremony StudentServiceGraduationCeremony { get; set; }
Property Value
Type | Description |
---|---|
StudentServiceGraduationCeremony |
StudentServiceGraduationCeremonyId
Gets or sets the StudentServiceGraduationCeremonyId associated with this StudentServiceGraduationCeremonyRegistration.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |