IceGrid::ServiceInstanceDescriptor

Overview

struct ServiceInstanceDescriptor

A service template instance descriptor.

Data Member Index

template

The template used by this instance.

parameterValues

The template parameter values.

descriptor

The service definition if the instance isn't a template instance (i.e.: if the template attribute is empty).

propertySet

The property set.

template

string template;

The template used by this instance.

parameterValues

StringStringDict parameterValues;

The template parameter values.

descriptor

ServiceDescriptor descriptor;

The service definition if the instance isn't a template instance (i.e.: if the template attribute is empty).

propertySet

PropertySetDescriptor propertySet;

The property set.