ILS_DYNOBJECT_BEGIN
 
ILS_DYNOBJECT_BEGIN
Category 
Dynamic modeling-related macros
Description 
This macro declare a server object class deriving from IlsDynObject to the server model interpreter. Use these macros instead of the macros ILS_OBJECT_BEGIN, ILS_OBJECT_WITH_ID_BEGIN, etc., when your type inherits from IlsDynObject and is supposed to be used as a dynamic object or through the Rogue Wave Views Script integration.
See Mixing Static Types with Dynamic Types in the Rogue Wave Server User’s Manual for more information.
Use these macros instead of the macros ILS_OBJECT_BEGIN, ILS_OBJECT_WITH_ID_BEGIN, etc., when your type inherits from IlsDynObject and is supposed to be used as a dynamic object or through the Rogue Wave Views Script integration.
Header File 
#include <ilserver/dynmoditp.h>
Synopsis 
ILS_DYNOBJECT_BEGIN(objType)
ILS_DYNOBJECT1_BEGIN(objType, parentType)
ILS_DYNOBJECT2_BEGIN(objType,parentType1,parentType2)
 
ILS_DYNOBJECT_WITH_ID_BEGIN(objType,idAttr)
ILS_DYNOBJECT1_WITH_ID_BEGIN(objType,idAttr,parentType)
ILS_DYNOBJECT2_WITH_ID_BEGIN(objType,
idAttr,
parentType1,
parentType2)
See Also 
IlsDynObject, ILS_OBJECT_BEGIN/ILS_OBJECT_END

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