C# Class System.Web.Script.Services.AsmxLogicalTypeInfo

Inheritance: LogicalTypeInfo
Show file Open project: kumpera/mono

Protected Methods

Method Description
GenerateTypeRegistrationScript ( StringBuilder proxy, List registeredNamespaces ) : void
GetLogicalMethods ( bool isPage ) : List

Private Methods

Method Description
AsmxLogicalTypeInfo ( Type t, string filePath ) : System
FindInInterface ( Type ifaceType, MethodInfo method ) : MethodInfo
GetGenerateScriptTypeAttributes ( ) : IEnumerable
GetTypeToGenerate ( Type type ) : Type

Method Details

GenerateTypeRegistrationScript() protected method

protected GenerateTypeRegistrationScript ( StringBuilder proxy, List registeredNamespaces ) : void
proxy StringBuilder
registeredNamespaces List
return void

GetLogicalMethods() protected method

protected GetLogicalMethods ( bool isPage ) : List
isPage bool
return List