Search Results for

    Show / Hide Table of Contents

    Class CommandBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CommandBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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.Report
    Assembly: NXOpen.dll
    Syntax
    public class CommandBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CommandBuilder()

    Declaration
    protected CommandBuilder()

    Properties

    Active

    Declaration
    public bool Active { get; set; }
    Property Value
    Type Description
    bool

    Alias

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

    DisplayName

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

    Name

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

    ProgramInformation

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

    Methods

    AddArgument(Type)

    Declaration
    public BaseArgument AddArgument(BaseArgument.Type argumentType)
    Parameters
    Type Name Description
    BaseArgument.Type argumentType
    Returns
    Type Description
    BaseArgument

    AddUserInput(UserInputLocation, Type)

    Declaration
    public UserInput AddUserInput(CommandBuilder.UserInputLocation userInputLocation, UserInput.Type userInputType)
    Parameters
    Type Name Description
    CommandBuilder.UserInputLocation userInputLocation
    UserInput.Type userInputType
    Returns
    Type Description
    UserInput

    GetArguments(out BaseArgument[])

    Declaration
    public void GetArguments(out BaseArgument[] pArguments)
    Parameters
    Type Name Description
    BaseArgument[] pArguments

    GetHint(out string[])

    Declaration
    public void GetHint(out string[] commandHint)
    Parameters
    Type Name Description
    string[] commandHint

    GetNamespaces(out string[])

    Declaration
    public void GetNamespaces(out string[] pNamespaces)
    Parameters
    Type Name Description
    string[] pNamespaces

    GetUserInputs(UserInputLocation, out UserInput[])

    Declaration
    public void GetUserInputs(CommandBuilder.UserInputLocation userInputLocation, out UserInput[] pUserInputs)
    Parameters
    Type Name Description
    CommandBuilder.UserInputLocation userInputLocation
    UserInput[] pUserInputs

    MoveUserInputs(UserInputLocation, UserInput[], bool, UserInput)

    Declaration
    public void MoveUserInputs(CommandBuilder.UserInputLocation userInputLocation, UserInput[] pUserInputs, bool isBeforeRefUserInput, UserInput pRefUserInputs)
    Parameters
    Type Name Description
    CommandBuilder.UserInputLocation userInputLocation
    UserInput[] pUserInputs
    bool isBeforeRefUserInput
    UserInput pRefUserInputs

    RemoveArguments(BaseArgument[])

    Declaration
    public void RemoveArguments(BaseArgument[] pArguments)
    Parameters
    Type Name Description
    BaseArgument[] pArguments

    RemoveUserInputs(UserInputLocation, UserInput[])

    Declaration
    public void RemoveUserInputs(CommandBuilder.UserInputLocation userInputLocation, UserInput[] pUserInputs)
    Parameters
    Type Name Description
    CommandBuilder.UserInputLocation userInputLocation
    UserInput[] pUserInputs

    SetHint(string[])

    Declaration
    public void SetHint(string[] commandHint)
    Parameters
    Type Name Description
    string[] commandHint

    SetNamespaces(string[])

    Declaration
    public void SetNamespaces(string[] pNamespaces)
    Parameters
    Type Name Description
    string[] pNamespaces

    Implements

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