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+466b7b4177d79034f8e56fa7578c03dfea8fb3bf
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