All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Interface CATISchAppCntrShow

System.IUnknown
  |
  +---CATISchAppCntrShow
 

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


interface CATISchAppCntrShow

Interface to manage application connector show status.
Applications must derive implementation of this interface from the adapter class CATEASchAppCntrShow. Role: Defines application connector show status for an application class of connector.

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 AppShowBranchCntr(CATBoolean*)
Defines show status of the applicaton branch connector.
o AppShowCntr(CATBoolean*)
Defines show status of the applicaton connector.

Methods


o AppShowBranchCntr
public virtual HRESULT AppShowBranchCntr(CATBoolean* oBShow) = 0
Defines show status of the applicaton branch connector.
Parameters:
oBShow
True if the connector show status is Show. False if the connector show status is NoShow.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed
o AppShowCntr
public virtual HRESULT AppShowCntr(CATBoolean* oBShow) = 0
Defines show status of the applicaton connector.
Parameters:
oBShow
True if the connector show status is Show. False if the connector show status is NoShow.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATISchAppCntrShow.h

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