You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

109 lines
3.2 KiB

//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, Mdl0ManagedAttrGroupDelegate
Filename: Mdl0ManagedAttrGroupDelegate.hxx
Module: mdl0model
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__APPMODEL__MDL0MANAGEDATTRGROUPDELEGATE_HXX
#define TEAMCENTER__APPMODEL__MDL0MANAGEDATTRGROUPDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mdl0model/Mdl0ManagedAttrGroup.hxx>
#include <mdl0model/libmdl0model_exports.h>
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ManagedAttrGroupDelegate;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ManagedAttrGroupImpl;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ManagedAttrGroup;
}
}
namespace Teamcenter
{
namespace AppModel
{
class Mdl0ManagedAttrGroupGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class MDL0MODEL_API Teamcenter_alias::AppModel::Mdl0ManagedAttrGroupDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Mdl0ManagedAttrGroupDelegate instance
static Mdl0ManagedAttrGroupDelegate& getInstance();
// Method to create the Mdl0ManagedAttrGroupImpl pointer
static Mdl0ManagedAttrGroupImpl* createImpl( Mdl0ManagedAttrGroup& ifObj );
// Method to delete the Mdl0ManagedAttrGroupImpl pointer
static void deleteImpl( Mdl0ManagedAttrGroupImpl* impl );
///
/// This operation is not supported now, there will be no support for issues stemming from uses of this operation.
/// @version Teamcenter 11.2.3
/// @param inputs - A vector of data that contains reference information to the object to be saved
/// @param bd - A data structure to store objects and other information relevant for set-based operation
/// @return -
///
int fnd0SetPropertiesFromSaveAsInputBase( std::vector< ::Teamcenter::BulkInput* > *inputs, ::Teamcenter::BulkData *bd );
///
/// setproperties from saveas input
/// @version Teamcenter 9
/// @param pSavAsInput - desc
/// @return - returns an int
///
int setPropertiesFromSaveAsInputBase(const Mdl0ManagedAttrGroup &ifObj, ::Teamcenter::SaveAsInput *pSavAsInput );
protected:
// Pointer to the instance
static Mdl0ManagedAttrGroupDelegate* m_pInstance;
Mdl0ManagedAttrGroupDelegate();
virtual ~Mdl0ManagedAttrGroupDelegate();
static void setInstance( Mdl0ManagedAttrGroupDelegate* instance );
private:
friend class ::Teamcenter::AppModel::Mdl0ManagedAttrGroupGenImpl;
};
#include <mdl0model/libmdl0model_undef.h>
#endif // TEAMCENTER__APPMODEL__MDL0MANAGEDATTRGROUPDELEGATE_HXX