Class StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity
This class represents the EntityModel interface to the SaReturnOfT4PWDWorkflowAudit database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity()
Declaration
public StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CurrentAssignedStaffGroupIDProperty
The CurrentAssignedStaffGroupID property.
Declaration
public static readonly EntityProperty CurrentAssignedStaffGroupIDProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CurrentAssignedStaffIdProperty
The CurrentAssignedStaffId property.
Declaration
public static readonly EntityProperty CurrentAssignedStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CurrentDocumentStatusIdProperty
The CurrentDocumentStatusId property.
Declaration
public static readonly EntityProperty CurrentDocumentStatusIdProperty
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 |
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 |
PostWithdrawalDisbursementActionIdProperty
The PostWithdrawalDisbursementActionId property.
Declaration
public static readonly EntityProperty PostWithdrawalDisbursementActionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousAssignedStaffGroupIdProperty
The PreviousAssignedStaffGroupId property.
Declaration
public static readonly EntityProperty PreviousAssignedStaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousAssignedStaffIdProperty
The PreviousAssignedStaffId property.
Declaration
public static readonly EntityProperty PreviousAssignedStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PreviousDocumentStatusIdProperty
The PreviousDocumentStatusId property.
Declaration
public static readonly EntityProperty PreviousDocumentStatusIdProperty
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 |
StudentRt4CalculationPostWithdrawalDisbursementIdProperty
The StudentRt4CalculationPostWithdrawalDisbursementId property.
Declaration
public static readonly EntityProperty StudentRt4CalculationPostWithdrawalDisbursementIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CurrentAssignedStaffGroupID
Gets or sets the CurrentAssignedStaffGroupID associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity.
Declaration
public int? CurrentAssignedStaffGroupID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CurrentAssignedStaffGroupID. |
CurrentAssignedStaffId
Gets or sets the CurrentAssignedStaffId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity.
Declaration
public int? CurrentAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CurrentAssignedStaffId. |
CurrentDocumentStatusId
Gets or sets the CurrentDocumentStatusId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity.
Declaration
public int CurrentDocumentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CurrentDocumentStatusId. |
Id
Gets or sets the Id associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PostWithdrawalDisbursementActionId
Gets or sets the PostWithdrawalDisbursementActionId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity.
Declaration
public int PostWithdrawalDisbursementActionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PostWithdrawalDisbursementActionId. |
PreviousAssignedStaffGroupId
Gets or sets the PreviousAssignedStaffGroupId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity.
Declaration
public int? PreviousAssignedStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousAssignedStaffGroupId. |
PreviousAssignedStaffId
Gets or sets the PreviousAssignedStaffId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity.
Declaration
public int? PreviousAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousAssignedStaffId. |
PreviousDocumentStatusId
Gets or sets the PreviousDocumentStatusId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity.
Declaration
public int PreviousDocumentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PreviousDocumentStatusId. |
RowVersion
Gets or sets the RowVersion associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentRt4CalculationPostWithdrawalDisbursementId
Gets or sets the StudentRt4CalculationPostWithdrawalDisbursementId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChangeEntity.
Declaration
public int StudentRt4CalculationPostWithdrawalDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentRt4CalculationPostWithdrawalDisbursementId. |
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()