//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, Fnd0PropagationRuleDispatch Filename: Fnd0PropagationRuleDispatch.hxx Module: foundationdispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0PROPAGATIONRULEDISPATCH_HXX #define TEAMCENTER__FND0PROPAGATIONRULEDISPATCH_HXX #include #include #include #include #include #include namespace Teamcenter { class Fnd0PropagationRuleDispatch; } namespace Teamcenter { class Fnd0PropagationRuleDelegate; } namespace Teamcenter { class BusinessObjectImpl; } class FOUNDATIONDISPATCH_API Teamcenter::Fnd0PropagationRuleDispatch : public Teamcenter::Fnd0PropagationRuleDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0PropagationRuleDispatch instance static Fnd0PropagationRuleDispatch& getInstance(); private: // Pointer to the dispatch instance static Fnd0PropagationRuleDispatch* m_dispatch; // Default Constructor Fnd0PropagationRuleDispatch(); // Default Destructor virtual ~Fnd0PropagationRuleDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Fnd0PropagationRuleDispatch Fnd0PropagationRuleDispatch( const Fnd0PropagationRuleDispatch& ); // Assignment operator Fnd0PropagationRuleDispatch& operator = ( const Fnd0PropagationRuleDispatch& ); // friend friend void ::Teamcenter::initializefoundationInternal(); friend void ::Teamcenter::initializefoundationExtenders(); friend class Teamcenter::Fnd0PropagationRuleDelegate; }; #include #endif // TEAMCENTER__FND0PROPAGATIONRULEDISPATCH_HXX