Class RefundCalculationConfigurationRoutingTemplateEntity
This class represents the EntityModel interface to the SaRefundCalculationRoutingTemplate database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class RefundCalculationConfigurationRoutingTemplateEntity : Entity, IIdentifiable, IAuditable
Constructors
RefundCalculationConfigurationRoutingTemplateEntity()
Declaration
public RefundCalculationConfigurationRoutingTemplateEntity()
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 |
CalculationTypeProperty
The CalculationType property.
Declaration
public static readonly EntityProperty CalculationTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CashPaymentPlanType
Declaration
public static readonly string CashPaymentPlanType
Field Value
Type | Description |
---|---|
System.String |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FaaProcessExceptionRoutingTypeIdProperty
The FaaProcessExceptionRoutingTypeId property.
Declaration
public static readonly EntityProperty FaaProcessExceptionRoutingTypeIdProperty
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 |
InstitutionalRefundType
Declaration
public static readonly string InstitutionalRefundType
Field Value
Type | Description |
---|---|
System.String |
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 |
RefundCalculationConfigurationAssociationIdProperty
The RefundCalculationConfigurationAssociationId property.
Declaration
public static readonly EntityProperty RefundCalculationConfigurationAssociationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReturnOfTitleIV
Declaration
public static readonly string ReturnOfTitleIV
Field Value
Type | Description |
---|---|
System.String |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AssignedStaffGroupId
Gets or sets the AssignedStaffGroupId associated with this RefundCalculationConfigurationRoutingTemplateEntity.
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 RefundCalculationConfigurationRoutingTemplateEntity.
Declaration
public int? AssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedStaffId. |
CalculationType
Gets or sets the CalculationType associated with this RefundCalculationConfigurationRoutingTemplateEntity.
Declaration
public string CalculationType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CalculationType. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationConfigurationRoutingTemplateEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FaaProcessExceptionRoutingTypeId
Gets or sets the FaaProcessExceptionRoutingTypeId associated with this RefundCalculationConfigurationRoutingTemplateEntity.
Declaration
public int FaaProcessExceptionRoutingTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaaProcessExceptionRoutingTypeId. |
Id
Gets or sets the Id associated with this RefundCalculationConfigurationRoutingTemplateEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationConfigurationRoutingTemplateEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationConfigurationRoutingTemplateEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RefundCalculationConfigurationAssociationId
Gets or sets the RefundCalculationConfigurationAssociationId associated with this RefundCalculationConfigurationRoutingTemplateEntity.
Declaration
public int RefundCalculationConfigurationAssociationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RefundCalculationConfigurationAssociationId. |
RowVersion
Gets or sets the RowVersion associated with this RefundCalculationConfigurationRoutingTemplateEntity.
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()