Interface IHasTransactionSetting
The base interface for any entity that has settings for a transaction.
Namespace: LemonEdge.API.Entities.FinancialServices.Transactions
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
public interface IHasTransactionSetting
Properties
TransactionID
[Key] Links to ITransaction. The transaction this entity has settings for, this entity will be linked backed to from the SettingsID too
Declaration
[EntityProperty(SQLType.UniqueIdentifier, false)]
[EntityRelationship(EntityID.Transaction, "ID", SingleJoinType.One, "Setting", "Transactions", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false, InheritPermissions = true)]
[EntityDescription("The owning transaction this record holds the settings for.")]
[EntityKeyProperty]
Guid TransactionID { get; set; }
Property Value
Type | Description |
---|---|
Guid |