Skip to main content

AutoQueryMetadataFeature

Assembly: ServiceStack.dll
View Source
Declaration
public class AutoQueryMetadataFeature : IPlugin, IHasStringId, IHasId<string>

Properties

Id

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

AutoQueryViewerConfig

View Source
Declaration
public AutoQueryViewerConfig AutoQueryViewerConfig { get; set; }

MetadataFilter

View Source
Declaration
public Action<AutoQueryMetadataResponse> MetadataFilter { get; set; }

ExportTypes

View Source
Declaration
public List<Type> ExportTypes { get; set; }

MaxLimit

View Source
Declaration
public int? MaxLimit { get; set; }

Methods

Register(IAppHost)

View Source
Declaration
public void Register(IAppHost appHost)
Parameters
TypeName
ServiceStack.IAppHostappHost

Implements