All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppAssembly

System.IUnknown
  |
  +---CATISchAppAssembly
 

Usage: you can reimplement this interface by deriving the supplied CATEASchAppAssembly adapter class.


interface CATISchAppAssembly

Interface to manage an application assembly.
Applications must derive implementation of this interface from the adapter class CATEASchAppAssembly. Role: Defines application component or route as an assembly.

BOA information: this interface CANNOT be implemented using the BOA (Basic Object Adapter). To know more about the BOA, refer to the CAA Encyclopedia home page. Click Middleware at the bottom left, then click the Object Modeler tab page. Several articles deal with the BOA.


Method Index


o AppIsAssembly(CATBoolean*)
Declares if the application object is an assembly.
o AppListMembers(CATIUnknownList**)
Lists the members of the assembly application object.

Methods


o AppIsAssembly
public virtual HRESULT AppIsAssembly(CATBoolean* oBYes) = 0
Declares if the application object is an assembly.
Parameters:
oBYes
True if the application object as an assembly. False if the application object is not an assembly.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o AppListMembers
public virtual HRESULT AppListMembers(CATIUnknownList** oLMembers) = 0
Lists the members of the assembly application object.
Parameters:
oLMembers
A list of the application object's member objects. The implementation of this method shall create the list.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchAppAssembly.h

Copyright © 2003, Dassault Systèmes. All rights reserved.