Search Results for

    Show / Hide Table of Contents

    Class CostCenterUserGroup

    Assignment of usergroups to a costcenter

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

    Constructors

    | Improve this Doc View Source

    CostCenterUserGroup()

    Default constructor

    Declaration
    public CostCenterUserGroup()
    | Improve this Doc View Source

    CostCenterUserGroup(Guid)

    Constructor

    Declaration
    public CostCenterUserGroup(Guid costCenterid)
    Parameters
    Type Name Description
    System.Guid costCenterid

    Properties

    | Improve this Doc View Source

    CostCenterId

    Gets or sets the costcenter id

    Declaration
    public Guid CostCenterId { get; set; }
    Property Value
    Type Description
    System.Guid
    | 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

    Number

    Gets or sets the order number

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

    UserGroupId

    Gets or sets the usergroup id

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