Class CodAutoMatchRecordEntity
This class represents the EntityModel interface to the CodAutoMatchRecords database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CodAutoMatchRecordEntity : Entity, IIdentifiable, IAuditable
Constructors
CodAutoMatchRecordEntity()
Declaration
public CodAutoMatchRecordEntity()
Fields
ApplicationIdProperty
The ApplicationId property.
Declaration
public static readonly EntityProperty ApplicationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AwardYearProperty
The AwardYear property.
Declaration
public static readonly EntityProperty AwardYearProperty
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 |
DocumentStatusProperty
The DocumentStatus property.
Declaration
public static readonly EntityProperty DocumentStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FinancialAwardIdentifierProperty
The FinancialAwardIdentifier property.
Declaration
public static readonly EntityProperty FinancialAwardIdentifierProperty
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 |
FundSourceTypeProperty
The FundSourceType property.
Declaration
public static readonly EntityProperty FundSourceTypeProperty
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 |
ImportDateProperty
The ImportDate property.
Declaration
public static readonly EntityProperty ImportDateProperty
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 |
MessageClassTypeProperty
The MessageClassType property.
Declaration
public static readonly EntityProperty MessageClassTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProcessedDateProperty
The ProcessedDate property.
Declaration
public static readonly EntityProperty ProcessedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResponseCodeProperty
The ResponseCode property.
Declaration
public static readonly EntityProperty ResponseCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResponseErrorCodeProperty
The ResponseErrorCode property.
Declaration
public static readonly EntityProperty ResponseErrorCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResponseErrorFieldProperty
The ResponseErrorField property.
Declaration
public static readonly EntityProperty ResponseErrorFieldProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResponseStatusProperty
The ResponseStatus property.
Declaration
public static readonly EntityProperty ResponseStatusProperty
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 |
StudentAwardIdProperty
The StudentAwardId property.
Declaration
public static readonly EntityProperty StudentAwardIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardLoanIdProperty
The StudentAwardLoanId property.
Declaration
public static readonly EntityProperty StudentAwardLoanIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentBirthDateProperty
The StudentBirthDate property.
Declaration
public static readonly EntityProperty StudentBirthDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentFirstNameProperty
The StudentFirstName property.
Declaration
public static readonly EntityProperty StudentFirstNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentLastNameProperty
The StudentLastName property.
Declaration
public static readonly EntityProperty StudentLastNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentSsnProperty
The StudentSsn property.
Declaration
public static readonly EntityProperty StudentSsnProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ApplicationId
Gets or sets the ApplicationId associated with this CodAutoMatchRecordEntity.
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 CodAutoMatchRecordEntity.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CodAutoMatchRecordEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DocumentStatus
Gets or sets the DocumentStatus associated with this CodAutoMatchRecordEntity.
Declaration
public string DocumentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentStatus. |
FinancialAwardIdentifier
Gets or sets the FinancialAwardIdentifier associated with this CodAutoMatchRecordEntity.
Declaration
public string FinancialAwardIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FinancialAwardIdentifier. |
FundSourceId
Gets or sets the FundSourceId associated with this CodAutoMatchRecordEntity.
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 CodAutoMatchRecordEntity.
Declaration
public string FundSourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceType. |
Id
Gets or sets the Id associated with this CodAutoMatchRecordEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImportDate
Gets or sets the ImportDate associated with this CodAutoMatchRecordEntity.
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 CodAutoMatchRecordEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CodAutoMatchRecordEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MessageClassType
Gets or sets the MessageClassType associated with this CodAutoMatchRecordEntity.
Declaration
public string MessageClassType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MessageClassType. |
ProcessedDate
Gets or sets the ProcessedDate associated with this CodAutoMatchRecordEntity.
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 CodAutoMatchRecordEntity.
Declaration
public string ResponseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseCode. |
ResponseErrorCode
Gets or sets the ResponseErrorCode associated with this CodAutoMatchRecordEntity.
Declaration
public string ResponseErrorCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseErrorCode. |
ResponseErrorField
Gets or sets the ResponseErrorField associated with this CodAutoMatchRecordEntity.
Declaration
public string ResponseErrorField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseErrorField. |
ResponseStatus
Gets or sets the ResponseStatus associated with this CodAutoMatchRecordEntity.
Declaration
public string ResponseStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseStatus. |
RowVersion
Gets or sets the RowVersion associated with this CodAutoMatchRecordEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAwardId
Gets or sets the StudentAwardId associated with this CodAutoMatchRecordEntity.
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardId. |
StudentAwardLoanId
Gets or sets the StudentAwardLoanId associated with this CodAutoMatchRecordEntity.
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 CodAutoMatchRecordEntity.
Declaration
public DateTime StudentBirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The StudentBirthDate. |
StudentFirstName
Gets or sets the StudentFirstName associated with this CodAutoMatchRecordEntity.
Declaration
public string StudentFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentFirstName. |
StudentId
Gets or sets the StudentId associated with this CodAutoMatchRecordEntity.
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 CodAutoMatchRecordEntity.
Declaration
public string StudentLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentLastName. |
StudentSsn
Gets or sets the StudentSsn associated with this CodAutoMatchRecordEntity.
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()