Search Results for

    Show / Hide Table of Contents

    Class TransactionStandingOrder

    Standing order extension for a transaction

    Inheritance
    System.Object
    TransactionStandingOrder
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.ERP.Core
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class TransactionStandingOrder

    Constructors

    | Improve this Doc View Source

    TransactionStandingOrder()

    Constructor

    Declaration
    public TransactionStandingOrder()

    Properties

    | Improve this Doc View Source

    EndDate

    Gets or sets the end date

    Declaration
    public DateTime EndDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    Guid

    Gets or sets the unique id

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsOpenEnd

    Gets or sets the flag if this has no end date

    Declaration
    public bool IsOpenEnd { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShouldExecute

    Gets or sets the flag for execution

    Declaration
    public bool ShouldExecute { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    StandingOrderTypeId

    Gets or sets the standing order type id

    Declaration
    public Guid StandingOrderTypeId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    StartDate

    Gets or sets the start date

    Declaration
    public DateTime StartDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx