Class FaaProcessSourceRecord
This class represents the EntityModel interface to the SyServiceMessageSourceRecord database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaProcessSourceRecord
Constructors
FaaProcessSourceRecord()
Declaration
public FaaProcessSourceRecord()
Properties
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this FaaProcessSourceRecord.
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 FaaProcessSourceRecord.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this FaaProcessSourceRecord.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsReconciled
Gets or sets the IsReconciled associated with this FaaProcessSourceRecord.
Declaration
public bool IsReconciled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReconciled. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessSourceRecord.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessSourceRecord.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NexusStudentRecordId
Gets or sets the NexusStudentRecordId associated with this FaaProcessSourceRecord.
Declaration
public int NexusStudentRecordId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NexusStudentRecordId. |
NexusStudentTableName
Gets or sets the NexusStudentTableName associated with this FaaProcessSourceRecord.
Declaration
public string NexusStudentTableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NexusStudentTableName. |
PathFileName
Gets or sets the PathFileName associated with this FaaProcessSourceRecord.
Declaration
public string PathFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PathFileName. |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this FaaProcessSourceRecord.
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 FaaProcessSourceRecord.
Declaration
public decimal SourceRecordHashIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The SourceRecordHashIdentifier. |
SourceRecordType
Gets or sets the SourceRecordType associated with this FaaProcessSourceRecord.
Declaration
public int SourceRecordType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SourceRecordType. |
StageRecordId
Gets or sets the StageRecordId associated with this FaaProcessSourceRecord.
Declaration
public int StageRecordId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StageRecordId. |
StageRecordTableName
Gets or sets the StageRecordTableName associated with this FaaProcessSourceRecord.
Declaration
public string StageRecordTableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StageRecordTableName. |
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 FaaProcessSourceRecord.
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 FaaProcessSourceRecord.
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()
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. |