Class Manager
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.QualityAudit
Assembly: NXOpen.dll
Syntax
public class Manager : NXRemotableObject, IMessageSink
Constructors
Manager(CaeSession)
Declaration
protected Manager(CaeSession owner)
Parameters
| Type | Name | Description |
|---|---|---|
| CaeSession | owner |
Properties
ActionList
Declaration
public ActionList ActionList { get; }
Property Value
| Type | Description |
|---|---|
| ActionList |
CurrentActionType
Declaration
[Obsolete("Deprecated in NX1847.0.0. The action type is no longer relevant.")]
public Manager.ActionType CurrentActionType { get; set; }
Property Value
| Type | Description |
|---|---|
| Manager.ActionType |
InputList
Declaration
public InputList InputList { get; }
Property Value
| Type | Description |
|---|---|
| InputList |
Tag
Declaration
public Tag Tag { get; }
Property Value
| Type | Description |
|---|---|
| Tag |
UseInputListForSynthesis
Declaration
public bool UseInputListForSynthesis { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
ExportResults(Action[], String)
Declaration
public void ExportResults(Action[] actionsToExport, string resultsFIle)
Parameters
| Type | Name | Description |
|---|---|---|
| Action[] | actionsToExport | |
| System.String | resultsFIle |
FindObject(String)
Declaration
public INXObject FindObject(string journalIdentifier)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | journalIdentifier |
Returns
| Type | Description |
|---|---|
| INXObject |
PerformActions(Action[], NXObject[])
Declaration
public void PerformActions(Action[] inputActions, NXObject[] pObjects)
Parameters
| Type | Name | Description |
|---|---|---|
| Action[] | inputActions | |
| NXObject[] | pObjects |
Implements
System.Runtime.Remoting.Messaging.IMessageSink