C# 클래스 Apistry.ApiController.HttpActionDocumentationMetadata

파일 보기 프로젝트 열기: Cephei/Apistry 1 사용 예제들

공개 메소드들

메소드 설명
HttpActionDocumentationMetadata ( MethodInfo method, String name, String summary, HttpActionResponseDocumentationMetadata httpActionResponseDocumentationMetadata, IEnumerable httpActionParameterSet, String alert, String information ) : System

메소드 상세

HttpActionDocumentationMetadata() 공개 메소드

public HttpActionDocumentationMetadata ( MethodInfo method, String name, String summary, HttpActionResponseDocumentationMetadata httpActionResponseDocumentationMetadata, IEnumerable httpActionParameterSet, String alert, String information ) : System
method System.Reflection.MethodInfo
name String
summary String
httpActionResponseDocumentationMetadata HttpActionResponseDocumentationMetadata
httpActionParameterSet IEnumerable
alert String
information String
리턴 System