Search Results for

    Show / Hide Table of Contents

    Class TableColumnBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TableColumnBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class TableColumnBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    TableColumnBuilder()

    Declaration
    protected TableColumnBuilder()

    Properties

    AsRequiredText

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

    AttributeName

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

    Category

    Declaration
    public TableColumnBuilder.CategoryType Category { get; set; }
    Property Value
    Type Description
    TableColumnBuilder.CategoryType

    DefaultText

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

    IncludeNestedAssemblies

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

    KeyField

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

    NestedAssemblyQuantity

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

    ParentAssemblyQuantity

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

    ProtectCells

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

    Scope

    Declaration
    public TableColumnBuilder.ScopeType Scope { get; set; }
    Property Value
    Type Description
    TableColumnBuilder.ScopeType

    SelectParentComponent

    Declaration
    public SelectDisplayableObject SelectParentComponent { get; }
    Property Value
    Type Description
    SelectDisplayableObject

    ShowCombinedMassForAssemblies

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

    Title

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

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