Method | Description | |
---|---|---|
Add ( |
||
AfterInit ( ) : void | ||
CanAccess ( Format format, string operationName ) : bool | ||
CanAccess ( IRequest httpReq, Format format, string operationName ) : bool | ||
CanAccess ( ServiceStack.Host.RequestAttributes reqAttrs, Format format, string operationName ) : bool | ||
GetAllOperationNames ( ) : List |
||
GetAllOperationTypes ( ) : List |
||
GetAllSoapOperationTypes ( ) : List |
||
GetImplementedActions ( |
||
GetMetadataTypesForOperation ( IRequest httpReq, Operation op ) : List |
||
GetOperation ( |
||
GetOperationAssemblies ( ) : List |
||
GetOperationDtos ( ) : List |
||
GetOperationNamesForMetadata ( IRequest httpReq ) : List |
||
GetOperationNamesForMetadata ( IRequest httpReq, Format format ) : List |
||
GetOperationType ( string operationTypeName ) : |
||
GetResponseTypeByRequest ( |
||
GetServiceTypeByRequest ( |
||
GetServiceTypeByResponse ( |
||
HasImplementation ( Operation operation, Format format ) : bool | ||
IsAuthorized ( Operation operation, IRequest req, IAuthSession session ) : bool | ||
IsVisible ( IRequest httpReq, Format format, string operationName ) : bool | ||
IsVisible ( IRequest httpReq, Operation operation ) : bool | ||
IsVisible ( IRequest httpReq, |
||
ServiceMetadata ( List |
Method | Description | |
---|---|---|
AddReferencedTypes ( MetadataType metadataType, MetadataTypes metadataTypes, List |
||
CanShowToNetwork ( RestrictAttribute restrictTo, ServiceStack.Host.RequestAttributes reqAttrs ) : bool | ||
FindMetadataType ( MetadataTypes metadataTypes, |
||
FindMetadataType ( MetadataTypes metadataTypes, string name, string @namespace = null ) : MetadataType |
public Add ( |
||
serviceType | ||
requestType | ||
responseType | ||
return | void |
public CanAccess ( Format format, string operationName ) : bool | ||
format | Format | |
operationName | string | |
return | bool |
public CanAccess ( IRequest httpReq, Format format, string operationName ) : bool | ||
httpReq | IRequest | |
format | Format | |
operationName | string | |
return | bool |
public CanAccess ( ServiceStack.Host.RequestAttributes reqAttrs, Format format, string operationName ) : bool | ||
reqAttrs | ServiceStack.Host.RequestAttributes | |
format | Format | |
operationName | string | |
return | bool |
public GetImplementedActions ( |
||
serviceType | ||
requestType | ||
return | List |
public GetMetadataTypesForOperation ( IRequest httpReq, Operation op ) : List |
||
httpReq | IRequest | |
op | Operation | |
return | List |
public GetOperation ( |
||
operationType | ||
return | Operation |
public GetOperationNamesForMetadata ( IRequest httpReq ) : List |
||
httpReq | IRequest | |
return | List |
public GetOperationNamesForMetadata ( IRequest httpReq, Format format ) : List |
||
httpReq | IRequest | |
format | Format | |
return | List |
public GetOperationType ( string operationTypeName ) : |
||
operationTypeName | string | |
return |
public GetResponseTypeByRequest ( |
||
requestType | ||
return |
public GetServiceTypeByRequest ( |
||
requestType | ||
return |
public GetServiceTypeByResponse ( |
||
responseType | ||
return |
public HasImplementation ( Operation operation, Format format ) : bool | ||
operation | Operation | |
format | Format | |
return | bool |
public IsAuthorized ( Operation operation, IRequest req, IAuthSession session ) : bool | ||
operation | Operation | |
req | IRequest | |
session | IAuthSession | |
return | bool |
public IsVisible ( IRequest httpReq, Format format, string operationName ) : bool | ||
httpReq | IRequest | |
format | Format | |
operationName | string | |
return | bool |
public IsVisible ( IRequest httpReq, Operation operation ) : bool | ||
httpReq | IRequest | |
operation | Operation | |
return | bool |
public IsVisible ( IRequest httpReq, |
||
httpReq | IRequest | |
requestType | ||
return | bool |
public ServiceMetadata ( List |
||
restPaths | List |
|
return | System |