Class MarginResultTableRowFilter
Inheritance
System.Object
System.MarshalByRefObject
MarginResultTableRowFilter
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
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.CAE.AeroStructures
Assembly: NXOpen.dll
Syntax
public class MarginResultTableRowFilter : TransientObject, IMessageSink, IDisposable
Constructors
MarginResultTableRowFilter(IntPtr)
Declaration
protected MarginResultTableRowFilter(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Methods
AddCiCondition(MarginResultTableDataProvider.ColumnType, MarginResultTableRowFilter.StringComparisonOperator, String)
Declaration
public void AddCiCondition(MarginResultTableDataProvider.ColumnType columnType, MarginResultTableRowFilter.StringComparisonOperator op, string value)
Parameters
Type | Name | Description |
---|---|---|
MarginResultTableDataProvider.ColumnType | columnType | |
MarginResultTableRowFilter.StringComparisonOperator | op | |
System.String | value |
AddCondition(MarginResultTableDataProvider.ColumnType, MarginResultTableRowFilter.NumericComparisonOperator, Double)
Declaration
public void AddCondition(MarginResultTableDataProvider.ColumnType columnType, MarginResultTableRowFilter.NumericComparisonOperator op, double value)
Parameters
Type | Name | Description |
---|---|---|
MarginResultTableDataProvider.ColumnType | columnType | |
MarginResultTableRowFilter.NumericComparisonOperator | op | |
System.Double | value |
AddCondition(MarginResultTableDataProvider.ColumnType, MarginResultTableRowFilter.NumericComparisonOperator, Int32)
Declaration
public void AddCondition(MarginResultTableDataProvider.ColumnType columnType, MarginResultTableRowFilter.NumericComparisonOperator op, int value)
Parameters
Type | Name | Description |
---|---|---|
MarginResultTableDataProvider.ColumnType | columnType | |
MarginResultTableRowFilter.NumericComparisonOperator | op | |
System.Int32 | value |
AddCondition(MarginResultTableDataProvider.ColumnType, MarginResultTableRowFilter.StringComparisonOperator, String)
Declaration
public void AddCondition(MarginResultTableDataProvider.ColumnType columnType, MarginResultTableRowFilter.StringComparisonOperator op, string value)
Parameters
Type | Name | Description |
---|---|---|
MarginResultTableDataProvider.ColumnType | columnType | |
MarginResultTableRowFilter.StringComparisonOperator | op | |
System.String | value |
AddCondition(MarginResultTableRowFilter)
Declaration
public void AddCondition(MarginResultTableRowFilter otherFilter)
Parameters
Type | Name | Description |
---|---|---|
MarginResultTableRowFilter | otherFilter |
AndWith(MarginResultTableRowFilter)
Declaration
public void AndWith(MarginResultTableRowFilter otherFilter)
Parameters
Type | Name | Description |
---|---|---|
MarginResultTableRowFilter | otherFilter |
FreeResource()
Declaration
protected override void FreeResource()
Overrides
OrWith(MarginResultTableRowFilter)
Declaration
public void OrWith(MarginResultTableRowFilter otherFilter)
Parameters
Type | Name | Description |
---|---|---|
MarginResultTableRowFilter | otherFilter |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable