Click or drag to resize

CostCenter Class

Represents a cost center.
Inheritance Hierarchy
System.Object
  Severa.Entities.API.CostCenter

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0+d2b3ba1f0a7faa78f41e88544914859e96e8c75b
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