Class CodAutoMatchRecord
This class represents the EntityModel interface to the CodAutoMatchRecords database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CodAutoMatchRecord
Constructors
CodAutoMatchRecord()
Declaration
public CodAutoMatchRecord()
Properties
ApplicationId
Gets or sets the ApplicationId associated with this CodAutoMatchRecord.
Declaration
public int? ApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ApplicationId. |
AwardYear
Gets or sets the AwardYear associated with this CodAutoMatchRecord.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CodAutoMatchRecord.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DocumentStatus
Gets or sets the DocumentStatus associated with this CodAutoMatchRecord.
Declaration
public string DocumentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentStatus. |
FinancialAwardIdentifier
Gets or sets the FinancialAwardIdentifier associated with this CodAutoMatchRecord.
Declaration
public string FinancialAwardIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FinancialAwardIdentifier. |
FundSource
Declaration
public virtual FundSource FundSource { get; set; }
Property Value
Type | Description |
---|---|
FundSource |
FundSourceId
Gets or sets the FundSourceId associated with this CodAutoMatchRecord.
Declaration
public int? FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FundSourceId. |
FundSourceType
Gets or sets the FundSourceType associated with this CodAutoMatchRecord.
Declaration
public string FundSourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceType. |
Id
Gets or sets the Id associated with this CodAutoMatchRecord.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImportDate
Gets or sets the ImportDate associated with this CodAutoMatchRecord.
Declaration
public DateTime? ImportDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ImportDate. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CodAutoMatchRecord.
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 CodAutoMatchRecord.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MessageClassType
Gets or sets the MessageClassType associated with this CodAutoMatchRecord.
Declaration
public string MessageClassType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MessageClassType. |
ProcessedDate
Gets or sets the ProcessedDate associated with this CodAutoMatchRecord.
Declaration
public DateTime? ProcessedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ProcessedDate. |
ResponseCode
Gets or sets the ResponseCode associated with this CodAutoMatchRecord.
Declaration
public string ResponseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseCode. |
ResponseErrorCode
Gets or sets the ResponseErrorCode associated with this CodAutoMatchRecord.
Declaration
public string ResponseErrorCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseErrorCode. |
ResponseErrorField
Gets or sets the ResponseErrorField associated with this CodAutoMatchRecord.
Declaration
public string ResponseErrorField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseErrorField. |
ResponseStatus
Gets or sets the ResponseStatus associated with this CodAutoMatchRecord.
Declaration
public string ResponseStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseStatus. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this CodAutoMatchRecord.
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardId. |
StudentAwardLoan
Declaration
public virtual StudentAwardLoan StudentAwardLoan { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardLoan |
StudentAwardLoanId
Gets or sets the StudentAwardLoanId associated with this CodAutoMatchRecord.
Declaration
public int? StudentAwardLoanId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardLoanId. |
StudentBirthDate
Gets or sets the StudentBirthDate associated with this CodAutoMatchRecord.
Declaration
public DateTime StudentBirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The StudentBirthDate. |
StudentFirstName
Gets or sets the StudentFirstName associated with this CodAutoMatchRecord.
Declaration
public string StudentFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentFirstName. |
StudentId
Gets or sets the StudentId associated with this CodAutoMatchRecord.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentLastName
Gets or sets the StudentLastName associated with this CodAutoMatchRecord.
Declaration
public string StudentLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentLastName. |
StudentSsn
Gets or sets the StudentSsn associated with this CodAutoMatchRecord.
Declaration
public string StudentSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentSsn. |
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. |