Class StudentAwardDisbursementCipCodeEntity
This class represents the EntityModel interface to the FaCipCodesByDisbursement database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAwardDisbursementCipCodeEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAwardDisbursementCipCodeEntity()
Declaration
public StudentAwardDisbursementCipCodeEntity()
Fields
CipNumberProperty
The CipNumber property.
Declaration
public static readonly EntityProperty CipNumberProperty
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 |
FundSourceIdProperty
The FundSourceId property.
Declaration
public static readonly EntityProperty FundSourceIdProperty
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 |
ProgramCipCodeProperty
The ProgramCipCode property.
Declaration
public static readonly EntityProperty ProgramCipCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramCredentialLevelProperty
The ProgramCredentialLevel property.
Declaration
public static readonly EntityProperty ProgramCredentialLevelProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PublishedProgramLengthTypeProperty
The PublishedProgramLengthType property.
Declaration
public static readonly EntityProperty PublishedProgramLengthTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PublishedProgramLengthValueProperty
The PublishedProgramLengthValue property.
Declaration
public static readonly EntityProperty PublishedProgramLengthValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RecordIdentifierProperty
The RecordIdentifier property.
Declaration
public static readonly EntityProperty RecordIdentifierProperty
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 |
ScheduledDisbursementIdProperty
The ScheduledDisbursementId property.
Declaration
public static readonly EntityProperty ScheduledDisbursementIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SpecialProgramsProperty
The SpecialPrograms property.
Declaration
public static readonly EntityProperty SpecialProgramsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardIdProperty
The StudentAwardId property.
Declaration
public static readonly EntityProperty StudentAwardIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WeeksProgramsAcademicYearProperty
The WeeksProgramsAcademicYear property.
Declaration
public static readonly EntityProperty WeeksProgramsAcademicYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CipNumber
Gets or sets the CipNumber associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public int CipNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CipNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FundSourceId
Gets or sets the FundSourceId associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
Id
Gets or sets the Id associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ProgramCipCode
Gets or sets the ProgramCipCode associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public string ProgramCipCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramCipCode. |
ProgramCredentialLevel
Gets or sets the ProgramCredentialLevel associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public string ProgramCredentialLevel { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramCredentialLevel. |
PublishedProgramLengthType
Gets or sets the PublishedProgramLengthType associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public string PublishedProgramLengthType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PublishedProgramLengthType. |
PublishedProgramLengthValue
Gets or sets the PublishedProgramLengthValue associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public decimal? PublishedProgramLengthValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The PublishedProgramLengthValue. |
RecordIdentifier
Gets or sets the RecordIdentifier associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public int RecordIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RecordIdentifier. |
RowVersion
Gets or sets the RowVersion associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public int ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ScheduledDisbursementId. |
SpecialPrograms
Gets or sets the SpecialPrograms associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public string SpecialPrograms { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SpecialPrograms. |
StudentAwardId
Gets or sets the StudentAwardId associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardId. |
WeeksProgramsAcademicYear
Gets or sets the WeeksProgramsAcademicYear associated with this StudentAwardDisbursementCipCodeEntity.
Declaration
public decimal? WeeksProgramsAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The WeeksProgramsAcademicYear. |
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()