System.Chargeback.CostCenterΚέντρο κόστους

System.Chargeback.CostCenter (ClassType)

Καθορίζει τις βασικές ιδιότητες των κέντρων κόστους

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1f09d6b1-c5f2-7f22-6867-cbcbdbf39b3f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ELL) Description (ELL) 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>