Class ServicerProcessException
This class represents the EntityModel interface to the FaServicerException database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class ServicerProcessException
Constructors
ServicerProcessException()
Declaration
public ServicerProcessException()
Properties
AdditionalInfo
Gets or sets the AdditionalInfo associated with this ServicerProcessException.
Declaration
public string AdditionalInfo { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AdditionalInfo. |
CorrectedXml
Gets or sets the CorrectedXml associated with this ServicerProcessException.
Declaration
public string CorrectedXml { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CorrectedXml. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ServicerProcessException.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ErrorCode
Gets or sets the ErrorCode associated with this ServicerProcessException.
Declaration
public string ErrorCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ErrorCode. |
FaExportImportFile
Declaration
public virtual FaExportImportFile FaExportImportFile { get; set; }
Property Value
Type | Description |
---|---|
FaExportImportFile |
FaExportImportFileId
Gets or sets the FaExportImportFileId associated with this ServicerProcessException.
Declaration
public int? FaExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaExportImportFileId. |
Id
Gets or sets the Id associated with this ServicerProcessException.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InUseDateTime
Gets or sets the InUseDateTime associated with this ServicerProcessException.
Declaration
public DateTime? InUseDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The InUseDateTime. |
InUseStaffId
Gets or sets the InUseStaffId associated with this ServicerProcessException.
Declaration
public int? InUseStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The InUseStaffId. |
IsDeleted
Gets or sets the IsDeleted associated with this ServicerProcessException.
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDeleted. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ServicerProcessException.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ServicerProcessException.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ReprocessDate
Gets or sets the ReprocessDate associated with this ServicerProcessException.
Declaration
public DateTime? ReprocessDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReprocessDate. |
ReprocessUserId
Gets or sets the ReprocessUserId associated with this ServicerProcessException.
Declaration
public int? ReprocessUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReprocessUserId. |
ServicerSchoolCode
Gets or sets the ServicerSchoolCode associated with this ServicerProcessException.
Declaration
public string ServicerSchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ServicerSchoolCode. |
SourceXml
Gets or sets the SourceXml associated with this ServicerProcessException.
Declaration
public string SourceXml { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SourceXml. |
StudentSsn
Gets or sets the StudentSsn associated with this ServicerProcessException.
Declaration
public string StudentSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentSsn. |
Type
Gets or sets the Type associated with this ServicerProcessException.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
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. |