Jalasoft.Xian.ServerConnector Module

Jalasoft.Xian.Server (ClassType)

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId81bb62e6-fb46-951a-fc92-ad56e589f072

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Jalasoft.Xian.Server:
Version  string  Version false 256  False 
Path  string  Path false 256  False 
Host  string  Host false 256  False 
AppType  string  Application type false 256  False 
ServiceDependecy  string  Service dependency false 256  False 
ID  string  ID true 256  False 

Health Model:

Source Code:

<ClassType ID="Jalasoft.Xian.Server" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false">
<Property ID="Version" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Path" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Host" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AppType" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceDependecy" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>