Search Results for

    Show / Hide Table of Contents

    Class PostScenarioMessageCollector

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PostScenarioMessageCollector
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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.CAE
    Assembly: NXOpen.dll
    Syntax
    public class PostScenarioMessageCollector : TaggedObject, IMessageSink

    Constructors

    PostScenarioMessageCollector()

    Declaration
    protected PostScenarioMessageCollector()

    Methods

    AddHeading(string)

    Declaration
    public void AddHeading(string text)
    Parameters
    Type Name Description
    string text

    AddInformationLine(string)

    Declaration
    public void AddInformationLine(string text)
    Parameters
    Type Name Description
    string text

    AddList(string, string[])

    Declaration
    public void AddList(string title, string[] entries)
    Parameters
    Type Name Description
    string title
    string[] entries

    AddParagraph(string)

    Declaration
    public void AddParagraph(string text)
    Parameters
    Type Name Description
    string text

    AddTable(string, int, int)

    Declaration
    public PostScenarioMessageCollectorTable AddTable(string title, int numHeaderCols, int numCols)
    Parameters
    Type Name Description
    string title
    int numHeaderCols
    int numCols
    Returns
    Type Description
    PostScenarioMessageCollectorTable

    AddTableWithHeaderRow(string, string[], string[])

    Declaration
    public PostScenarioMessageCollectorTable AddTableWithHeaderRow(string title, string[] headerColTitles, string[] colTitles)
    Parameters
    Type Name Description
    string title
    string[] headerColTitles
    string[] colTitles
    Returns
    Type Description
    PostScenarioMessageCollectorTable

    Warning(string, string)

    Declaration
    public void Warning(string title, string message)
    Parameters
    Type Name Description
    string title
    string message

    Implements

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