System.BuildCompilação

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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Status do Objeto Status do objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Status do Ativo Status do ativo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
System.Build:
Title  string  Título Título true 256  False     
Version  string  Versão Versão true 256  False     
Description  string  Descrição Descrição false 4000  False     
Notes  string  Notas Notas false 4000  False     
SourcePath  string  Caminho de Origem Caminho de Origem false 1024  False     
Repository  string  Repositório Repositório false 1024  False     
Instructions  string  Instruções Instruções 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>