Jump to: navigation, search

CfgSolutionComponentDefinition

Description

CfgSolutionComponentDefinition lists the types of applications whose functionality this solution uses.

Attributes

  • startupPriority — The default number of the solution component in a component startup sequence within solution. StartupPriority value should be used to determine the order in which components should be started and stopped. The value defined as default could be changed at time of SolutionComponent definition. Must be defined as positive integer. Mandatory. Must be shown as the READONLY property in an object of type CfgService (Solution).
  • isOptional — Determines whether this solution component default value 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.
  • type — Type of the application that is used as solution component. Mandatory. Once specified, cannot be changed. See CfgAppType.
  • version — A pointer to the application version that is used as solution component. Once specified, cannot be changed.
This page was last edited on June 27, 2017, at 20:20.
Comments or questions about this documentation? Contact us for support!