Server
API Reference Guide
Product Documentation:

Visualization Server
Documentation Home
List of all members | Static Public Member Functions
IlsSwUtility Class Reference

This utility class provides simple services related to the Rogue Wave Server/Rogue Wave Views integration. More...

#include <ilmvsw/svswutil.h>

Static Public Member Functions

static IlsBoolean AddNameAssociation (const IlsString &serverTypeName, const IlsString &informTypeName)
 Creates an association between a user-defined type and a Rogue Wave Views predefined type. More...
 
static IlsBoolean RemoveNameAssociation (const IlsString &serverTypeName, const IlsString &informTypeName)
 Removes an association that was previously created by the static member function AddNameAssociation().
 

Detailed Description

This utility class provides simple services related to the Rogue Wave Server/Rogue Wave Views integration.

Library: mvsw

Member Function Documentation

◆ AddNameAssociation()

static IlsBoolean IlsSwUtility::AddNameAssociation ( const IlsString serverTypeName,
const IlsString informTypeName 
)
static

Creates an association between a user-defined type and a Rogue Wave Views predefined type.

This function is useful when the Rogue Wave Server Studio and the predefined Rogue Wave Views component are to be extended with Rogue Wave Server user-defined types that will be mapped onto one of the predefined Rogue Wave Views types.