Search Results for

    Show / Hide Table of Contents

    Class DialogTester

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    DialogTester
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class DialogTester : NXRemotableObject, IMessageSink

    Constructors

    DialogTester(UI)

    Declaration
    protected DialogTester(UI owner)
    Parameters
    Type Name Description
    UI owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    GetMessageBoxTester()

    Declaration
    public MessageBoxTester GetMessageBoxTester()
    Returns
    Type Description
    MessageBoxTester

    GetTestStepSequence(string)

    Declaration
    public TestStepSequence GetTestStepSequence(string dialogName)
    Parameters
    Type Name Description
    string dialogName
    Returns
    Type Description
    TestStepSequence

    InvokeMenuButtonAction(MenuButton)

    Declaration
    public bool InvokeMenuButtonAction(MenuButton button)
    Parameters
    Type Name Description
    MenuButton button
    Returns
    Type Description
    bool

    Implements

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