C# Класс SDKDocGenerator.PartialTypeProvider

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

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

Метод Описание
GetNamespaces ( ) : IEnumerable
GetType ( string fullName ) : TypeWrapper
GetTypes ( ) : IEnumerable
GetTypesForNamespace ( string namespaceName ) : IEnumerable
PartialTypeProvider ( string docId ) : System
ProcessTypes ( IEnumerable types ) : void

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

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

public GetNamespaces ( ) : IEnumerable
Результат IEnumerable

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

public GetType ( string fullName ) : TypeWrapper
fullName string
Результат TypeWrapper

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

public GetTypes ( ) : IEnumerable
Результат IEnumerable

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

public GetTypesForNamespace ( string namespaceName ) : IEnumerable
namespaceName string
Результат IEnumerable

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

public PartialTypeProvider ( string docId ) : System
docId string
Результат System

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

public ProcessTypes ( IEnumerable types ) : void
types IEnumerable
Результат void