Class GroupedTransactionItemOld
Inherited Members
Namespace: LemonEdge.API.Entities.FinancialServices.Transactions
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
public class GroupedTransactionItemOld : ObseleteEntityDescriptor
Constructors
GroupedTransactionItemOld()
Declaration
public GroupedTransactionItemOld()
Properties
ItemName
The original individual item name for this entity. WOuld have been set from ItemName
Declaration
public override string ItemName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
OriginalBaseType
Indicates the base core type this entity originally inherited from. Either IBaseEntity or IBaseEntityWithPermissions
The system uses this to know if it also has to delete any associated permission tables or not
Declaration
public override Type OriginalBaseType { get; }
Property Value
Type | Description |
---|---|
Type |
Overrides
SetName
The original set name for a collection of these entities. WOuld have been set from SetName
Declaration
public override string SetName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
TableName
The original name for the table that held this obsolete entity. Would have been specified originally using TableName
Declaration
public override string TableName { get; }
Property Value
Type | Description |
---|---|
string |