Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.