System.BuildΔόμηση

System.Build (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId83e4f16f-e413-7323-3a7e-43493e6172d9

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ELL) Description (ELL) 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.Build:
Title  string  Τίτλος Τίτλος true 256  False     
Version  string  Έκδοση Έκδοση true 256  False     
Description  string  Περιγραφή Περιγραφή false 4000  False     
Notes  string  Σημειώσεις Σημειώσεις false 4000  False     
SourcePath  string  Διαδρομή προέλευσης Διαδρομή προέλευσης false 1024  False     
Repository  string  Αποθετήριο Αποθετήριο false 1024  False     
Instructions  string  Οδηγίες Οδηγίες false 64000  False     
Category  enum  Κατηγορία Κατηγορία false 256      System.BuildCategoryEnum 

Health Model:

Source Code:

<ClassType ID="System.Build" Base="System.LogicalEntity" Abstract="false" Accessibility="Public" Hosted="false">
<Property ID="Title" Type="string" Key="true"/>
<Property ID="Version" Type="string" Key="true"/>
<Property ID="Description" Type="string" MaxLength="4000"/>
<Property ID="Notes" Type="string" MaxLength="4000"/>
<Property ID="SourcePath" Type="string" MaxLength="1024"/>
<Property ID="Repository" Type="string" MaxLength="1024"/>
<Property ID="Instructions" Type="string" MaxLength="64000"/>
<Property ID="Category" Type="enum" EnumType="System.BuildCategoryEnum"/>
</ClassType>