IlsOwnsList::Initial
 
IlsOwnsList::Initial
Category 
Nested class
Description 
This class provides a list of owned 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<<(OwnedTypeP);
};
Constructor 
Initial();
This constructor creates an empty list.
Operators 
Initial& operator<<(OwnedTypeP);
This operator adds the object supplied as its argument at the beginning of the list.
See Also 
IlsOwnsList

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