home *** CD-ROM | disk | FTP | other *** search
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
-
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
-
-
- #include "stdafx.h"
- #include "dorule.h"
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CDORule properties
-
- /////////////////////////////////////////////////////////////////////////////
- // CDORule operations
-
- CString CDORule::DestinationEntityClassName()
- {
- CString result;
- InvokeHelper(0x1, DISPATCH_METHOD, VT_BSTR, (void*)&result, NULL);
- return result;
- }
-
- CString CDORule::SourceEntityClassName()
- {
- CString result;
- InvokeHelper(0x2, DISPATCH_METHOD, VT_BSTR, (void*)&result, NULL);
- return result;
- }
-
- CString CDORule::RelationClassName()
- {
- CString result;
- InvokeHelper(0x3, DISPATCH_METHOD, VT_BSTR, (void*)&result, NULL);
- return result;
- }
-