QueryDataContext
Assembly: ServiceStack.dll
View Source
Declaration
public class QueryDataContext
Properties
Dto
View Source
Declaration
public IQueryData Dto { get; set; }
DynamicParams
View Source
Declaration
public Dictionary<string, string> DynamicParams { get; set; }
Request
View Source
Declaration
public IRequest Request { get; set; }
TypedQuery
View Source
Declaration
public ITypedQueryData TypedQuery { get; set; }