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 SourceCostCenterAssignment()
Declaration
public CostCenterAssignment()
CostCenterAssignment(Guid)
Constructor
Declaration
public CostCenterAssignment(Guid parentId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | parentId |
Properties
| Improve this Doc View SourceChild
gets the assigned child costcenter
Declaration
public CostCenter Child { get; }
Property Value
Type | Description |
---|---|
CostCenter |
ChildId
gets/sets the assigned child costcenter id
Declaration
public Guid ChildId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
DistributionKey
gets/sets the distribution key
Declaration
public PreciseDecimal DistributionKey { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Guid
gets/sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ParentId
gets/sets the assigned parent costcenter id
Declaration
public Guid ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ValidFrom
gets/sets the valid from date
Declaration
public DateTime ValidFrom { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Methods
| Improve this Doc View SourceSave()
Save the current assignment
Declaration
public void Save()