Search Results for

    Show / Hide Table of Contents

    Class SoaQuery

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    SoaQuery
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.PDM
    Assembly: NXOpen.dll
    Syntax
    public class SoaQuery : TransientObject, IMessageSink, IDisposable

    Constructors

    SoaQuery(nint)

    Declaration
    protected SoaQuery(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Methods

    AddFieldDescription(PdmSearch, PdmSoaqueryNxmgrfielddatatype, string, string, string, string, string, ListOfValues)

    Declaration
    [Obsolete("Deprecated in NX8.0.0.  It's not needed in any context of search based on queries.")]
    public void AddFieldDescription(PdmSearch searchVar, PdmSoaqueryNxmgrfielddatatype type, string name, string attrName, string defaultValue, string logicalOperation, string mathOperation, ListOfValues lov)
    Parameters
    Type Name Description
    PdmSearch searchVar
    PdmSoaqueryNxmgrfielddatatype type
    string name
    string attrName
    string defaultValue
    string logicalOperation
    string mathOperation
    ListOfValues lov

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX