IlsOwnsDynamicArray::Partial
 
IlsOwnsDynamicArray::Partial
Category 
Nested class
Description 
This class is an intermediate class that stores array elements.
Library 
<server>
Header File 
#include <ilserver/model.h>
Synopsis 
class Partial
{
public:
OwnedTypeP getValue();
Partial& operator=(COwnedTypePR);
};
Member Functions 
OwnedTypeP getValue();
This member function returns the target of the relation.
Operators 
Partial& operator=(COwnedTypePR);
This operator assigns an object to the array element. It throws the following exceptions:
*IlsUpdateForbidden if the function IlsObject::isUpdateAllowed returns IlsFalse for the type in which the relation is declared.
*IlsOwnershipCycle if cycles are detected among ownership relations.
*IlsAlreadyInserted if the supplied object is already owned.
See Also 
IlsOwnsDynamicArray

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