Class TableCommonSortingBuilder
Inheritance
System.Object
System.MarshalByRefObject
TableCommonSortingBuilder
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 TableCommonSortingBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
TableCommonSortingBuilder()
Declaration
protected TableCommonSortingBuilder()
Properties
Method
Declaration
public TableCommonSortingBuilder.MethodType Method { get; set; }
Property Value
Type | Description |
---|---|
TableCommonSortingBuilder.MethodType |
Methods
GetManualSortRowList()
Declaration
public int[] GetManualSortRowList()
Returns
Type | Description |
---|---|
System.Int32[] |
GetSortingData()
Declaration
public TableCommonSortingBuilder.SortData[] GetSortingData()
Returns
Type | Description |
---|---|
TableCommonSortingBuilder.SortData[] |
SetManualSortRowList(Int32[])
Declaration
public void SetManualSortRowList(int[] rowList)
Parameters
Type | Name | Description |
---|---|---|
System.Int32[] | rowList |
SetSortingData(TableCommonSortingBuilder.SortData[])
Declaration
public void SetSortingData(TableCommonSortingBuilder.SortData[] sortingData)
Parameters
Type | Name | Description |
---|---|---|
TableCommonSortingBuilder.SortData[] | sortingData |
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink