IlsInvertedRelationList::Initial
 
IlsInvertedRelationList::Initial
Category 
Nested class
Description 
This class provides a list of origin objects when a relation is created. This list must contain at least as many items as specified for the minimal cardinality.
Library 
<server>
Header File 
#include <ilserver/model.h>
Synopsis 
class Initial
{
public:
Initial();
Initial& operator<<(OriginType*);
};
Constructor 
Initial();
This constructor creates an empty list.
Operators 
Initial& operator<<(OriginType*);
This operator adds the object supplied as its argument at the beginning of the list.
See Also 
IlsInvertedRelationList

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