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. |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc. |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
RefundIdProperty
The RefundId property.
Declaration
public static readonly EntityProperty RefundIdProperty
Field Value
Type | Description |
---|---|
Cmc. |
RefundTypeProperty
The RefundType property.
Declaration
public static readonly EntityProperty RefundTypeProperty
Field Value
Type | Description |
---|---|
Cmc. |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RefundRefundTypeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System. |
The CreatedDateTime. |
Id
Gets or sets the Id associated with this RefundRefundTypeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System. |
The Id. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RefundRefundTypeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The LastModifiedUserId. |
RefundId
Gets or sets the RefundId associated with this RefundRefundTypeEntity.
Declaration
public int RefundId { get; set; }
Property Value
Type | Description |
---|---|
System. |
The RefundId. |
RefundType
Gets or sets the RefundType associated with this RefundRefundTypeEntity.
Declaration
public string RefundType { get; set; }
Property Value
Type | Description |
---|---|
System. |
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()