Search Results for

    Show / Hide Table of Contents

    Class Manager

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    Manager
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    Methods

    ExportResults(Action[], string)

    Declaration
    public void ExportResults(Action[] actionsToExport, string resultsFIle)
    Parameters
    Type Name Description
    Action[] actionsToExport
    string resultsFIle

    FindObject(string)

    Declaration
    public INXObject FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    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