Table of Contents

Class QueryArguments

Namespace
Cratis.Applications.Queries
Assembly
Cratis.Applications.dll

Represents arguments for a query, providing a strongly-typed wrapper around dictionary functionality.

public class QueryArguments : Dictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Inheritance
QueryArguments
Implements
Inherited Members
Extension Methods

Constructors

QueryArguments()

Initializes a new instance of the QueryArguments class.

public QueryArguments()

Fields

Empty

Represents empty query arguments.

public static readonly QueryArguments Empty

Field Value

QueryArguments