DVTk API
GenericBooleanExpression<(Of <(T1, TCollection1, T2, TCollection2>)>) Class
DVTkDvtkHighLevelInterface.Common.OtherGenericBooleanExpression<(Of <(T1, TCollection1, T2, TCollection2>)>)
DVTk API

[This is preliminary documentation and is subject to change.]

Declaration Syntax
C#Visual BasicVisual C++
public abstract class GenericBooleanExpression<T1, TCollection1, T2, TCollection2>
where T1 : class
where TCollection1 : new(), IList
where T2 : class
where TCollection2 : new(), IList
Public MustInherit Class GenericBooleanExpression(Of T1 As Class, TCollection1 As {New, IList}, T2 As Class, TCollection2 As {New, IList})
generic<typename T1, typename TCollection1, typename T2, typename TCollection2>
where T1 : ref class
where TCollection1 : gcnew(), IList
where T2 : ref class
where TCollection2 : gcnew(), IList
public ref class GenericBooleanExpression abstract
Generic Template Parameters
T1

[Missing <typeparam name="T1"/> documentation for "T:DvtkHighLevelInterface.Common.Other.GenericBooleanExpression`4"]

TCollection1

[Missing <typeparam name="TCollection1"/> documentation for "T:DvtkHighLevelInterface.Common.Other.GenericBooleanExpression`4"]

T2

[Missing <typeparam name="T2"/> documentation for "T:DvtkHighLevelInterface.Common.Other.GenericBooleanExpression`4"]

TCollection2

[Missing <typeparam name="TCollection2"/> documentation for "T:DvtkHighLevelInterface.Common.Other.GenericBooleanExpression`4"]

Members
All MembersConstructorsMethods



IconMemberDescription
GenericBooleanExpression<(Of <(T1, TCollection1, T2, TCollection2>)>)()()()
Default constructor.

BitwiseAnd(GenericBooleanExpression<(Of <(T1, TCollection1, T2, TCollection2>)>), GenericBooleanExpression<(Of <(T1, TCollection1, T2, TCollection2>)>))
Performs the logical AND operation on the two supplied boolean expressions.

BitwiseOr(GenericBooleanExpression<(Of <(T1, TCollection1, T2, TCollection2>)>), GenericBooleanExpression<(Of <(T1, TCollection1, T2, TCollection2>)>))
Performs the logical OR operation on the two supplied boolean expressions.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Evaluate(T1, T2)
Evaluate this boolean expression with the supplied instance.

Evaluate(TCollection1, TCollection2)
Returns a subset of the supplied collection containing those elements that evaluate to true.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
LogicalNot(GenericBooleanExpression<(Of <(T1, TCollection1, T2, TCollection2>)>))
Performs the logical NOT operation on the supplied boolean expression.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
GenericBooleanExpression<(Of <(T1, TCollection1, T2, TCollection2>)>)
 BooleanExpressionTwoDataSets

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0