Class RevenueEarningMethodDetailEntity
This class represents the EntityModel interface to the SaEarningsMethodGrid database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class RevenueEarningMethodDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
RevenueEarningMethodDetailEntity()
Declaration
public RevenueEarningMethodDetailEntity()
Fields
CreatedDateTimeProperty
The Represents the created date time associated with this revenue earning method detail. property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EarnPercentProperty
The Represents the earn percent associated with this revenue earning method detail. property.
Declaration
public static readonly EntityProperty EarnPercentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HighPercentProperty
The Represents the high percent associated with this revenue earning method detail. property.
Declaration
public static readonly EntityProperty HighPercentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Represents the id associated with this revenue earning method detail. property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The Represents the last modified date time associated with this revenue earning method detail. property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The Represents the last modified user id associated with this revenue earning method detail. property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LowPercentProperty
The Represents the low percent associated with this revenue earning method detail. property.
Declaration
public static readonly EntityProperty LowPercentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RevenueEarningMethodIdProperty
The Represents the revenue earning method id associated with this revenue earning method detail. property.
Declaration
public static readonly EntityProperty RevenueEarningMethodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The Represents the row version associated with this revenue earning method detail. property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RevenueEarningMethodDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EarnPercent
Gets or sets the EarnPercent associated with this RevenueEarningMethodDetailEntity.
Declaration
public decimal EarnPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The EarnPercent. |
HighPercent
Gets or sets the HighPercent associated with this RevenueEarningMethodDetailEntity.
Declaration
public decimal HighPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The HighPercent. |
Id
Gets or sets the Id associated with this RevenueEarningMethodDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RevenueEarningMethodDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RevenueEarningMethodDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LowPercent
Gets or sets the LowPercent associated with this RevenueEarningMethodDetailEntity.
Declaration
public decimal LowPercent { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The LowPercent. |
RevenueEarningMethodId
Gets or sets the RevenueEarningMethodId associated with this RevenueEarningMethodDetailEntity.
Declaration
public int RevenueEarningMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RevenueEarningMethodId. |
RowVersion
Gets or sets the RowVersion associated with this RevenueEarningMethodDetailEntity.
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()