Table of Contents

Class ListQueryParameter<T>

Namespace
Innova.Prism.Library.ClassDefinitions
Assembly
Innova.Prism.Library.dll

Represents a query parameter for listing entities.

public class ListQueryParameter<T> : QueryParameter<T>, IQueryParameter, ICloneable where T : class

Type Parameters

T

The type of the entity.

Inheritance
ListQueryParameter<T>
Implements
Extension Methods

Constructors

ListQueryParameter(QueryParameter<T>)

Initializes a new instance of the ListQueryParameter<T> class.

Properties

ListFilter

Gets or sets the filter expression for the list query.

Methods

Clone()

Creates a new instance of the ListQueryParameter<T> class that is a copy of the current instance.

GetQueryParameter()

Gets the query parameter for the list query.