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 SourceCostCenterUserGroup()
Default constructor
Declaration
public CostCenterUserGroup()
CostCenterUserGroup(Guid)
Constructor
Declaration
public CostCenterUserGroup(Guid costCenterid)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | costCenterid |
Properties
| Improve this Doc View SourceCostCenterId
Gets or sets the costcenter id
Declaration
public Guid CostCenterId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Guid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Number
Gets or sets the order number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UserGroupId
Gets or sets the usergroup id
Declaration
public int UserGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |