Class PostScenarioMessageCollector
Inheritance
System.Object
System.MarshalByRefObject
PostScenarioMessageCollector
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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.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 |
---|---|---|
System.String | text |
AddInformationLine(String)
Declaration
public void AddInformationLine(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
AddList(String, String[])
Declaration
public void AddList(string title, string[] entries)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.String[] | entries |
AddParagraph(String)
Declaration
public void AddParagraph(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text |
AddTable(String, Int32, Int32)
Declaration
public PostScenarioMessageCollectorTable AddTable(string title, int numHeaderCols, int numCols)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.Int32 | numHeaderCols | |
System.Int32 | numCols |
Returns
Type | Description |
---|---|
PostScenarioMessageCollectorTable |
AddTableWithHeaderRow(String, String[], String[])
Declaration
public PostScenarioMessageCollectorTable AddTableWithHeaderRow(string title, string[] headerColTitles, string[] colTitles)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.String[] | headerColTitles | |
System.String[] | colTitles |
Returns
Type | Description |
---|---|
PostScenarioMessageCollectorTable |
Warning(String, String)
Declaration
public void Warning(string title, string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.String | message |
Implements
System.Runtime.Remoting.Messaging.IMessageSink