IlsUsesFixedArray::Partial
 
IlsUsesFixedArray::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:
UsedTypeP getValue();
Partial& operator=(CUsedTypePR);
};
Member Function 
UsedTypeP getValue();
This member function returns the target of the relation.
Operator 
Partial& operator=(CUsedTypePR);
This operator assigns an object to the array element. It throws the following exceptions:
*IlsUpdateForbidden if the function isUpdateAllowed returns IlsFalse for the type in which the relation is declared.
*IlsUnOwnedUse if the object supplied is neither an owned object nor an entity, and if the member function IlsModel::IsIntegrityChecked returns IlsTrue.
See Also 
IlsUsesFixedArray

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