Search Results for

    Show / Hide Table of Contents

    Class FilterBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FilterBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Features.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class FilterBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    FilterBuilder()

    Declaration
    protected FilterBuilder()

    Properties

    CompareObject

    Declaration
    public TaggedObject CompareObject { get; set; }
    Property Value
    Type Description
    TaggedObject

    Methods

    FreeAvailableProperties(out String[])

    Declaration
    public void FreeAvailableProperties(out string[] properties)
    Parameters
    Type Name Description
    System.String[] properties

    GetAvailableProperties(out String[])

    Declaration
    public void GetAvailableProperties(out string[] properties)
    Parameters
    Type Name Description
    System.String[] properties

    GetPropertyStatus(String)

    Declaration
    public bool GetPropertyStatus(string property)
    Parameters
    Type Name Description
    System.String property
    Returns
    Type Description
    System.Boolean

    IsObjectValid(NXObject)

    Declaration
    public bool IsObjectValid(NXObject object)
    Parameters
    Type Name Description
    NXObject object
    Returns
    Type Description
    System.Boolean

    SetPropertyStatus(String, Boolean)

    Declaration
    public void SetPropertyStatus(string property, bool onOrOff)
    Parameters
    Type Name Description
    System.String property
    System.Boolean onOrOff

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX