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+dc0aeae82aa3035cc52492af81c6f1e4ded1e71b
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