C# Class AjaxControlToolkit.Reference.Core.MethodDoc

Inheritance: DocBase
Afficher le fichier Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddParam ( string name, string typeName, string description ) : void
name string
typeName string
description string
Résultat void

Fill() public méthode

public Fill ( IEnumerable values, ContentType contentType ) : DocBase
values IEnumerable
contentType ContentType
Résultat DocBase

MethodDoc() public méthode

public MethodDoc ( string fullName ) : System.Collections.Generic
fullName string
Résultat System.Collections.Generic