C# 클래스 ServiceStack.Host.ServiceMetadataExtensions

파일 보기 프로젝트 열기: ServiceStack/ServiceStack

공개 메소드들

메소드 설명
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