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

Datei anzeigen Open project: kumpera/mono Class Usage Examples

Public Methods

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

Protected Methods

Method Description
LogicalMethodInfo ( LogicalTypeInfo typeInfo, MethodInfo method ) : System

Private Methods

Method Description
GenerateParameters ( bool isMap ) : string

Method Details

GenerateMethod() public method

public GenerateMethod ( StringBuilder proxy, bool isPrototype, bool isPage ) : void
proxy StringBuilder
isPrototype bool
isPage bool
return void

GetParameterTypes() public method

public GetParameterTypes ( ) : IEnumerable
return IEnumerable

Invoke() public abstract method

public abstract Invoke ( HttpRequest request, HttpResponse response ) : void
request HttpRequest
response HttpResponse
return void

LogicalMethodInfo() protected method

protected LogicalMethodInfo ( LogicalTypeInfo typeInfo, MethodInfo method ) : System
typeInfo LogicalTypeInfo
method System.Reflection.MethodInfo
return System