//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, IdContextRuleDispatch Filename: IdContextRuleDispatch.hxx Module: foundationdispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__IDCONTEXTRULEDISPATCH_HXX #define TEAMCENTER__IDCONTEXTRULEDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { class IdContextRuleDispatch; } namespace Teamcenter { class IdContextRuleDelegate; } namespace Teamcenter { class BusinessObjectImpl; } class FOUNDATIONDISPATCH_API Teamcenter::IdContextRuleDispatch : public Teamcenter::IdContextRuleDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the IdContextRuleDispatch instance static IdContextRuleDispatch& getInstance(); private: // Pointer to the dispatch instance static IdContextRuleDispatch* m_dispatch; // Default Constructor IdContextRuleDispatch(); // Default Destructor virtual ~IdContextRuleDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a IdContextRuleDispatch IdContextRuleDispatch( const IdContextRuleDispatch& ); // Assignment operator IdContextRuleDispatch& operator = ( const IdContextRuleDispatch& ); // friend friend void ::Teamcenter::initializefoundationInternal(); friend void ::Teamcenter::initializefoundationExtenders(); friend class Teamcenter::IdContextRuleDelegate; }; #include #endif // TEAMCENTER__IDCONTEXTRULEDISPATCH_HXX