Microsoft.SystemCenter.MPAuthoringConsole.Template.Class.WindowsLocalApplicationWindows Local Application

Microsoft.SystemCenter.MPAuthoringConsole.Template.Class.WindowsLocalApplication (Template)

Source Code:

<Template ID="Microsoft.SystemCenter.MPAuthoringConsole.Template.Class.WindowsLocalApplication">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.MPAuthoringConsole.SchemaType.Generic</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="ID" type="xsd:string"/>
<xsd:element name="Name" type="xsd:string"/>
<xsd:element name="Description" type="xsd:string"/>
<xsd:element name="LocaleID" type="xsd:string"/>
<xsd:element name="KeyProperty" type="MPProperty"/>
<xsd:element name="KeyPropertyDisplayString" type="MPDisplayString"/>
</Configuration>
<References>
<Reference ID="Windows"/>
</References>
<Implementation>
<TypeDefinitions>
<EntityTypes>
<ClassTypes>
<ClassType ID="$TemplateConfig/ID$" Base="$Reference/Windows$Microsoft.Windows.LocalApplication" Accessibility="Internal" Hosted="true" Abstract="false">
$TemplateConfig/KeyProperty$
</ClassType>
</ClassTypes>
</EntityTypes>
</TypeDefinitions>
<LanguagePacks>
<LanguagePack ID="$TemplateConfig/LocaleID$" IsDefault="true">
<DisplayStrings><DisplayString ElementID="$TemplateConfig/ID$"><Name>$TemplateConfig/Name$</Name><Description>$TemplateConfig/Description$</Description></DisplayString>
$TemplateConfig/KeyPropertyDisplayString$
</DisplayStrings>
</LanguagePack>
</LanguagePacks>
</Implementation>
</Template>