Class BomListDataProvider
Inheritance
System.Object
System.MarshalByRefObject
BomListDataProvider
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
public class BomListDataProvider : TaggedObject, IMessageSink, ITableEditorDataProvider
Constructors
Declaration
protected BomListDataProvider()
Properties
Declaration
public int ColumnCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int RowCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
Declaration
public bool GetBoolean(int row, int column)
Parameters
Type |
Name |
Description |
System.Int32 |
row |
|
System.Int32 |
column |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public double GetDouble(int row, int column, out bool isUnassigned)
Parameters
Type |
Name |
Description |
System.Int32 |
row |
|
System.Int32 |
column |
|
System.Boolean |
isUnassigned |
|
Returns
Type |
Description |
System.Double |
|
Declaration
public int GetInteger(int row, int column, out bool isUnassigned)
Parameters
Type |
Name |
Description |
System.Int32 |
row |
|
System.Int32 |
column |
|
System.Boolean |
isUnassigned |
|
Returns
Type |
Description |
System.Int32 |
|
Declaration
public string GetString(int row, int column)
Parameters
Type |
Name |
Description |
System.Int32 |
row |
|
System.Int32 |
column |
|
Returns
Type |
Description |
System.String |
|
Declaration
public bool SetBoolean(int rows, int column, bool booleanData)
Parameters
Type |
Name |
Description |
System.Int32 |
rows |
|
System.Int32 |
column |
|
System.Boolean |
booleanData |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool SetBoolean(int[] rows, int column, bool booleanData)
Parameters
Type |
Name |
Description |
System.Int32[] |
rows |
|
System.Int32 |
column |
|
System.Boolean |
booleanData |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool SetDouble(int rows, int column, double doubleData)
Parameters
Type |
Name |
Description |
System.Int32 |
rows |
|
System.Int32 |
column |
|
System.Double |
doubleData |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool SetDouble(int[] rows, int column, double doubleData)
Parameters
Type |
Name |
Description |
System.Int32[] |
rows |
|
System.Int32 |
column |
|
System.Double |
doubleData |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool SetInteger(int rows, int column, int integerData)
Parameters
Type |
Name |
Description |
System.Int32 |
rows |
|
System.Int32 |
column |
|
System.Int32 |
integerData |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool SetInteger(int[] rows, int column, int integerData)
Parameters
Type |
Name |
Description |
System.Int32[] |
rows |
|
System.Int32 |
column |
|
System.Int32 |
integerData |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool SetString(int rows, int column, string stringData)
Parameters
Type |
Name |
Description |
System.Int32 |
rows |
|
System.Int32 |
column |
|
System.String |
stringData |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool SetString(int[] rows, int column, string stringData)
Parameters
Type |
Name |
Description |
System.Int32[] |
rows |
|
System.Int32 |
column |
|
System.String |
stringData |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool UnsetValue(int row, int column)
Parameters
Type |
Name |
Description |
System.Int32 |
row |
|
System.Int32 |
column |
|
Returns
Type |
Description |
System.Boolean |
|
Declaration
public bool UnsetValue(int[] rows, int column)
Parameters
Type |
Name |
Description |
System.Int32[] |
rows |
|
System.Int32 |
column |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink