System.CostCenter成本中心

System.CostCenter (ClassType)

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4eb0089a-6a13-aa7b-2c92-c34b694a27db

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
System.CostCenter:
Code  string  代码 代码 true 256  False     
Name  string  名称 名称 false 256  False     
Description  string  描述 描述 false 256  False     

Health Model:

Source Code:

<ClassType ID="System.CostCenter" Base="System!System.ConfigItem" Accessibility="Public" Hosted="false" Abstract="false">
<Property ID="Code" Type="string" Key="true"/>
<Property ID="Name" Type="string"/>
<Property ID="Description" Type="string"/>
</ClassType>