IlsSwUtility
 
IlsSwUtility
Category 
Dynamic view-related class (Server/Views integration)
Inheritance Path 
IlsSwUtility
Description 
This utility class provides simple services related to the Rogue Wave Server/Rogue Wave Views integration.
Library 
<mvsw>
Header File 
#include <ilmvsw/svswutil.h>
Synopsis 
class IlsSwUtility
{
public:
static IlsBoolean AddNameAssociation
(const IlsString& serverTypeName,
const IlsString& viewsTypeName);
static IlsBoolean RemoveNameAssociation
(const IlsString& serverTypeName,
const IlsString& viewsTypeName);
};
Member Functions 
[static] IlsBoolean AddNameAssociation(const IlsString& serverTypeName,
const IlsString& viewsTypeName);
This static member function creates an association between a user-defined type and an 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.
[static] IlsBoolean RemoveNameAssociation(const IlsString& serverTypeName,
const IlsString& viewsTypeName);
This static member function can be used to remove an association that was previously created by the static member function AddNameAssociation.
 

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.