SearchPostT Class

Content of a POST Request for searching in IReadOnlyModelControllerT

Definition

Namespace: Gemstone.Web.APIController
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.180 -- Release Build+a1ea282fe52a89abc85c35e4cc84ded973c7bae7
public class SearchPost<T>
where T : class, new()
Inheritance
Object    SearchPostT

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Gemstone.Web.APIController.SearchPost`1"]

Constructors

SearchPostTInitializes a new instance of the SearchPostT class

Properties

Ascending {true} if the results should be ordered ascending
OrderBy The Field to oreder the results by
Searches The RecordFilter to be applied to the search

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also