Base type: System.Entity
Summary: This entity represents component template.
Name | Type | Notes |
---|---|---|
ID | System.Int64 | Unique integer representation of component template. |
Name | System.String | The string value that contains the name of component template. |
ComponentType | System.Int32 | The integer value that contains the component type. |
ApplicationTemplateID | System.Int32 | Unique integer representation of parent application template. |
ComponentOrder | System.Int32 | The integer value that contains the component position. |
ComponentCategoryID | System.Int32 | Unique integer representation of parent component category. |
IsApplicationItemSpecific | System.Boolean | The boolean value that specifies if component template is application item specific. |
UniqueId | System.Guid | Unique Guid representation of component template. |
VisibilityMode | System.Int32 | The integer value that contains the component template visibility mode. |
IsDisabled | System.Boolean | The boolean value that specifies if component is disabled. |
DisplayName | System.String | |
Description | System.String | |
InstanceType | System.Type | |
Uri | System.String | |
InstanceSiteId | System.Int32 | Default='0'. |
Category | Orion.APM.ComponentCategory | Defined by relationship Orion.APM.ComponentTemplateReferencesCategory (System.Reference) |