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
Type | Name |
---|---|
System.String | format |
IsVisible(IRequest, Format, String)
View Source
Declaration
public bool IsVisible(IRequest httpRequest, Format format, string operation)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.Web.IRequest | httpRequest |
ServiceStack.Format | format |
System.String | operation |
CanAccess(IRequest, Format, String)
View Source
Declaration
public bool CanAccess(IRequest httpRequest, Format format, string operation)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.Web.IRequest | httpRequest |
ServiceStack.Format | format |
System.String | operation |
CanAccess(Format, String)
View Source
Declaration
public bool CanAccess(Format format, string operation)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.Format | format |
System.String | operation |
AlwaysHideInMetadata(String)
View Source
Declaration
public bool AlwaysHideInMetadata(string operationName)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.String | operationName |