NX Open C++ Reference Guide
|
Represents search soa query to perform Teamcenter search
Created in NX6.0.0.
More...
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 | |
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 | |
virtual | ~SoaQuery () |
Frees the object from memory. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents search soa query to perform Teamcenter search
Created in NX6.0.0.
|
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
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
It's not needed in any context of search based on queries.
Created in NX6.0.0.
License requirements : None
searchVar | pdm search structure |
type | search field data type |
name | name of search NOTE: The full Unicode character set is not supported for this parameter. |
attrName | search attribute name NOTE: The full Unicode character set is not supported for this parameter. |
defaultValue | default value NOTE: The full Unicode character set is not supported for this parameter. |
logicalOperation | logical operation for search criteria NOTE: The full Unicode character set is not supported for this parameter. |
mathOperation | math operation for search criteria NOTE: The full Unicode character set is not supported for this parameter. |
lov | List 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
It's not needed in any context of search based on queries.
Created in NX6.0.0.
License requirements : None
searchVar | pdm search structure |
type | search field data type |
name | name of search NOTE: The full Unicode character set is not supported for this parameter. |
attrName | search attribute name NOTE: The full Unicode character set is not supported for this parameter. |
defaultValue | default value NOTE: The full Unicode character set is not supported for this parameter. |
logicalOperation | logical operation for search criteria NOTE: The full Unicode character set is not supported for this parameter. |
mathOperation | math operation for search criteria NOTE: The full Unicode character set is not supported for this parameter. |
lov | List of values |