Class RefundCalculationPolicyFaaConfigDetailEntity
This class represents the EntityModel interface to the SaDefaultIRPolicyConfiguration_FAA database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class RefundCalculationPolicyFaaConfigDetailEntity : Entity, IIdentifiable, IAuditableConstructors
RefundCalculationPolicyFaaConfigDetailEntity()
Declaration
public RefundCalculationPolicyFaaConfigDetailEntity()Fields
AddressTypeIdProperty
The AddressTypeId property.
Declaration
public static readonly EntityProperty AddressTypeIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
RefundCalculationFaaDefaultAddressTypeIdProperty
The RefundCalculationFaaDefaultAddressTypeId property.
Declaration
public static readonly EntityProperty RefundCalculationFaaDefaultAddressTypeIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
RefundCalculationPolicyIdProperty
The RefundCalculationPolicyId property.
Declaration
public static readonly EntityProperty RefundCalculationPolicyIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
Properties
AddressTypeId
Gets or sets the AddressTypeId associated with this RefundCalculationPolicyFaaConfigDetailEntity.
Declaration
public int? AddressTypeId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The AddressTypeId. | 
CampusId
Gets or sets the CampusId associated with this RefundCalculationPolicyFaaConfigDetailEntity.
Declaration
public int CampusId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The CampusId. | 
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundCalculationPolicyFaaConfigDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime. | 
Id
Gets or sets the Id associated with this RefundCalculationPolicyFaaConfigDetailEntity.
Declaration
public int Id { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id. | 
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RefundCalculationPolicyFaaConfigDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime. | 
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundCalculationPolicyFaaConfigDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId. | 
RefundCalculationFaaDefaultAddressTypeId
Gets or sets the RefundCalculationFaaDefaultAddressTypeId associated with this RefundCalculationPolicyFaaConfigDetailEntity.
Declaration
public int RefundCalculationFaaDefaultAddressTypeId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The RefundCalculationFaaDefaultAddressTypeId. | 
RefundCalculationPolicyId
Gets or sets the RefundCalculationPolicyId associated with this RefundCalculationPolicyFaaConfigDetailEntity.
Declaration
public int RefundCalculationPolicyId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The RefundCalculationPolicyId. | 
RowVersion
Gets or sets the RowVersion associated with this RefundCalculationPolicyFaaConfigDetailEntity.
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()