Class BursaryApplicationDateEntity
This class represents the EntityModel interface to the BcBursaryApplicationDate database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BursaryApplicationDateEntity : Entity, IIdentifiable, IAuditable
Constructors
BursaryApplicationDateEntity()
Declaration
public BursaryApplicationDateEntity()
Fields
AcademicSessionIdProperty
The AcademicSessionId property.
Declaration
public static readonly EntityProperty AcademicSessionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BursaryIdProperty
The BursaryId property.
Declaration
public static readonly EntityProperty BursaryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 |
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 |
RegistrationEndDateProperty
The RegistrationEndDate property.
Declaration
public static readonly EntityProperty RegistrationEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegistrationEndTimeProperty
The RegistrationEndTime property.
Declaration
public static readonly EntityProperty RegistrationEndTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegistrationStartDateProperty
The RegistrationStartDate property.
Declaration
public static readonly EntityProperty RegistrationStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegistrationStartTimeProperty
The RegistrationStartTime property.
Declaration
public static readonly EntityProperty RegistrationStartTimeProperty
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 |
Properties
AcademicSessionId
Gets or sets the AcademicSessionId associated with this BursaryApplicationDateEntity.
Declaration
public int AcademicSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AcademicSessionId. |
BursaryId
Gets or sets the BursaryId associated with this BursaryApplicationDateEntity.
Declaration
public int BursaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BursaryId. |
CampusId
Gets or sets the CampusId associated with this BursaryApplicationDateEntity.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this BursaryApplicationDateEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this BursaryApplicationDateEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this BursaryApplicationDateEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this BursaryApplicationDateEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RegistrationEndDate
Gets or sets the RegistrationEndDate associated with this BursaryApplicationDateEntity.
Declaration
public DateTime? RegistrationEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RegistrationEndDate. |
RegistrationEndTime
Gets or sets the RegistrationEndTime associated with this BursaryApplicationDateEntity.
Declaration
public DateTime? RegistrationEndTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RegistrationEndTime. |
RegistrationStartDate
Gets or sets the RegistrationStartDate associated with this BursaryApplicationDateEntity.
Declaration
public DateTime? RegistrationStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RegistrationStartDate. |
RegistrationStartTime
Gets or sets the RegistrationStartTime associated with this BursaryApplicationDateEntity.
Declaration
public DateTime? RegistrationStartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RegistrationStartTime. |
RowVersion
Gets or sets the RowVersion associated with this BursaryApplicationDateEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()