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

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

Private Properties

Свойство Type Description
GetDataContractTypeInfos string>>.IEnumerable

Méthodes publiques

Méthode Description
WcfLogicalTypeInfo ( Type type, string filePath ) : System

Méthodes protégées

Méthode Description
GenerateTypeRegistrationScript ( StringBuilder proxy, List registeredNamespaces ) : void
GetLogicalMethods ( bool isPage ) : List
GetNamespaceAndServiceName ( Type type, bool isPage, string &ns, string &service ) : void

Private Methods

Méthode Description
GetDataContractTypeInfos ( ) : string>>.IEnumerable

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

GetNamespaceAndServiceName() protected méthode

protected GetNamespaceAndServiceName ( Type type, bool isPage, string &ns, string &service ) : void
type System.Type
isPage bool
ns string
service string
Résultat void

WcfLogicalTypeInfo() public méthode

public WcfLogicalTypeInfo ( Type type, string filePath ) : System
type System.Type
filePath string
Résultat System