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

Inheritance: LogicalTypeInfo
Afficher le fichier Open project: kumpera/mono

Méthodes protégées

Méthode Description
GenerateTypeRegistrationScript ( StringBuilder proxy, List registeredNamespaces ) : void
GetLogicalMethods ( bool isPage ) : List

Private Methods

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

Method Details

GenerateTypeRegistrationScript() protected méthode

protected GenerateTypeRegistrationScript ( StringBuilder proxy, List registeredNamespaces ) : void
proxy StringBuilder
registeredNamespaces List
Résultat void

GetLogicalMethods() protected méthode

protected GetLogicalMethods ( bool isPage ) : List
isPage bool
Résultat List