C# Class System.Web.Script.Services.LogicalTypeInfo.LogicalMethodInfo

Afficher le fichier Open project: kumpera/mono Class Usage Examples

Méthodes publiques

Méthode Description
GenerateMethod ( StringBuilder proxy, bool isPrototype, bool isPage ) : void
GetParameterTypes ( ) : IEnumerable
Invoke ( HttpRequest request, HttpResponse response ) : void

Méthodes protégées

Méthode Description
LogicalMethodInfo ( LogicalTypeInfo typeInfo, MethodInfo method ) : System

Private Methods

Méthode Description
GenerateParameters ( bool isMap ) : string

Method Details

GenerateMethod() public méthode

public GenerateMethod ( StringBuilder proxy, bool isPrototype, bool isPage ) : void
proxy StringBuilder
isPrototype bool
isPage bool
Résultat void

GetParameterTypes() public méthode

public GetParameterTypes ( ) : IEnumerable
Résultat IEnumerable

Invoke() public abstract méthode

public abstract Invoke ( HttpRequest request, HttpResponse response ) : void
request HttpRequest
response HttpResponse
Résultat void

LogicalMethodInfo() protected méthode

protected LogicalMethodInfo ( LogicalTypeInfo typeInfo, MethodInfo method ) : System
typeInfo LogicalTypeInfo
method System.Reflection.MethodInfo
Résultat System