Search Results for

    Show / Hide Table of Contents

    Class TransactionFactory

    Helper to easily create transactions

    Inheritance
    System.Object
    TransactionFactory
    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 static class TransactionFactory

    Methods

    | Improve this Doc View Source

    Create(Guid, Nullable<Guid>)

    Create new incoming credit

    Declaration
    public static Transaction Create(Guid typeId, Guid? subtype = null)
    Parameters
    Type Name Description
    System.Guid typeId
    System.Nullable<System.Guid> subtype

    Optional subtype

    Returns
    Type Description
    Transaction

    Transaction instance

    | Improve this Doc View Source

    CreateIncomingCredit(Nullable<Guid>)

    Create new incoming credit

    Declaration
    public static Transaction CreateIncomingCredit(Guid? subtype = null)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> subtype

    Optional subtype

    Returns
    Type Description
    Transaction

    Transaction instance

    | Improve this Doc View Source

    CreateIncomingDeliveryNote(Nullable<Guid>)

    Create new incoming delivery note

    Declaration
    public static Transaction CreateIncomingDeliveryNote(Guid? subtype = null)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> subtype

    Optional subtype

    Returns
    Type Description
    Transaction

    Transaction instance

    | Improve this Doc View Source

    CreateIncomingInvoice(Nullable<Guid>)

    Create new incoming invoice

    Declaration
    public static Transaction CreateIncomingInvoice(Guid? subtype = null)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> subtype

    Optional subtype

    Returns
    Type Description
    Transaction

    Transaction instance

    | Improve this Doc View Source

    CreateIncomingOffer(Nullable<Guid>)

    Create new incoming offer

    Declaration
    public static Transaction CreateIncomingOffer(Guid? subtype = null)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> subtype

    Optional subtype

    Returns
    Type Description
    Transaction

    Transaction instance

    | Improve this Doc View Source

    CreateIncomingPurchaseOrder(Nullable<Guid>)

    Create new incoming purchase order

    Declaration
    public static Transaction CreateIncomingPurchaseOrder(Guid? subtype = null)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> subtype

    Optional subtype

    Returns
    Type Description
    Transaction

    Transaction instance

    | Improve this Doc View Source

    CreateOutgoingCredit(Nullable<Guid>)

    Create new outgoing credit

    Declaration
    public static Transaction CreateOutgoingCredit(Guid? subtype = null)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> subtype

    Optional subtype

    Returns
    Type Description
    Transaction

    Transaction instance

    | Improve this Doc View Source

    CreateOutgoingDeliveryNote(Nullable<Guid>)

    Create new outgoing delivery note

    Declaration
    public static Transaction CreateOutgoingDeliveryNote(Guid? subtype = null)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> subtype

    Optional subtype

    Returns
    Type Description
    Transaction

    Transaction instance

    | Improve this Doc View Source

    CreateOutgoingInvoice(Nullable<Guid>)

    Create new outgoing invoice

    Declaration
    public static Transaction CreateOutgoingInvoice(Guid? subtype = null)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> subtype

    Optional subtype

    Returns
    Type Description
    Transaction

    Transaction instance

    | Improve this Doc View Source

    CreateOutgoingOffer(Nullable<Guid>)

    Create new outgoing offer

    Declaration
    public static Transaction CreateOutgoingOffer(Guid? subtype = null)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> subtype

    Optional subtype

    Returns
    Type Description
    Transaction

    Transaction instance

    | Improve this Doc View Source

    CreateOutgoingOrder(Nullable<Guid>)

    Create new outgoing order

    Declaration
    public static Transaction CreateOutgoingOrder(Guid? subtype = null)
    Parameters
    Type Name Description
    System.Nullable<System.Guid> subtype

    Optional subtype

    Returns
    Type Description
    Transaction

    Transaction instance

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx