Search Results for

    Show / Hide Table of Contents

    Class ProductDemo

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    ProductDemo
    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
    Assembly: NXOpenUI.dll
    Syntax
    public class ProductDemo : NXRemotableObject, IMessageSink

    Constructors

    ProductDemo(UI)

    Declaration
    protected ProductDemo(UI owner)
    Parameters
    Type Name Description
    UI owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    GetDemoLink(string)

    Declaration
    public string GetDemoLink(string applicationName)
    Parameters
    Type Name Description
    string applicationName
    Returns
    Type Description
    string

    SetDemoLink(string, string)

    Declaration
    public void SetDemoLink(string applicationName, string demoURLLink)
    Parameters
    Type Name Description
    string applicationName
    string demoURLLink

    Show(string)

    Declaration
    public ProductDemo.Message Show(string applicationName)
    Parameters
    Type Name Description
    string applicationName
    Returns
    Type Description
    ProductDemo.Message

    Show(string, string)

    Declaration
    public ProductDemo.Message Show(string applicationName, string additionalInformation)
    Parameters
    Type Name Description
    string applicationName
    string additionalInformation
    Returns
    Type Description
    ProductDemo.Message

    Implements

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