TIBCO Adapter SDK C++ Reference
MBusinessDocument::MBusinessDocument
MBusinessDocument
Constructor for MBusinessDocument instances. This constructor creates an instance for the specified class registry.
Remarks
You must import BusinessDocument.dat in the repository. If you use this constructor and if the repository does not contain the MBusinessDocument class definition at /tibco/public/class/ae/baseDocument/MBusinessDocument, the SDK throws an exception.

After creating an MBusinessDocument, applications can use the set() methods to fill in the values.

Parameters
Parameters Description
MClassRegistry* pMCR Class registry for which this MBusinessDocument is being created.
Declaration
MBusinessDocument(MClassRegistry* pMCR);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.