Class FaaProcessExceptionTypeTemplateEntity
This class represents the EntityModel interface to the SyServiceExceptionTemplate database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaaProcessExceptionTypeTemplateEntity : Entity, IIdentifiable, IAuditable
Constructors
FaaProcessExceptionTypeTemplateEntity()
Declaration
public FaaProcessExceptionTypeTemplateEntity()
Fields
AgeDaysProperty
The AgeDays property.
Declaration
public static readonly EntityProperty AgeDaysProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BusinessProcessIdProperty
The BusinessProcessId property.
Declaration
public static readonly EntityProperty BusinessProcessIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAutoResolutionEnabledProperty
The IsAutoResolutionEnabled property.
Declaration
public static readonly EntityProperty IsAutoResolutionEnabledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsCCodeSuspensionEnabledProperty
The IsCCodeSuspensionEnabled property.
Declaration
public static readonly EntityProperty IsCCodeSuspensionEnabledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDocumentAssignmentEnabledProperty
The IsDocumentAssignmentEnabled property.
Declaration
public static readonly EntityProperty IsDocumentAssignmentEnabledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsHoldGroupSuspensionEnabledProperty
The IsHoldGroupSuspensionEnabled property.
Declaration
public static readonly EntityProperty IsHoldGroupSuspensionEnabledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsOverrideEnabledProperty
The IsOverrideEnabled property.
Declaration
public static readonly EntityProperty IsOverrideEnabledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsProcessFailureProperty
The IsProcessFailure property.
Declaration
public static readonly EntityProperty IsProcessFailureProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsReviewRequiredProperty
The IsReviewRequired property.
Declaration
public static readonly EntityProperty IsReviewRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsValidationSkippedProperty
The IsValidationSkipped property.
Declaration
public static readonly EntityProperty IsValidationSkippedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsVerificationSuspensionEnabledProperty
The IsVerificationSuspensionEnabled property.
Declaration
public static readonly EntityProperty IsVerificationSuspensionEnabledProperty
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 |
PriorityProperty
The Priority property.
Declaration
public static readonly EntityProperty PriorityProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResourceKeyProperty
The ResourceKey property.
Declaration
public static readonly EntityProperty ResourceKeyProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReviewByStaffGroupIdProperty
The ReviewByStaffGroupId property.
Declaration
public static readonly EntityProperty ReviewByStaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReviewByStaffIdProperty
The ReviewByStaffId property.
Declaration
public static readonly EntityProperty ReviewByStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AgeDays
Gets or sets the AgeDays associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public int AgeDays { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AgeDays. |
BusinessProcessId
Gets or sets the BusinessProcessId associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public int BusinessProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BusinessProcessId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAutoResolutionEnabled
Gets or sets the IsAutoResolutionEnabled associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public bool IsAutoResolutionEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAutoResolutionEnabled. |
IsCCodeSuspensionEnabled
Gets or sets the IsCCodeSuspensionEnabled associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public bool IsCCodeSuspensionEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCCodeSuspensionEnabled. |
IsDocumentAssignmentEnabled
Gets or sets the IsDocumentAssignmentEnabled associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public bool IsDocumentAssignmentEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDocumentAssignmentEnabled. |
IsHoldGroupSuspensionEnabled
Gets or sets the IsHoldGroupSuspensionEnabled associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public bool IsHoldGroupSuspensionEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHoldGroupSuspensionEnabled. |
IsOverrideEnabled
Gets or sets the IsOverrideEnabled associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public bool IsOverrideEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOverrideEnabled. |
IsProcessFailure
Gets or sets the IsProcessFailure associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public bool IsProcessFailure { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsProcessFailure. |
IsReviewRequired
Gets or sets the IsReviewRequired associated with this FaaProcessExceptionTypeTemplateEntity.
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 FaaProcessExceptionTypeTemplateEntity.
Declaration
public bool IsValidationSkipped { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsValidationSkipped. |
IsVerificationSuspensionEnabled
Gets or sets the IsVerificationSuspensionEnabled associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public bool IsVerificationSuspensionEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsVerificationSuspensionEnabled. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Priority
Gets or sets the Priority associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public string Priority { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Priority. |
ResourceKey
Gets or sets the ResourceKey associated with this FaaProcessExceptionTypeTemplateEntity.
Declaration
public string ResourceKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResourceKey. |
ReviewByStaffGroupId
Gets or sets the ReviewByStaffGroupId associated with this FaaProcessExceptionTypeTemplateEntity.
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 FaaProcessExceptionTypeTemplateEntity.
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 FaaProcessExceptionTypeTemplateEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()