Class CfpVersionYearEntity
This class represents the EntityModel interface to the FaCfpVersionYear_Regulatory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CfpVersionYearEntity : Entity, IIdentifiable
Constructors
CfpVersionYearEntity()
Declaration
public CfpVersionYearEntity()
Fields
AwardYearIdentifierProperty
The AwardYearIdentifier property.
Declaration
public static readonly EntityProperty AwardYearIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CfpVersionNumberIdProperty
The CfpVersionNumberId property.
Declaration
public static readonly EntityProperty CfpVersionNumberIdProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this CfpVersionYearEntity.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
CfpVersionNumberId
Gets or sets the CfpVersionNumberId associated with this CfpVersionYearEntity.
Declaration
public int CfpVersionNumberId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CfpVersionNumberId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CfpVersionYearEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this CfpVersionYearEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
RowVersion
Gets or sets the RowVersion associated with this CfpVersionYearEntity.
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()