This class is defined in cbobase.h.
This class is the base class from which all Business Object Proxy Classes are derived. This class encapsulates the common attributes and functionality needed in the Business Object Proxy Classes, such as business object name and type, and the identification key. This class offers functions that return these common attributes.
Construction
CBoBase
It is discouraged to use this constructor directly by the application program.
Operations
GetNameReturns the name of the business object.
Returns the type of the business object.
Returns reference to the identification key (
CBoKey ) attribute. This reference can then be used to set or get keyfield values.