C# Class ServiceStack.Host.ServiceMetadataExtensions

Datei anzeigen Open project: ServiceStack/ServiceStack

Public Methods

Method Description
GetApiMembers ( this operationType ) : List
GetAssemblies ( this operation ) : List
ToOperationDto ( this operation ) : OperationDto

Method Details

GetApiMembers() public static method

public static GetApiMembers ( this operationType ) : List
operationType this
return List

GetAssemblies() public static method

public static GetAssemblies ( this operation ) : List
operation this
return List

ToOperationDto() public static method

public static ToOperationDto ( this operation ) : OperationDto
operation this
return OperationDto