Class StudentRefundCalculationWorkflowDataChangeEntity
This class represents the EntityModel interface to the SaRefundCalculationWorkflowAudit database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentRefundCalculationWorkflowDataChangeEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentRefundCalculationWorkflowDataChangeEntity()
Declaration
public StudentRefundCalculationWorkflowDataChangeEntity()
Fields
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 |
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 |
NewAssignedStaffGroupIdProperty
The NewAssignedStaffGroupId property.
Declaration
public static readonly EntityProperty NewAssignedStaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewAssignedStaffIdProperty
The NewAssignedStaffId property.
Declaration
public static readonly EntityProperty NewAssignedStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewLockedByUserIdProperty
The NewLockedByUserId property.
Declaration
public static readonly EntityProperty NewLockedByUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewLockedOnDateTimeProperty
The NewLockedOnDateTime property.
Declaration
public static readonly EntityProperty NewLockedOnDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewRefundCalculationActionIdProperty
The NewRefundCalculationActionId property.
Declaration
public static readonly EntityProperty NewRefundCalculationActionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NewRefundCalculationStatusIdProperty
The NewRefundCalculationStatusId property.
Declaration
public static readonly EntityProperty NewRefundCalculationStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrevAssignedStaffGroupIdProperty
The PrevAssignedStaffGroupId property.
Declaration
public static readonly EntityProperty PrevAssignedStaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrevAssignedStaffIdProperty
The PrevAssignedStaffId property.
Declaration
public static readonly EntityProperty PrevAssignedStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrevLockedByUserIdProperty
The PrevLockedByUserId property.
Declaration
public static readonly EntityProperty PrevLockedByUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrevLockedOnDateTimeProperty
The PrevLockedOnDateTime property.
Declaration
public static readonly EntityProperty PrevLockedOnDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrevRefundCalculationActionIdProperty
The PrevRefundCalculationActionId property.
Declaration
public static readonly EntityProperty PrevRefundCalculationActionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrevRefundCalculationStatusIdProperty
The PrevRefundCalculationStatusId property.
Declaration
public static readonly EntityProperty PrevRefundCalculationStatusIdProperty
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 |
StudentRefundCalculationIdProperty
The StudentRefundCalculationId property.
Declaration
public static readonly EntityProperty StudentRefundCalculationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentRt4CalculationIdProperty
The StudentRt4CalculationId property.
Declaration
public static readonly EntityProperty StudentRt4CalculationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewAssignedStaffGroupId
Gets or sets the NewAssignedStaffGroupId associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public int? NewAssignedStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewAssignedStaffGroupId. |
NewAssignedStaffId
Gets or sets the NewAssignedStaffId associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public int? NewAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewAssignedStaffId. |
NewLockedByUserId
Gets or sets the NewLockedByUserId associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public int? NewLockedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewLockedByUserId. |
NewLockedOnDateTime
Gets or sets the NewLockedOnDateTime associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public DateTime? NewLockedOnDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The NewLockedOnDateTime. |
NewRefundCalculationActionId
Gets or sets the NewRefundCalculationActionId associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public int NewRefundCalculationActionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NewRefundCalculationActionId. |
NewRefundCalculationStatusId
Gets or sets the NewRefundCalculationStatusId associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public int? NewRefundCalculationStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewRefundCalculationStatusId. |
Note
Gets or sets the Note associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PrevAssignedStaffGroupId
Gets or sets the PrevAssignedStaffGroupId associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public int? PrevAssignedStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrevAssignedStaffGroupId. |
PrevAssignedStaffId
Gets or sets the PrevAssignedStaffId associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public int? PrevAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrevAssignedStaffId. |
PrevLockedByUserId
Gets or sets the PrevLockedByUserId associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public int? PrevLockedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrevLockedByUserId. |
PrevLockedOnDateTime
Gets or sets the PrevLockedOnDateTime associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public DateTime? PrevLockedOnDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PrevLockedOnDateTime. |
PrevRefundCalculationActionId
Gets or sets the PrevRefundCalculationActionId associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public int PrevRefundCalculationActionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PrevRefundCalculationActionId. |
PrevRefundCalculationStatusId
Gets or sets the PrevRefundCalculationStatusId associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public int? PrevRefundCalculationStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrevRefundCalculationStatusId. |
RowVersion
Gets or sets the RowVersion associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentRefundCalculationId
Gets or sets the StudentRefundCalculationId associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public int? StudentRefundCalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRefundCalculationId. |
StudentRt4CalculationId
Gets or sets the StudentRt4CalculationId associated with this StudentRefundCalculationWorkflowDataChangeEntity.
Declaration
public int? StudentRt4CalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRt4CalculationId. |
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()