Class TableColumnBuilder
Inheritance
System.Object
System.MarshalByRefObject
TableColumnBuilder
Inherited Members
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
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 |
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 |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink