Search Results for

    Show / Hide Table of Contents

    Class CommandBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CommandBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, Int32)
    TaggedObject.Tag
    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.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
    System.Boolean

    DisplayName

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

    Name

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

    ProgramInformation

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

    Methods

    AddArgument(BaseArgument.Type)

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

    AddUserInput(CommandBuilder.UserInputLocation, UserInput.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
    System.String[] commandHint

    GetNamespaces(out String[])

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

    GetUserInputs(CommandBuilder.UserInputLocation, out UserInput[])

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

    MoveUserInputs(CommandBuilder.UserInputLocation, UserInput[], Boolean, UserInput)

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

    RemoveArguments(BaseArgument[])

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

    RemoveUserInputs(CommandBuilder.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
    System.String[] commandHint

    SetNamespaces(String[])

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

    Implements

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