Server
API Reference Guide
Product Documentation:

Rogue Wave Server
Documentation Home
List of all members | Public Types | Public Member Functions
IlsPartial< HolderType, TargetType, Relation > Class Template Reference

This class is an intermediate class that stores list items. More...

#include <ilserver/model.h>

Inherits IlsContext.

Public Types

typedef IlsPartial< HolderType, TargetType, Relation > Myself
 Myself is the type of the instantiated template class.
 

Public Member Functions

CTargetTypePR getValue ()
 Returns the target of the relation.
 

Detailed Description

template<class HolderType, class TargetType, class Relation>
class IlsPartial< HolderType, TargetType, Relation >

This class is an intermediate class that stores list items.

Library: server

This class is aliases (typedef) to Partial in list relations.

See also
IlsOwnsList::Partial, IlsUsesList::Partial.