Ice 3.7 Slice API Reference
Data Members | List of all members
IceGrid::ServiceInstanceDescriptor Struct Reference

A service template instance descriptor. More...

defined in <IceGrid/Descriptor.ice>

struct ServiceInstanceDescriptor { ... }

Collaboration diagram for IceGrid::ServiceInstanceDescriptor:
Collaboration graph
[legend]

Data Members

ServiceDescriptor descriptor
 The service definition if the instance isn't a template instance (i.e. More...
 
StringStringDict parameterValues
 The template parameter values. More...
 
PropertySetDescriptor propertySet
 The property set. More...
 
string template
 The template used by this instance. More...
 

Detailed Description

A service template instance descriptor.

Data Member Documentation

◆ descriptor

ServiceDescriptor descriptor

The service definition if the instance isn't a template instance (i.e.

: if the template attribute is empty).

◆ parameterValues

StringStringDict parameterValues

The template parameter values.

◆ propertySet

PropertySetDescriptor propertySet

The property set.

◆ template

string template

The template used by this instance.


The documentation for this struct was generated from the following file: