Class FaaProcessExceptionAssignmentEntity
This class represents the EntityModel interface to the SyServiceExceptionAssignment database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class FaaProcessExceptionAssignmentEntity : Entity, IIdentifiable, IAuditable
Constructors
FaaProcessExceptionAssignmentEntity()
Declaration
public FaaProcessExceptionAssignmentEntity()
Fields
AssignedStaffGroupIdProperty
The AssignedStaffGroupId property.
Declaration
public static readonly EntityProperty AssignedStaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AssignedStaffIdProperty
The AssignedStaffId property.
Declaration
public static readonly EntityProperty AssignedStaffIdProperty
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 |
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
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 |
ExceptionHashIdentifierProperty
The ExceptionHashIdentifier property.
Declaration
public static readonly EntityProperty ExceptionHashIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaaProcessExceptionTypeTemplateIdProperty
The FaaProcessExceptionTypeTemplateId property.
Declaration
public static readonly EntityProperty FaaProcessExceptionTypeTemplateIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FundSourceIdProperty
The FundSourceId property.
Declaration
public static readonly EntityProperty FundSourceIdProperty
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 |
IsEscalatedProperty
The IsEscalated property.
Declaration
public static readonly EntityProperty IsEscalatedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsExceptionDetailProperty
The IsExceptionDetail property.
Declaration
public static readonly EntityProperty IsExceptionDetailProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsReviewCompletedProperty
The IsReviewCompleted property.
Declaration
public static readonly EntityProperty IsReviewCompletedProperty
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 |
LockedByStaffIdProperty
The LockedByStaffId property.
Declaration
public static readonly EntityProperty LockedByStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LockedDateTimeProperty
The LockedDateTime property.
Declaration
public static readonly EntityProperty LockedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OutstandingAmountProperty
The OutstandingAmount property.
Declaration
public static readonly EntityProperty OutstandingAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramIdProperty
The ProgramId property.
Declaration
public static readonly EntityProperty ProgramIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionIdProperty
The ProgramVersionId property.
Declaration
public static readonly EntityProperty ProgramVersionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReviewStaffGroupIdProperty
The ReviewStaffGroupId property.
Declaration
public static readonly EntityProperty ReviewStaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReviewStaffIdProperty
The ReviewStaffId property.
Declaration
public static readonly EntityProperty ReviewStaffIdProperty
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 |
ScheduledDisbursementIdProperty
The ScheduledDisbursementId property.
Declaration
public static readonly EntityProperty ScheduledDisbursementIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardIdProperty
The StudentAwardId property.
Declaration
public static readonly EntityProperty StudentAwardIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AssignedStaffGroupId
Gets or sets the AssignedStaffGroupId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? AssignedStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedStaffGroupId. |
AssignedStaffId
Gets or sets the AssignedStaffId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? AssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedStaffId. |
BusinessProcessId
Gets or sets the BusinessProcessId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? BusinessProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BusinessProcessId. |
CampusId
Gets or sets the CampusId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExceptionHashIdentifier
Gets or sets the ExceptionHashIdentifier associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public decimal ExceptionHashIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The ExceptionHashIdentifier. |
FaaProcessExceptionTypeTemplateId
Gets or sets the FaaProcessExceptionTypeTemplateId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? FaaProcessExceptionTypeTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaaProcessExceptionTypeTemplateId. |
FundSourceId
Gets or sets the FundSourceId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FundSourceId. |
Id
Gets or sets the Id associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsEscalated
Gets or sets the IsEscalated associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public bool IsEscalated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEscalated. |
IsExceptionDetail
Gets or sets the IsExceptionDetail associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public bool IsExceptionDetail { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsExceptionDetail. |
IsReviewCompleted
Gets or sets the IsReviewCompleted associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public bool IsReviewCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReviewCompleted. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LockedByStaffId
Gets or sets the LockedByStaffId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? LockedByStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LockedByStaffId. |
LockedDateTime
Gets or sets the LockedDateTime associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public DateTime? LockedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LockedDateTime. |
OutstandingAmount
Gets or sets the OutstandingAmount associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public decimal? OutstandingAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The OutstandingAmount. |
ProgramId
Gets or sets the ProgramId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramId. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
ReviewStaffGroupId
Gets or sets the ReviewStaffGroupId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? ReviewStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReviewStaffGroupId. |
ReviewStaffId
Gets or sets the ReviewStaffId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? ReviewStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReviewStaffId. |
RowVersion
Gets or sets the RowVersion associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ScheduledDisbursementId
Gets or sets the ScheduledDisbursementId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? ScheduledDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ScheduledDisbursementId. |
StudentAwardId
Gets or sets the StudentAwardId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this FaaProcessExceptionAssignmentEntity.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
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()