Jump to: navigation, search

CfgSolutionComponent

Description

CfgSolutionComponent displays a list of applications whose functionality this solution uses.

Attributes

  • startupPriority — The startup priority of the solution component in a component sequence. Component numbers should be used to determine the order in which components should be started and stopped. Must be defined as positive integer. Mandatory. Once specified cannot be changed. Must be shown as READONLY property in object of type CfgService (Solution).
  • isOptional — Determines whether this solution component is optional. Recommended to be set to CFGFalse by default. Must be shown as READONLY property in object of type CfgService (Solution).
    Refers to CfgFlag.
  • appDBID — A unique identifier of an Application with type appType and version appVersion. Mandatory (application must be specified within solution) for solution components within a solution if isOptional is set to CFGFalse. The application could be chosen from the list of applications based on application template/prototype specified in appPrototypeDBID.

The following rule should be used during the creation of a solution: an application can participate in different solutions.

This page was last edited on June 27, 2017, at 20:20.
Comments or questions about this documentation? Contact us for support!