C# Class AjaxControlToolkit.Reference.Core.MethodDoc

Inheritance: DocBase
Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Public Methods

Method Description
AddParam ( string name, string typeName, string description ) : void
Fill ( IEnumerable values, ContentType contentType ) : DocBase
MethodDoc ( string fullName ) : System.Collections.Generic

Method Details

AddParam() public method

public AddParam ( string name, string typeName, string description ) : void
name string
typeName string
description string
return void

Fill() public method

public Fill ( IEnumerable values, ContentType contentType ) : DocBase
values IEnumerable
contentType ContentType
return DocBase

MethodDoc() public method

public MethodDoc ( string fullName ) : System.Collections.Generic
fullName string
return System.Collections.Generic