C# 클래스 AjaxControlToolkit.Reference.Core.MethodDoc

상속: DocBase
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
AddParam ( string name, string typeName, string description ) : void
Fill ( IEnumerable values, ContentType contentType ) : DocBase
MethodDoc ( string fullName ) : System.Collections.Generic

메소드 상세

AddParam() 공개 메소드

public AddParam ( string name, string typeName, string description ) : void
name string
typeName string
description string
리턴 void

Fill() 공개 메소드

public Fill ( IEnumerable values, ContentType contentType ) : DocBase
values IEnumerable
contentType ContentType
리턴 DocBase

MethodDoc() 공개 메소드

public MethodDoc ( string fullName ) : System.Collections.Generic
fullName string
리턴 System.Collections.Generic