Search Results for

    Show / Hide Table of Contents

    Class TableColumnBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TableColumnBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.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
    System.String

    AttributeName

    Declaration
    public string AttributeName { get; set; }
    Property Value
    Type Description
    System.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
    System.String

    IncludeNestedAssemblies

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

    KeyField

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

    NestedAssemblyQuantity

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

    ParentAssemblyQuantity

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

    ProtectCells

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

    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
    System.Boolean

    Title

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

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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