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

Inheritance: LogicalTypeInfo
ファイルを表示 Open project: kumpera/mono

Private Properties

Property Type Description
GetDataContractTypeInfos string>>.IEnumerable

Public Methods

Method Description
WcfLogicalTypeInfo ( Type type, string filePath ) : System

Protected Methods

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

Private Methods

Method Description
GetDataContractTypeInfos ( ) : string>>.IEnumerable

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

GetNamespaceAndServiceName() protected method

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

WcfLogicalTypeInfo() public method

public WcfLogicalTypeInfo ( Type type, string filePath ) : System
type System.Type
filePath string
return System