Class FaaProcessExceptionTypeTemplate
This class represents the EntityModel interface to the SyServiceExceptionTemplate database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaProcessExceptionTypeTemplate
Constructors
FaaProcessExceptionTypeTemplate()
Declaration
public FaaProcessExceptionTypeTemplate()
Properties
AgeDays
Gets or sets the AgeDays associated with this FaaProcessExceptionTypeTemplate.
Declaration
public int AgeDays { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The AgeDays. |
BusinessProcess
Declaration
public virtual BusinessProcess BusinessProcess { get; set; }
Property Value
| Type | Description |
|---|---|
| BusinessProcess |
BusinessProcessId
Gets or sets the BusinessProcessId associated with this FaaProcessExceptionTypeTemplate.
Declaration
public int BusinessProcessId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The BusinessProcessId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessExceptionTypeTemplate.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
FaaProcessExceptionCustomMessage
Declaration
public virtual ICollection<FaaProcessExceptionCustomMessage> FaaProcessExceptionCustomMessage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<FaaProcessExceptionCustomMessage> |
Id
Gets or sets the Id associated with this FaaProcessExceptionTypeTemplate.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsAutoResolutionEnabled
Gets or sets the IsAutoResolutionEnabled associated with this FaaProcessExceptionTypeTemplate.
Declaration
public bool IsAutoResolutionEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsAutoResolutionEnabled. |
IsCCodeSuspensionEnabled
Gets or sets the IsCCodeSuspensionEnabled associated with this FaaProcessExceptionTypeTemplate.
Declaration
public bool IsCCodeSuspensionEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsCCodeSuspensionEnabled. |
IsDocumentAssignmentEnabled
Gets or sets the IsDocumentAssignmentEnabled associated with this FaaProcessExceptionTypeTemplate.
Declaration
public bool IsDocumentAssignmentEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsDocumentAssignmentEnabled. |
IsHoldGroupSuspensionEnabled
Gets or sets the IsHoldGroupSuspensionEnabled associated with this FaaProcessExceptionTypeTemplate.
Declaration
public bool IsHoldGroupSuspensionEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsHoldGroupSuspensionEnabled. |
IsOverrideEnabled
Gets or sets the IsOverrideEnabled associated with this FaaProcessExceptionTypeTemplate.
Declaration
public bool IsOverrideEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsOverrideEnabled. |
IsProcessFailure
Gets or sets the IsProcessFailure associated with this FaaProcessExceptionTypeTemplate.
Declaration
public bool IsProcessFailure { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsProcessFailure. |
IsReviewRequired
Gets or sets the IsReviewRequired associated with this FaaProcessExceptionTypeTemplate.
Declaration
public bool? IsReviewRequired { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> | The IsReviewRequired. |
IsValidationSkipped
Gets or sets the IsValidationSkipped associated with this FaaProcessExceptionTypeTemplate.
Declaration
public bool IsValidationSkipped { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsValidationSkipped. |
IsVerificationSuspensionEnabled
Gets or sets the IsVerificationSuspensionEnabled associated with this FaaProcessExceptionTypeTemplate.
Declaration
public bool IsVerificationSuspensionEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsVerificationSuspensionEnabled. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessExceptionTypeTemplate.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessExceptionTypeTemplate.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
Priority
Gets or sets the Priority associated with this FaaProcessExceptionTypeTemplate.
Declaration
public string Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Priority. |
ResourceKey
Gets or sets the ResourceKey associated with this FaaProcessExceptionTypeTemplate.
Declaration
public string ResourceKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ResourceKey. |
ReviewByStaff
Declaration
public virtual Staff ReviewByStaff { get; set; }
Property Value
| Type | Description |
|---|---|
| Staff |
ReviewByStaffGroup
Declaration
public virtual StaffGroup ReviewByStaffGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| StaffGroup |
ReviewByStaffGroupId
Gets or sets the ReviewByStaffGroupId associated with this FaaProcessExceptionTypeTemplate.
Declaration
public int? ReviewByStaffGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The ReviewByStaffGroupId. |
ReviewByStaffId
Gets or sets the ReviewByStaffId associated with this FaaProcessExceptionTypeTemplate.
Declaration
public int? ReviewByStaffId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The ReviewByStaffId. |
RowVersion
Gets or sets the RowVersion associated with this FaaProcessExceptionTypeTemplate.
Declaration
public byte[] RowVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] | The RowVersion. |
StringResource
Declaration
public virtual ICollection<StringResource> StringResource { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<StringResource> |
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. |