ILS_MVVIEW_BEGIN/ILS_MVVIEW_END
 
ILS_MVVIEW_BEGIN/ILS_MVVIEW_END
Category 
Dynamic view-related macros (server side)
Description 
These macros declare a subtype of IlsMvView to the view interpreter on the server side. This declaration lets you specify dynamic view types that will be instantiated by a subtype of IlsMvView. These macros must be used with the macro ILS_MVVIEW_DECL.
Header File 
<ilserver/rtmodel.h>
Synopsis 
ILS_MVVIEW_BEGIN(viewType,parentType)
ILS_MVVIEW_END(viewType)
Arguments 
Both these macros must be added to the source file that defines the member functions for the class viewType. The argument parentType is the view type that is the base class of viewType. This is usually the type IlsMvView but it can be another subtype of IlsMvView, provided this subtype has been declared using the macros ILS_MVVIEW_DECL and ILS_MVVIEW_BEGIN/ILS_MVVIEW_END. Only macros that declare runtime access to data members and member functions can be enclosed between these macros.
See Also 
ILS_DERIVED_XXX, ILS_ENTRY_XXX, IlsMvView, ILS_MVVIEW_DECL, ILS_MVVIEW_INIT, ILS_R_RELATION_1, ILS_R_RELATION_N, ILS_RP_ATTR_XXX, ILS_RW_RELATION_1, ILS_RW_RELATION_N, ILS_W_RELATION_1, ILS_W_RELATION_N

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