Class FaaProcessSourceRecordEntity
This class represents the EntityModel interface to the SyServiceMessageSourceRecord database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaaProcessSourceRecordEntity : Entity, IIdentifiable, IAuditable
Constructors
FaaProcessSourceRecordEntity()
Declaration
public FaaProcessSourceRecordEntity()
Fields
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodGrantDisbursementSourceTable
Declaration
public static string CodGrantDisbursementSourceTable
Field Value
Type | Description |
---|---|
System.String |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DirectLoanDisbursementSourceTable
Declaration
public static string DirectLoanDisbursementSourceTable
Field Value
Type | Description |
---|---|
System.String |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsReconciledProperty
The IsReconciled property.
Declaration
public static readonly EntityProperty IsReconciledProperty
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 |
NexusStudentRecordIdProperty
The NexusStudentRecordId property.
Declaration
public static readonly EntityProperty NexusStudentRecordIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NexusStudentTableNameProperty
The NexusStudentTableName property.
Declaration
public static readonly EntityProperty NexusStudentTableNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PathFileNameProperty
The PathFileName property.
Declaration
public static readonly EntityProperty PathFileNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PellDisbursementSourceTable
Declaration
public static string PellDisbursementSourceTable
Field Value
Type | Description |
---|---|
System.String |
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 |
SourceRecordHashIdentifierProperty
The SourceRecordHashIdentifier property.
Declaration
public static readonly EntityProperty SourceRecordHashIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SourceRecordTypeProperty
The SourceRecordType property.
Declaration
public static readonly EntityProperty SourceRecordTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StageRecordIdProperty
The StageRecordId property.
Declaration
public static readonly EntityProperty StageRecordIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StageRecordTableNameProperty
The StageRecordTableName property.
Declaration
public static readonly EntityProperty StageRecordTableNameProperty
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 |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CampusId
Gets or sets the CampusId associated with this FaaProcessSourceRecordEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessSourceRecordEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this FaaProcessSourceRecordEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsReconciled
Gets or sets the IsReconciled associated with this FaaProcessSourceRecordEntity.
Declaration
public bool IsReconciled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReconciled. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessSourceRecordEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessSourceRecordEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NexusStudentRecordId
Gets or sets the NexusStudentRecordId associated with this FaaProcessSourceRecordEntity.
Declaration
public int NexusStudentRecordId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NexusStudentRecordId. |
NexusStudentTableName
Gets or sets the NexusStudentTableName associated with this FaaProcessSourceRecordEntity.
Declaration
public string NexusStudentTableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NexusStudentTableName. |
PathFileName
Gets or sets the PathFileName associated with this FaaProcessSourceRecordEntity.
Declaration
public string PathFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PathFileName. |
RowVersion
Gets or sets the RowVersion associated with this FaaProcessSourceRecordEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this FaaProcessSourceRecordEntity.
Declaration
public int? ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ScheduledDisbursementId. |
SourceRecordHashIdentifier
Gets or sets the SourceRecordHashIdentifier associated with this FaaProcessSourceRecordEntity.
Declaration
public decimal SourceRecordHashIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The SourceRecordHashIdentifier. |
SourceRecordType
Gets or sets the SourceRecordType associated with this FaaProcessSourceRecordEntity.
Declaration
public int SourceRecordType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SourceRecordType. |
StageRecordId
Gets or sets the StageRecordId associated with this FaaProcessSourceRecordEntity.
Declaration
public int StageRecordId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StageRecordId. |
StageRecordTableName
Gets or sets the StageRecordTableName associated with this FaaProcessSourceRecordEntity.
Declaration
public string StageRecordTableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StageRecordTableName. |
StudentAwardId
Gets or sets the StudentAwardId associated with this FaaProcessSourceRecordEntity.
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardId. |
StudentId
Gets or sets the StudentId associated with this FaaProcessSourceRecordEntity.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
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()