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 (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
System.Build:
Title  string  Title Title true 256  False     
Version  string  Version Version true 256  False     
Description  string  Description Description false 4000  False     
Notes  string  Notes Notes false 4000  False     
SourcePath  string  Source Path Source Path false 1024  False     
Repository  string  Repository Repository false 1024  False     
Instructions  string  Instructions Instructions false 64000  False     
Category  enum  Category Category 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>