Click or drag to resize

CostCenter Class

Represents a cost center.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APICostCenter

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+d0bf05dcd8855b3363476bb1c84ab29c9a1ec66b
Syntax
public class CostCenter

The CostCenter type exposes the following members.

Constructors
 NameDescription
Public methodCostCenterInitializes a new instance of the CostCenter class
Top
Properties
 NameDescription
Public propertyGUID Unique identifier for the cost center.
Public propertyIdentifier The identifier of the cost center.
Public propertyIsActive Is cost center active or not.
Public propertyIsDefault Is cost center a default cost center or not.
Public propertyName The name of the cost center.
Top
See Also