Search Results for

    Show / Hide Table of Contents

    Class Manager

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    Manager
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    In This Article
    Back to top Generated by DocFX