Skip to main content

MetadataPagesConfig

Assembly: ServiceStack.dll
View Source
Declaration
public class MetadataPagesConfig

Properties

AvailableFormatConfigs

View Source
Declaration
public List<MetadataConfig> AvailableFormatConfigs { get; }

Methods

GetMetadataConfig(String)

View Source
Declaration
public MetadataConfig GetMetadataConfig(string format)
Returns

ServiceStack.Metadata.MetadataConfig

Parameters
TypeName
System.Stringformat

IsVisible(IRequest, Format, String)

View Source
Declaration
public bool IsVisible(IRequest httpRequest, Format format, string operation)
Returns

System.Boolean

Parameters
TypeName
ServiceStack.Web.IRequesthttpRequest
ServiceStack.Formatformat
System.Stringoperation

CanAccess(IRequest, Format, String)

View Source
Declaration
public bool CanAccess(IRequest httpRequest, Format format, string operation)
Returns

System.Boolean

Parameters
TypeName
ServiceStack.Web.IRequesthttpRequest
ServiceStack.Formatformat
System.Stringoperation

CanAccess(Format, String)

View Source
Declaration
public bool CanAccess(Format format, string operation)
Returns

System.Boolean

Parameters
TypeName
ServiceStack.Formatformat
System.Stringoperation

AlwaysHideInMetadata(String)

View Source
Declaration
public bool AlwaysHideInMetadata(string operationName)
Returns

System.Boolean

Parameters
TypeName
System.StringoperationName