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+81fd6e9dd0e61491c37af71b183a89571ee770b3
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