Class FaaProcessExceptionTypeCampusTemplate
This class represents the EntityModel interface to the SyServiceExceptionCampusProperty database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class FaaProcessExceptionTypeCampusTemplate
Constructors
FaaProcessExceptionTypeCampusTemplate()
Declaration
public FaaProcessExceptionTypeCampusTemplate()
Properties
AgeDays
Gets or sets the AgeDays associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public int AgeDays { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AgeDays. |
AutoClearDays
Gets or sets the AutoClearDays associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public int AutoClearDays { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AutoClearDays. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FaaProcessExceptionTypeTemplate
Declaration
public virtual FaaProcessExceptionTypeTemplate FaaProcessExceptionTypeTemplate { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessExceptionTypeTemplate |
FaaProcessExceptionTypeTemplateId
Gets or sets the FaaProcessExceptionTypeTemplateId associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public int FaaProcessExceptionTypeTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessExceptionTypeTemplateId. |
Id
Gets or sets the Id associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAutoResolutionEnabled
Gets or sets the IsAutoResolutionEnabled associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public bool IsAutoResolutionEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAutoResolutionEnabled. |
IsCCodeSuspensionEnabled
Gets or sets the IsCCodeSuspensionEnabled associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public bool IsCCodeSuspensionEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCCodeSuspensionEnabled. |
IsCreateExceptionEnabled
Gets or sets the IsCreateExceptionEnabled associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public bool IsCreateExceptionEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCreateExceptionEnabled. |
IsDocumentAssignmentEnabled
Gets or sets the IsDocumentAssignmentEnabled associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public bool IsDocumentAssignmentEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDocumentAssignmentEnabled. |
IsHoldGroupSuspensionEnabled
Gets or sets the IsHoldGroupSuspensionEnabled associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public bool IsHoldGroupSuspensionEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHoldGroupSuspensionEnabled. |
IsOverrideEnabled
Gets or sets the IsOverrideEnabled associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public bool IsOverrideEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOverrideEnabled. |
IsReviewRequired
Gets or sets the IsReviewRequired associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public bool IsReviewRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReviewRequired. |
IsValidationSkipped
Gets or sets the IsValidationSkipped associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public bool IsValidationSkipped { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsValidationSkipped. |
IsVerificationSuspensionEnabled
Gets or sets the IsVerificationSuspensionEnabled associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public bool IsVerificationSuspensionEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsVerificationSuspensionEnabled. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessExceptionTypeCampusTemplate.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
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 FaaProcessExceptionTypeCampusTemplate.
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 FaaProcessExceptionTypeCampusTemplate.
Declaration
public int? ReviewByStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReviewByStaffId. |
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. |