An application prototype.
Filter Name | Type | Description |
---|---|---|
app_type | int |
CfgAppType ). If specified, Configuration Server will
return information only about the application prototypes that relates
to the applications of this type.
|
state | int |
CfgObjectState ). If specified, Configuration
Server will return information only about application prototypes
that are currently in this state.
|
name | string |
|
dbid | int |
|
version | string |
|
DBID
—
name
—
type
—
CfgAppType
.
version
—
options
—
CfgDeltaApplication
, it is
a pointer to a list of options added to the existing list.
state
—
CfgObjectState
userProperties
—
An application prototype cannot be deleted as long as there is at least one application associated with it.
Parameter options
has the following structure:
Each key-value pair of the primary list (TKVList *options
) uses
the key for the name of a configuration section, and the value for a secondary
list, that also has the TKVList
structure and specifies the
configuration options defined within that section. Each key-value pair of the
secondary list uses the key for the name of a configuration option, and the
value for its current setting. Configuration options can be defined as variables
of integer, character, or binary type. Names of sections must be
unique within the primary list. Names of options must be unique
within the secondary list. NOTE: Configuration Server is not concerned with
logical meanings of application-specific configuration sections,
options, or their values.
An application prototype of CFGConfigServer
type
with DBID
set to 99
shall be pre-defined (scripted)
in the Configuration Database before Configuration
Server is started for the first time. The object that represents
this application prototype cannot be deleted.
An application prototype of CFGSCE
type with
DBID
set to 100
shall be pre-defined (scripted)
in the Configuration Database before Configuration
Server is started for the first time. The object that represents
this application prototype cannot be deleted.
Note: This XML was created using the Configuration Server 7.5 schema.
<CfgAppPrototype> <DBID value="99" /> <name value="Prototype" /> <type value="21" /> <version value="7.5" /> <state value="1" /> </CfgAppPrototype>