Interface IHasTransactionSetting
The base interface for any entity that has settings for a transaction.
Namespace: LemonEdge.API.Entities
Assembly: API.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", "ITransaction", DeleteWithRelationship = true, PartOfParentSet = true, LinkToItemInSet = false, InheritPermissions = true)]
[EntityDescription("The owning transaction this record holds the settings for.")]
Guid TransactionID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |