IlsOwnsFixedArray::Partial
 
IlsOwnsFixedArray::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:
OwnedType getValue();
Partial& operator=(COwnedTypePR);
};
Member Function 
OwnedTypeP getValue();
This member function returns the target of the relation.
Operator 
Partial& operator=(COwnedTypePR);
This operator assigns an object to the array element. It throws these 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 
IlsOwnsFixedArray

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