NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::PDM::SoaQuery Class Reference

Represents search soa query to perform Teamcenter search
Created in NX6.0.0. More...

Inheritance diagram for NXOpen::PDM::SoaQuery:
NXOpen::TransientObject

Public Member Functions

void AddFieldDescription (NXOpen::PDM::PdmSearch *searchVar, NXOpen::PDM::PdmSoaqueryNxmgrfielddatatype type, const NXString &name, const NXString &attrName, const NXString &defaultValue, const NXString &logicalOperation, const NXString &mathOperation, NXOpen::PDM::ListOfValues *lov)
 Add the field description to create an SOA query
More...
 
void AddFieldDescription (NXOpen::PDM::PdmSearch *searchVar, NXOpen::PDM::PdmSoaqueryNxmgrfielddatatype type, const char *name, const char *attrName, const char *defaultValue, const char *logicalOperation, const char *mathOperation, NXOpen::PDM::ListOfValues *lov)
 Add the field description to create an SOA query
More...
 
virtual ~SoaQuery ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents search soa query to perform Teamcenter search
Created in NX6.0.0.


Constructor & Destructor Documentation

virtual NXOpen::PDM::SoaQuery::~SoaQuery ( )
virtual

Frees the object from memory.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX6.0.0.

License requirements : None

Member Function Documentation

void NXOpen::PDM::SoaQuery::AddFieldDescription ( NXOpen::PDM::PdmSearch searchVar,
NXOpen::PDM::PdmSoaqueryNxmgrfielddatatype  type,
const NXString name,
const NXString attrName,
const NXString defaultValue,
const NXString logicalOperation,
const NXString mathOperation,
NXOpen::PDM::ListOfValues lov 
)

Add the field description to create an SOA query

Deprecated:
Deprecated in NX8.0.0.

It's not needed in any context of search based on queries.


Created in NX6.0.0.

License requirements : None

Parameters
searchVarpdm search structure
typesearch field data type
namename of search
attrNamesearch attribute name
defaultValuedefault value
logicalOperationlogical operation for search criteria
mathOperationmath operation for search criteria
lovList of values
void NXOpen::PDM::SoaQuery::AddFieldDescription ( NXOpen::PDM::PdmSearch searchVar,
NXOpen::PDM::PdmSoaqueryNxmgrfielddatatype  type,
const char *  name,
const char *  attrName,
const char *  defaultValue,
const char *  logicalOperation,
const char *  mathOperation,
NXOpen::PDM::ListOfValues lov 
)

Add the field description to create an SOA query

Deprecated:
Deprecated in NX8.0.0.

It's not needed in any context of search based on queries.


Created in NX6.0.0.

License requirements : None

Parameters
searchVarpdm search structure
typesearch field data type
namename of search
attrNamesearch attribute name
defaultValuedefault value
logicalOperationlogical operation for search criteria
mathOperationmath operation for search criteria
lovList of values

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.