Class FaaProcessException
This class represents the EntityModel interface to the SyServiceException database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaProcessException
Constructors
FaaProcessException()
Declaration
public FaaProcessException()
Properties
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this FaaProcessException.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CountIncrement
Gets or sets the CountIncrement associated with this FaaProcessException.
Declaration
public int CountIncrement { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CountIncrement. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessException.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExceptionDetail
Gets or sets the ExceptionDetail associated with this FaaProcessException.
Declaration
public string ExceptionDetail { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ExceptionDetail. |
ExceptionHashIdentifier
Gets or sets the ExceptionHashIdentifier associated with this FaaProcessException.
Declaration
public decimal ExceptionHashIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ExceptionHashIdentifier. |
ExpiresOnDate
Gets or sets the ExpiresOnDate associated with this FaaProcessException.
Declaration
public DateTime? ExpiresOnDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpiresOnDate. |
FaaProcessExceptionAction
Declaration
public virtual FaaProcessExceptionAction FaaProcessExceptionAction { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessExceptionAction |
FaaProcessExceptionActionId
Gets or sets the FaaProcessExceptionActionId associated with this FaaProcessException.
Declaration
public int FaaProcessExceptionActionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessExceptionActionId. |
FaaProcessExceptionStatus
Declaration
public virtual FaaProcessExceptionStatus FaaProcessExceptionStatus { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessExceptionStatus |
FaaProcessExceptionStatusId
Gets or sets the FaaProcessExceptionStatusId associated with this FaaProcessException.
Declaration
public int FaaProcessExceptionStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessExceptionStatusId. |
FaaProcessExceptionTypeTemplate
Declaration
public virtual FaaProcessExceptionTypeTemplate FaaProcessExceptionTypeTemplate { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessExceptionTypeTemplate |
FaaProcessExceptionTypeTemplateId
Gets or sets the FaaProcessExceptionTypeTemplateId associated with this FaaProcessException.
Declaration
public int FaaProcessExceptionTypeTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessExceptionTypeTemplateId. |
Id
Gets or sets the Id associated with this FaaProcessException.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessException.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessException.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this FaaProcessException.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
SnoozeUntilDate
Gets or sets the SnoozeUntilDate associated with this FaaProcessException.
Declaration
public DateTime? SnoozeUntilDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SnoozeUntilDate. |
SnoozeUntilOffset
Gets or sets the SnoozeUntilOffset associated with this FaaProcessException.
Declaration
public int? SnoozeUntilOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SnoozeUntilOffset. |
SourceRecordHashIdentifier
Gets or sets the SourceRecordHashIdentifier associated with this FaaProcessException.
Declaration
public decimal? SourceRecordHashIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SourceRecordHashIdentifier. |
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. |