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