Search Results for

    Show / Hide Table of Contents

    Class CostCenterAssignment

    Represents a costcenter assignemd for a distrebuted costcenter

    Inheritance
    System.Object
    CostCenterAssignment
    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 CostCenterAssignment

    Constructors

    | Improve this Doc View Source

    CostCenterAssignment()

    Declaration
    public CostCenterAssignment()
    | Improve this Doc View Source

    CostCenterAssignment(Guid)

    Constructor

    Declaration
    public CostCenterAssignment(Guid parentId)
    Parameters
    Type Name Description
    System.Guid parentId

    Properties

    | Improve this Doc View Source

    Child

    gets the assigned child costcenter

    Declaration
    public CostCenter Child { get; }
    Property Value
    Type Description
    CostCenter
    | Improve this Doc View Source

    ChildId

    gets/sets the assigned child costcenter id

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

    DistributionKey

    gets/sets the distribution key

    Declaration
    public PreciseDecimal DistributionKey { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | Improve this Doc View Source

    Guid

    gets/sets the unique id

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

    ParentId

    gets/sets the assigned parent costcenter id

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

    ValidFrom

    gets/sets the valid from date

    Declaration
    public DateTime ValidFrom { get; set; }
    Property Value
    Type Description
    System.DateTime

    Methods

    | Improve this Doc View Source

    Save()

    Save the current assignment

    Declaration
    public void Save()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx