Search Results for

    Show / Hide Table of Contents

    Class CheckerNode

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    CheckerNode
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Validate
    Assembly: NXOpen.dll
    Syntax
    public class CheckerNode : TransientObject, IMessageSink, IDisposable

    Constructors

    CheckerNode(IntPtr)

    Declaration
    protected CheckerNode(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    AttributeCustomizedFormulas

    Declaration
    public string AttributeCustomizedFormulas { get; set; }
    Property Value
    Type Description
    System.String

    ClassName

    Declaration
    public string ClassName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    AskLogger()

    Declaration
    public Logger AskLogger()
    Returns
    Type Description
    Logger

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetChildCheckerEnabledFlag(String)

    Declaration
    public bool GetChildCheckerEnabledFlag(string childCheckerInstance)
    Parameters
    Type Name Description
    System.String childCheckerInstance
    Returns
    Type Description
    System.Boolean

    GetChildCheckerEnabledFlags(out String[])

    Declaration
    public bool[] GetChildCheckerEnabledFlags(out string[] childCheckerInstances)
    Parameters
    Type Name Description
    System.String[] childCheckerInstances
    Returns
    Type Description
    System.Boolean[]

    GetChildCheckerInstanceNames()

    Declaration
    public string[] GetChildCheckerInstanceNames()
    Returns
    Type Description
    System.String[]

    GetParameter(String)

    Declaration
    public Parameter GetParameter(string parameterTitle)
    Parameters
    Type Name Description
    System.String parameterTitle
    Returns
    Type Description
    Parameter

    GetParameters()

    Declaration
    public Parameter[] GetParameters()
    Returns
    Type Description
    Parameter[]

    SetChildCheckerEnabledFlag(String, Boolean)

    Declaration
    public void SetChildCheckerEnabledFlag(string childCheckerInstance, bool enableFlag)
    Parameters
    Type Name Description
    System.String childCheckerInstance
    System.Boolean enableFlag

    SetChildCheckerEnabledFlags(String[], Boolean[])

    Declaration
    public void SetChildCheckerEnabledFlags(string[] childCheckerInstances, bool[] enableFlags)
    Parameters
    Type Name Description
    System.String[] childCheckerInstances
    System.Boolean[] enableFlags

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX