Class StipendSchedulePendingCheck
This class represents the EntityModel interface to the FaaStipendPendingChecks_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StipendSchedulePendingCheck
Constructors
StipendSchedulePendingCheck()
Declaration
public StipendSchedulePendingCheck()
Properties
Amount
Gets or sets the Amount associated with this StipendSchedulePendingCheck.
Declaration
public decimal Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Amount. |
AwardYear
Gets or sets the AwardYear associated with this StipendSchedulePendingCheck.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
BankAccount
Declaration
public virtual BankAccount BankAccount { get; set; }
Property Value
Type | Description |
---|---|
BankAccount |
BankAccountId
Gets or sets the BankAccountId associated with this StipendSchedulePendingCheck.
Declaration
public int? BankAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BankAccountId. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this StipendSchedulePendingCheck.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Gets or sets the CampusName associated with this StipendSchedulePendingCheck.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StipendSchedulePendingCheck.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DirectLoanIdentifier
Gets or sets the DirectLoanIdentifier associated with this StipendSchedulePendingCheck.
Declaration
public string DirectLoanIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DirectLoanIdentifier. |
EnrollmentNumber
Gets or sets the EnrollmentNumber associated with this StipendSchedulePendingCheck.
Declaration
public string EnrollmentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EnrollmentNumber. |
FirstName
Gets or sets the FirstName associated with this StipendSchedulePendingCheck.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
FundSourceCode
Gets or sets the FundSourceCode associated with this StipendSchedulePendingCheck.
Declaration
public string FundSourceCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceCode. |
FundSourceId
Gets or sets the FundSourceId associated with this StipendSchedulePendingCheck.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
FundSourceName
Gets or sets the FundSourceName associated with this StipendSchedulePendingCheck.
Declaration
public string FundSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceName. |
Id
Gets or sets the Id associated with this StipendSchedulePendingCheck.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCheckNumberEditable
Gets or sets the IsCheckNumberEditable associated with this StipendSchedulePendingCheck.
Declaration
public string IsCheckNumberEditable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsCheckNumberEditable. |
LastName
Gets or sets the LastName associated with this StipendSchedulePendingCheck.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
PayeeCity
Gets or sets the PayeeCity associated with this StipendSchedulePendingCheck.
Declaration
public string PayeeCity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeCity. |
PayeeName
Gets or sets the PayeeName associated with this StipendSchedulePendingCheck.
Declaration
public string PayeeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeName. |
PayeePostalCode
Gets or sets the PayeePostalCode associated with this StipendSchedulePendingCheck.
Declaration
public string PayeePostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeePostalCode. |
PayeeState
Gets or sets the PayeeState associated with this StipendSchedulePendingCheck.
Declaration
public string PayeeState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeState. |
PayeeStreetAddress
Gets or sets the PayeeStreetAddress associated with this StipendSchedulePendingCheck.
Declaration
public string PayeeStreetAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeStreetAddress. |
PayeeStreetAddress2
Gets or sets the PayeeStreetAddress2 associated with this StipendSchedulePendingCheck.
Declaration
public string PayeeStreetAddress2 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PayeeStreetAddress2. |
PrintCheckNumber
Gets or sets the PrintCheckNumber associated with this StipendSchedulePendingCheck.
Declaration
public string PrintCheckNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PrintCheckNumber. |
ReturnMethod
Gets or sets the ReturnMethod associated with this StipendSchedulePendingCheck.
Declaration
public string ReturnMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReturnMethod. |
ScheduledDate
Gets or sets the ScheduledDate associated with this StipendSchedulePendingCheck.
Declaration
public DateTime ScheduledDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ScheduledDate. |
Ssn
Gets or sets the Ssn associated with this StipendSchedulePendingCheck.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
Staff
Declaration
public virtual Staff Staff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
StaffGroup
Declaration
public virtual StaffGroup StaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
StaffGroupId
Gets or sets the StaffGroupId associated with this StipendSchedulePendingCheck.
Declaration
public int? StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StaffGroupId. |
StaffId
Gets or sets the StaffId associated with this StipendSchedulePendingCheck.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffId. |
StipendDescription
Gets or sets the StipendDescription associated with this StipendSchedulePendingCheck.
Declaration
public string StipendDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StipendDescription. |
StipendSchedule
Declaration
public virtual StipendSchedule StipendSchedule { get; set; }
Property Value
Type | Description |
---|---|
StipendSchedule |
StipendScheduleId
Gets or sets the StipendScheduleId associated with this StipendSchedulePendingCheck.
Declaration
public int StipendScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StipendScheduleId. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentAcademicYear
Declaration
public virtual StudentAcademicYear StudentAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
StudentAcademicYear |
StudentAcademicYearId
Gets or sets the StudentAcademicYearId associated with this StipendSchedulePendingCheck.
Declaration
public int? StudentAcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAcademicYearId. |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this StipendSchedulePendingCheck.
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardId. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StipendSchedulePendingCheck.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StipendSchedulePendingCheck.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentNumber
Gets or sets the StudentNumber associated with this StipendSchedulePendingCheck.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
StudentRelationshipAddress
Declaration
public virtual StudentRelationshipAddress StudentRelationshipAddress { get; set; }
Property Value
Type | Description |
---|---|
StudentRelationshipAddress |
StudentRelationshipAddressId
Gets or sets the StudentRelationshipAddressId associated with this StipendSchedulePendingCheck.
Declaration
public int? StudentRelationshipAddressId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRelationshipAddressId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StipendSchedulePendingCheck.
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermId. |
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. |