Search Results for

    Show / Hide Table of Contents

    Class MessageBoxTester

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    MessageBoxTester
    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.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class MessageBoxTester : TransientObject, IMessageSink, IDisposable

    Constructors

    MessageBoxTester(nint)

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

    Properties

    SequenceCheck

    Declaration
    public bool SequenceCheck { get; set; }
    Property Value
    Type Description
    bool

    Methods

    FreeResource()

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

    SuppressAllQuestionMessageBox(Response)

    Declaration
    public void SuppressAllQuestionMessageBox(MessageBoxTester.Response choice)
    Parameters
    Type Name Description
    MessageBoxTester.Response choice

    Validate(string, DialogType, string[], Response)

    Declaration
    public void Validate(string title, NXMessageBox.DialogType msgboxType, string[] messages, MessageBoxTester.Response choice)
    Parameters
    Type Name Description
    string title
    NXMessageBox.DialogType msgboxType
    string[] messages
    MessageBoxTester.Response choice

    ValidateIgnoreBody(string, DialogType, Response)

    Declaration
    public void ValidateIgnoreBody(string title, NXMessageBox.DialogType msgboxType, MessageBoxTester.Response choice)
    Parameters
    Type Name Description
    string title
    NXMessageBox.DialogType msgboxType
    MessageBoxTester.Response choice

    Implements

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