Class StudentAcademicYearLoanPeriodDateAuditEntity
This class represents the EntityModel interface to the FaStudAyDlDateReview database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAcademicYearLoanPeriodDateAuditEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAcademicYearLoanPeriodDateAuditEntity()
Declaration
public StudentAcademicYearLoanPeriodDateAuditEntity()
Fields
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 |
ModifiedEndDateProperty
The ModifiedEndDate property.
Declaration
public static readonly EntityProperty ModifiedEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ModifiedStartDateProperty
The ModifiedStartDate property.
Declaration
public static readonly EntityProperty ModifiedStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OriginalEndDateProperty
The OriginalEndDate property.
Declaration
public static readonly EntityProperty OriginalEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OriginalStartDateProperty
The OriginalStartDate property.
Declaration
public static readonly EntityProperty OriginalStartDateProperty
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 |
StudentAcademicYearIdProperty
The StudentAcademicYearId property.
Declaration
public static readonly EntityProperty StudentAcademicYearIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentLoanPeriodIdProperty
The StudentLoanPeriodId property.
Declaration
public static readonly EntityProperty StudentLoanPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAcademicYearLoanPeriodDateAuditEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentAcademicYearLoanPeriodDateAuditEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAcademicYearLoanPeriodDateAuditEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAcademicYearLoanPeriodDateAuditEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ModifiedEndDate
Gets or sets the ModifiedEndDate associated with this StudentAcademicYearLoanPeriodDateAuditEntity.
Declaration
public DateTime? ModifiedEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ModifiedEndDate. |
ModifiedStartDate
Gets or sets the ModifiedStartDate associated with this StudentAcademicYearLoanPeriodDateAuditEntity.
Declaration
public DateTime? ModifiedStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ModifiedStartDate. |
OriginalEndDate
Gets or sets the OriginalEndDate associated with this StudentAcademicYearLoanPeriodDateAuditEntity.
Declaration
public DateTime? OriginalEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The OriginalEndDate. |
OriginalStartDate
Gets or sets the OriginalStartDate associated with this StudentAcademicYearLoanPeriodDateAuditEntity.
Declaration
public DateTime? OriginalStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The OriginalStartDate. |
RowVersion
Gets or sets the RowVersion associated with this StudentAcademicYearLoanPeriodDateAuditEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAcademicYearId
Gets or sets the StudentAcademicYearId associated with this StudentAcademicYearLoanPeriodDateAuditEntity.
Declaration
public int StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAcademicYearId. |
StudentLoanPeriodId
Gets or sets the StudentLoanPeriodId associated with this StudentAcademicYearLoanPeriodDateAuditEntity.
Declaration
public int StudentLoanPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentLoanPeriodId. |
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()