All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATSchPlatformInterfaces Class CATEASchAppCntrName

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATEASchAppCntrName
 

Usage: you can derive this class.


public class CATEASchAppCntrName

Super class to derive implementation for interface CATISchAppCntrName.
Role: Adaptor


Constructor and Destructor Index


o CATEASchAppCntrName()
Constructs an empty CATEASchAppCntrName.
o ~CATEASchAppCntrName()

Method Index


o AppListNames(CATICStringList**)
o AppListNames2(CATListOfCATUnicodeString&)
List connector names allowed.
o GetName(char**)
o GetName2(CATUnicodeString&)
Get the application connector name.
o SetName(char*)
o SetName2(CATUnicodeString&)
Set the application connector name.

Constructor and Destructor


o CATEASchAppCntrName
public CATEASchAppCntrName()
Constructs an empty CATEASchAppCntrName.
o ~CATEASchAppCntrName
public virtual ~CATEASchAppCntrName()

Methods


o AppListNames
public virtual HRESULT AppListNames(CATICStringList** oLConnectorNamesAllowed)
Deprecated:
V5R15 Use CATEASchAppCntrName.AppListNames2 instead. List connector names allowed.
Parameters:
oLConnectorNamesAllowed
A list of connector names allowed. The caller must allocate memory for the first level pointer (i.e. oLConnectorNamesAllowed) and release the second level pointer (i.e. *oLConnectorNamesAllowed) after usage.
o AppListNames2
public virtual HRESULT AppListNames2(CATListOfCATUnicodeString& oLConnectorNamesAllowed)
List connector names allowed.
Parameters:
oLConnectorNamesAllowed
A list of connector names allowed.
o GetName
public virtual HRESULT GetName(char** oName)
Deprecated:
V5R15 Use CATEASchAppCntrName.GetName2 instead. Get the application connector name.
Parameters:
oName
The connector name. The caller must allocate memory for the first level pointer (i.e. oName) and release the second level pointer (i.e. *oName) after usage.
o GetName2
public virtual HRESULT GetName2(CATUnicodeString& oName)
Get the application connector name.
Parameters:
oName
The connector name.
o SetName
public virtual HRESULT SetName( const char* iName)
Deprecated:
V5R15 Use CATEASchAppCntrName.SetName2 instead. Set the application connector name.
Parameters:
oName
The connector name.
o SetName2
public virtual HRESULT SetName2( const CATUnicodeString& iName)
Set the application connector name.
Parameters:
oName
The connector name.

This object is included in the file: CATEASchAppCntrName.h
If needed, your Imakefile.mk should include the module: CATSchItfCPP

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