C# Класс System.Web.Script.Services.WcfLogicalTypeInfo

Наследование: LogicalTypeInfo
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetDataContractTypeInfos string>>.IEnumerable

Открытые методы

Метод Описание
WcfLogicalTypeInfo ( Type type, string filePath ) : System

Защищенные методы

Метод Описание
GenerateTypeRegistrationScript ( StringBuilder proxy, List registeredNamespaces ) : void
GetLogicalMethods ( bool isPage ) : List
GetNamespaceAndServiceName ( Type type, bool isPage, string &ns, string &service ) : void

Приватные методы

Метод Описание
GetDataContractTypeInfos ( ) : string>>.IEnumerable

Описание методов

GenerateTypeRegistrationScript() защищенный Метод

protected GenerateTypeRegistrationScript ( StringBuilder proxy, List registeredNamespaces ) : void
proxy StringBuilder
registeredNamespaces List
Результат void

GetLogicalMethods() защищенный Метод

protected GetLogicalMethods ( bool isPage ) : List
isPage bool
Результат List

GetNamespaceAndServiceName() защищенный Метод

protected GetNamespaceAndServiceName ( Type type, bool isPage, string &ns, string &service ) : void
type System.Type
isPage bool
ns string
service string
Результат void

WcfLogicalTypeInfo() публичный Метод

public WcfLogicalTypeInfo ( Type type, string filePath ) : System
type System.Type
filePath string
Результат System