Table of Contents

Class Query<TResult>

Namespace
Savvyio.Queries
Assembly
Savvyio.Queries.dll

Provides a default implementation of of the IQuery<TResult> interface.

public abstract class Query<TResult> : Request, IEquatable<Request>, IQuery<TResult>, IQuery, IRequest, IMetadata, IEquatable<Query<TResult>>

Type Parameters

TResult

The type of the result to return.

Inheritance
Object
Query<TResult>
Implements
IEquatable<Request>
IQuery<TResult>
IEquatable<Query<TResult>>
Inherited Members

Constructors

Query(IMetadata)

Initializes a new instance of the Query<TResult> class.

protected Query(IMetadata metadata = null)

Parameters

metadata IMetadata

The optional metadata to merge with this instance.

See Also

IQuery<TResult>
Request