Search Results for

    Show / Hide Table of Contents

    Class GeneralLedgerAccountManager

    GLA manager

    Inheritance
    System.Object
    GeneralLedgerAccountManager
    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.GLA
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class GeneralLedgerAccountManager

    Constructors

    | Improve this Doc View Source

    GeneralLedgerAccountManager()

    Constructor

    Declaration
    public GeneralLedgerAccountManager()

    Methods

    | Improve this Doc View Source

    Delete(GeneralLedgerAccount)

    Remove a gla

    Declaration
    public void Delete(GeneralLedgerAccount obj)
    Parameters
    Type Name Description
    GeneralLedgerAccount obj

    Object to delete

    | Improve this Doc View Source

    Delete(Guid)

    Remove a gla

    Declaration
    public void Delete(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Id value

    | Improve this Doc View Source

    DeleteArticleGroup(GeneralLedgerAccount)

    Remove a gla

    Declaration
    public void DeleteArticleGroup(GeneralLedgerAccount obj)
    Parameters
    Type Name Description
    GeneralLedgerAccount obj

    Object to delete

    | Improve this Doc View Source

    DeleteArticleGroup(Guid)

    Remove a gla

    Declaration
    public void DeleteArticleGroup(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Id value

    | Improve this Doc View Source

    DeleteAssignment(GeneralLedgerAccount)

    Remove a gla

    Declaration
    public void DeleteAssignment(GeneralLedgerAccount obj)
    Parameters
    Type Name Description
    GeneralLedgerAccount obj

    Object to delete

    | Improve this Doc View Source

    DeleteAssignment(Guid)

    Remove a gla

    Declaration
    public void DeleteAssignment(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Id value

    | Improve this Doc View Source

    Get(Guid)

    Get a single gla

    Declaration
    public GeneralLedgerAccount Get(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Id value

    Returns
    Type Description
    GeneralLedgerAccount

    GLA instance, else null

    | Improve this Doc View Source

    GetAll()

    Get all GLAs

    Declaration
    public IEnumerable<GeneralLedgerAccount> GetAll()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<GeneralLedgerAccount>

    IEnumerable of GLAs

    | Improve this Doc View Source

    GetAllArticleGroups()

    Get all GLAs

    Declaration
    public IEnumerable<ArticleGeneralLedgerAccountGroup> GetAllArticleGroups()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ArticleGeneralLedgerAccountGroup>

    IEnumerable of GLAs

    | Improve this Doc View Source

    GetAllGLAAssignments()

    Get all GLAs

    Declaration
    public IEnumerable<GeneralLedgerAccountAssignment> GetAllGLAAssignments()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<GeneralLedgerAccountAssignment>

    IEnumerable of GLAs

    | Improve this Doc View Source

    GetArticleGroup(Guid)

    Get a single gla

    Declaration
    public ArticleGeneralLedgerAccountGroup GetArticleGroup(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Id value

    Returns
    Type Description
    ArticleGeneralLedgerAccountGroup

    GLA instance, else null

    | Improve this Doc View Source

    GetArticleGroupByArticle(Guid)

    Get a single gla by article od

    Declaration
    public ArticleGeneralLedgerAccountGroup GetArticleGroupByArticle(Guid articleId)
    Parameters
    Type Name Description
    System.Guid articleId
    Returns
    Type Description
    ArticleGeneralLedgerAccountGroup

    GLA instance, else null

    | Improve this Doc View Source

    GetAssignment(Guid)

    Get a single gla

    Declaration
    public GeneralLedgerAccountAssignment GetAssignment(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Id value

    Returns
    Type Description
    GeneralLedgerAccountAssignment

    GLA instance, else null

    | Improve this Doc View Source

    GetSubTypesWithTypeId(Int32)

    Declaration
    public IEnumerable<GeneralLedgerAccountSubType> GetSubTypesWithTypeId(int id)
    Parameters
    Type Name Description
    System.Int32 id
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<GeneralLedgerAccountSubType>
    | Improve this Doc View Source

    GetTypes()

    Declaration
    public IEnumerable<GeneralLedgerAccountType> GetTypes()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<GeneralLedgerAccountType>
    | Improve this Doc View Source

    Save(GeneralLedgerAccount)

    Save a gla

    Declaration
    public void Save(GeneralLedgerAccount obj)
    Parameters
    Type Name Description
    GeneralLedgerAccount obj

    Object to save

    | Improve this Doc View Source

    SaveArticleGroup(ArticleGeneralLedgerAccountGroup)

    Save a gla

    Declaration
    public void SaveArticleGroup(ArticleGeneralLedgerAccountGroup obj)
    Parameters
    Type Name Description
    ArticleGeneralLedgerAccountGroup obj

    Object to save

    | Improve this Doc View Source

    SaveAssignment(GeneralLedgerAccountAssignment)

    Save a gla

    Declaration
    public void SaveAssignment(GeneralLedgerAccountAssignment obj)
    Parameters
    Type Name Description
    GeneralLedgerAccountAssignment obj

    Object to save

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