Skip to main content

AutoQueryOperation

Assembly: ServiceStack.dll
View Source
Declaration
public class AutoQueryOperation : IMeta

Properties

Request

View Source
Declaration
public string Request { get; set; }

Routes

View Source
Declaration
public List<MetadataRoute> Routes { get; set; }

From

View Source
Declaration
public string From { get; set; }

To

View Source
Declaration
public string To { get; set; }

Meta

View Source
Declaration
public Dictionary<string, string> Meta { get; set; }

Implements