Class StudentAwardDisbursementCipCode
This class represents the EntityModel interface to the FaCipCodesByDisbursement database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentAwardDisbursementCipCode
Constructors
StudentAwardDisbursementCipCode()
Declaration
public StudentAwardDisbursementCipCode()
Properties
CipNumber
Gets or sets the CipNumber associated with this StudentAwardDisbursementCipCode.
Declaration
public int CipNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CipNumber. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardDisbursementCipCode.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FundSource
Declaration
public virtual FundSource FundSource { get; set; }
Property Value
Type | Description |
---|---|
FundSource |
FundSourceId
Gets or sets the FundSourceId associated with this StudentAwardDisbursementCipCode.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
Id
Gets or sets the Id associated with this StudentAwardDisbursementCipCode.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAwardDisbursementCipCode.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardDisbursementCipCode.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ProgramCipCode
Gets or sets the ProgramCipCode associated with this StudentAwardDisbursementCipCode.
Declaration
public string ProgramCipCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramCipCode. |
ProgramCredentialLevel
Gets or sets the ProgramCredentialLevel associated with this StudentAwardDisbursementCipCode.
Declaration
public string ProgramCredentialLevel { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramCredentialLevel. |
PublishedProgramLengthType
Gets or sets the PublishedProgramLengthType associated with this StudentAwardDisbursementCipCode.
Declaration
public string PublishedProgramLengthType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PublishedProgramLengthType. |
PublishedProgramLengthValue
Gets or sets the PublishedProgramLengthValue associated with this StudentAwardDisbursementCipCode.
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 StudentAwardDisbursementCipCode.
Declaration
public int RecordIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RecordIdentifier. |
ScheduledDisbursement
Declaration
public virtual ScheduledDisbursement ScheduledDisbursement { get; set; }
Property Value
Type | Description |
---|---|
ScheduledDisbursement |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this StudentAwardDisbursementCipCode.
Declaration
public int ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ScheduledDisbursementId. |
SpecialPrograms
Gets or sets the SpecialPrograms associated with this StudentAwardDisbursementCipCode.
Declaration
public string SpecialPrograms { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SpecialPrograms. |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this StudentAwardDisbursementCipCode.
Declaration
public int StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardId. |
WeeksProgramsAcademicYear
Gets or sets the WeeksProgramsAcademicYear associated with this StudentAwardDisbursementCipCode.
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()
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. |