Base type: System.Entity
Summary: This entity presents application template.
| Name | Type | Notes |
|---|---|---|
| ApplicationTemplateID | System.Int32 | The unique integer representation of application template. |
| Name | System.String | The string value that contains the name of the application template. |
| IsMockTemplate | System.Boolean | The boolean value that specifies if application template is mock template. |
| Created | System.DateTime | The date and time when application template was created. |
| LastModified | System.DateTime | The date and time of the last application template modification. |
| ViewID | System.Int32 | The unique integer representation of application template view. |
| HasImportedView | System.Boolean | The boolean value that specifies if application template has imported view. |
| ViewXml | System.String | The string value that contains the application template view Xml. |
| CustomApplicationType | System.String | The string value that contains the application template custom type. |
| UniqueId | System.Guid | Unique Guid representation of application template. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| Applications | Orion.APM.Application | Defined by relationship Orion.APM.ApplicationTemplateReferencesApplication (System.Reference) |
| Name | Summary | Parameters | Returns |
|---|---|---|---|
| UpdateApplicationTemplateSettings | Update application template settings. | ||
| DeleteTemplate | Delete existed application template. |