Microsoft.ApplicationApprovalWorkflow.Core.ApplicationApplication

Microsoft.ApplicationApprovalWorkflow.Core.Application (ClassType)

Microsoft AAW Application

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbd3753cd-c915-4a0c-00e3-5fa8b48ed3c8

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       
Microsoft.ApplicationApprovalWorkflow.Core.Application:
AppId  string      true 256  False  App{0}   
CM_Unique_ID  string      false 300  False     
CM_SiteCode  string      false 300  False     
ModelName  string      false 300  False     
Name  string      false 513  False     
Manufacturer  string      false 513  False     
Description  string      false 3000  False     
SoftwareVersion  string      false 257  False     
Comments  string      false 3000  False     
OptionalReference  string      false 256  False     
Status  enum      false 256    ApplicationStatus.Available  Microsoft.ApplicationApprovalWorkflow.Core.Enumeration.ApplicationStatus 
DateCreated  datetime      false 256       
LastUpdated  datetime      false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.ApplicationApprovalWorkflow.Core.Application" Accessibility="Public" Abstract="false" Base="System!System.ConfigItem" Hosted="false" Singleton="false" Extension="false">
<!-- This is the key property -->
<Property ID="AppId" Type="string" AutoIncrement="true" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" DefaultValue="App{0}"/>
<Property ID="CM_Unique_ID" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="300" MinLength="0" Required="true"/>
<Property ID="CM_SiteCode" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="300" MinLength="0" Required="true"/>
<Property ID="ModelName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="300" MinLength="0" Required="true"/>
<Property ID="Name" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="513" MinLength="0" Required="true"/>
<Property ID="Manufacturer" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="513" MinLength="0" Required="false"/>
<Property ID="Description" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="3000" MinLength="0" Required="false"/>
<Property ID="SoftwareVersion" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="257" MinLength="0" Required="false"/>
<Property ID="Comments" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="3000" MinLength="0" Required="false"/>
<Property ID="OptionalReference" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="Status" Type="enum" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" EnumType="Microsoft.ApplicationApprovalWorkflow.Core.Enumeration.ApplicationStatus" DefaultValue="ApplicationStatus.Available"/>
<Property ID="DateCreated" Type="datetime" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="LastUpdated" Type="datetime" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
</ClassType>