System.BuildBuild

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 (HUN) Description (HUN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Megjelenített név Az objektum megjelenített neve false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektum állapota Objektum állapota false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Eszköz állapota Eszköz állapota false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Feljegyzések Feljegyzések false 4000       
System.Build:
Title  string  Cím Cím true 256  False     
Version  string  Verzió Verzió true 256  False     
Description  string  Leírás Leírás false 4000  False     
Notes  string  Feljegyzések Feljegyzések false 4000  False     
SourcePath  string  Forrás elérési út Forrás elérési út false 1024  False     
Repository  string  Tárház Tárház false 1024  False     
Instructions  string  Utasítások Utasítások false 64000  False     
Category  enum  Kategória Kategória 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>