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
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 |
Methods
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