Inheritance Hierarchy
RainWorx.FrameWorx.DTO.QueryingQuery
RainWorx.FrameWorx.DTO.QueryingAndOrAndQuery
RainWorx.FrameWorx.DTO.QueryingOr
Namespace: RainWorx.FrameWorx.DTO.Querying
Assembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public class Query
The Query type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Query | Initializes a new instance of the Query class |
![]() | Query(String, QueryOperator, Object) | Initializes a new instance of the Query class |
Properties
Name | Description | |
---|---|---|
![]() | Key | |
![]() | QueryOperator | |
![]() | Value |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also