TIBCO Adapter SDK C++ Reference
MBusinessDocument::MBusinessDocument
MBusinessDocument
Constructor for MBusinessDocument instances. This constructor encapsulates an existing MInstance as an MBusinessDocument.
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
const MInstance& instance Previously serialized MBusinessDocument.
Declaration
MBusinessDocument(const MInstance& instance);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.