Purpose:
This is the class that is used to represent an entity definition for VisualInfo for AS/400.
Methods:
BSTR datastoreName();
BSTR datastoreType();
BSTR getName();
setName(LPCTSTR name);
short getType();
setType(short type);
short getId();
setId(short id);
BSTR getDescription();
setDescription(LPCTSTR name);
BOOL isSearchable();
LPDISPATCH getAttr(LPCTSTR attrName);
Gets the attribute definition. The returned LPDISPATCH pointer contains a DXAttrDefV4 object.
LPDISPATCH listAttrs();
Lists the attribute definitions. The returned LPDISPATCH pointer contains a DXSequentialCollectionV4 object.
VARIANT listAttrNames(long* arraySize);
Lists the attribute definition names. The output parameter arraySize is the size of the array.
LPDISPATCH getDatastore();
Gets the datastore. The returned LPDISPATCH pointer contains a DXDatastoreV4 object.
setDatastore(LPDISPATCH ds);
Sets the datastore. The input parameter LPDISPATCH pointer contains a DXDatastoreV4 object.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.