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 (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stato oggetto Stato dell'oggetto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stato risorsa Stato della risorsa false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Note Note false 4000       
System.Build:
Title  string  Titolo Titolo true 256  False     
Version  string  Versione Versione true 256  False     
Description  string  Descrizione Descrizione false 4000  False     
Notes  string  Note Note false 4000  False     
SourcePath  string  Percorso di origine Percorso di origine false 1024  False     
Repository  string  Repository Repository false 1024  False     
Instructions  string  Istruzioni Istruzioni false 64000  False     
Category  enum  Categoria Categoria 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>