Search Results for

    Show / Hide Table of Contents

    Class RunItem

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    RunItem
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Routing
    Assembly: NXOpen.dll
    Syntax
    public class RunItem : TransientObject, IMessageSink, IDisposable

    Constructors

    RunItem(nint)

    Declaration
    protected RunItem(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    Attributes

    Declaration
    public CharacteristicList Attributes { get; set; }
    Property Value
    Type Description
    CharacteristicList

    ItemType

    Declaration
    public RunItem.Type ItemType { get; set; }
    Property Value
    Type Description
    RunItem.Type

    ReferenceId

    Declaration
    public string ReferenceId { get; set; }
    Property Value
    Type Description
    string

    Methods

    FreeResource()

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX