C# Класс ServiceStack.Host.ServiceMetadataExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetApiMembers ( this operationType ) : List
GetAssemblies ( this operation ) : List
ToOperationDto ( this operation ) : OperationDto

Описание методов

GetApiMembers() публичный статический Метод

public static GetApiMembers ( this operationType ) : List
operationType this
Результат List

GetAssemblies() публичный статический Метод

public static GetAssemblies ( this operation ) : List
operation this
Результат List

ToOperationDto() публичный статический Метод

public static ToOperationDto ( this operation ) : OperationDto
operation this
Результат OperationDto