Class RefundRefundTypeEntity
This class represents the EntityModel interface to the FaRefundSchedule database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class RefundRefundTypeEntity : Entity, IIdentifiable
Constructors
RefundRefundTypeEntity()
Declaration
public RefundRefundTypeEntity()
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 |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RefundIdProperty
The RefundId property.
Declaration
public static readonly EntityProperty RefundIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RefundTypeProperty
The RefundType property.
Declaration
public static readonly EntityProperty RefundTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundRefundTypeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this RefundRefundTypeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundRefundTypeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RefundId
Gets or sets the RefundId associated with this RefundRefundTypeEntity.
Declaration
public int RefundId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RefundId. |
RefundType
Gets or sets the RefundType associated with this RefundRefundTypeEntity.
Declaration
public string RefundType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RefundType. |
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()