J-Integra® Espresso Programming Documentation (API)

ValueBase._truncatable_ids Method

Returns an array of RepositoryIds for a valuetype. The first element of the array is the RepositoryId for the most derived type, and this is followed by zero or more RepositoryIds for base types to which this valuetype may be truncated on unmarshaling, as specified by the truncatable IDL keyword.

string[] _truncatable_ids();

Parameters

none

Return Value

the array of RepositoryIds for this valuetype.

Remarks

none

Exceptions

none

See Also

ValueBase Interface | ValueBase Members | Ics.CORBA.portable Namespace