System.Chargeback.CostCenter成本中心

System.Chargeback.CostCenter (ClassType)

定義成本中心的基本內容

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4efccb24-1030-e590-2ef5-a362c5700575

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False 
System.Chargeback.CostCenter:
UniqueId  string  識別碼 成本中心的唯一識別碼 true 256  False 
Name  string  名稱 成本中心的名稱 false 255  False 
Description  string  描述 成本中心的描述 false 4096  False 

Health Model:

Source Code:

<ClassType ID="System.Chargeback.CostCenter" Accessibility="Public" Abstract="false" Base="System.AdminItem!System.AdminItem" Hosted="false" Singleton="false" Extension="false">
<Property ID="UniqueId" Type="string" Key="true" Required="true" CaseSensitive="false" MaxLength="256" MinLength="0" AutoIncrement="true" Scale="0"/>
<Property ID="Name" Type="string" Key="false" Required="true" CaseSensitive="false" MaxLength="255" MinLength="0" AutoIncrement="false" Scale="0"/>
<Property ID="Description" Type="string" Key="false" Required="true" CaseSensitive="false" MaxLength="4096" MinLength="0" AutoIncrement="false" Scale="0"/>
</ClassType>