QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> Class

Represents a join queryable pattern.

Inheritance Hierarchy

System.Object
  System.Reactive.Joins.QueryablePattern
    System.Reactive.Joins.QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>

Namespace:  System.Reactive.Joins
Assembly:  System.Reactive.Providers (in System.Reactive.Providers.dll)

Syntax

'Declaration
Public Class QueryablePattern(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) _
    Inherits QueryablePattern
'Usage
Dim instance As QueryablePattern(Of T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)
public class QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> : QueryablePattern
generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11, typename T12, typename T13, typename T14, typename T15>
public ref class QueryablePattern : public QueryablePattern
type QueryablePattern<'T1, 'T2, 'T3, 'T4, 'T5, 'T6, 'T7, 'T8, 'T9, 'T10, 'T11, 'T12, 'T13, 'T14, 'T15> =  
    class
        inherit QueryablePattern
    end
JScript does not support generic types and methods.

Type Parameters

  • T1
    The type of the first component of the queryable pattern.
  • T2
    The type of the second component of the queryable pattern.
  • T3
    The type of the third component of the queryable pattern.
  • T4
    The type of the fourth component of the queryable pattern.
  • T5
    The type of the fifth component of the queryable pattern.
  • T6
    The type of the sixth component of the queryable pattern.
  • T7
    The type of the seventh component of the queryable pattern.
  • T8
    The type of the eighth component of the queryable pattern.
  • T9
    The type of the ninth component of the queryable pattern.
  • T10
    The type of the tenth component of the queryable pattern.
  • T11
    The type of the eleventh component of the queryable pattern.
  • T12
    The type of the twelfth component of the queryable pattern.
  • T13
    The type of the thirteenth component of the queryable pattern.
  • T14
    The type of the fourteenth component of the queryable pattern.
  • T15
    The type of the fifteenth component of the queryable pattern.

The QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> type exposes the following members.

Properties

  Name Description
Public property Expression Gets the expression tree that is associated with the instance of queryable pattern. (Inherited from QueryablePattern.)

Top

Methods

  Name Description
Public method And<T16> Matches when all observable sequences have an available value.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Then<TResult> Matches when all observable sequences have an available value and projects the values.
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Reactive.Joins Namespace