C# Класс Nimbus.Extensions.TypeProviderExtensions

Показать файл Открыть проект

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

Метод Описание
AllClosedGenericHandlerInterfaces ( this typeProvider ) : System.Type[]
AllHandledEventTypes ( this typeProvider ) : System.Type[]
AllHandlerTypes ( this typeProvider ) : System.Type[]
AllMessageContractTypes ( this typeProvider ) : System.Type[]
AllResolvableTypes ( this typeProvider ) : System.Type[]
AllSerializableTypes ( this typeProvider ) : System.Type[]
AllTypesHandledViaTopics ( this typeProvider ) : System.Type[]
IsClosedGenericHandlerInterface ( this typeProvider, Type potentialHandlerType ) : bool

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

AllClosedGenericHandlerInterfaces() публичный статический Метод

public static AllClosedGenericHandlerInterfaces ( this typeProvider ) : System.Type[]
typeProvider this
Результат System.Type[]

AllHandledEventTypes() публичный статический Метод

public static AllHandledEventTypes ( this typeProvider ) : System.Type[]
typeProvider this
Результат System.Type[]

AllHandlerTypes() публичный статический Метод

public static AllHandlerTypes ( this typeProvider ) : System.Type[]
typeProvider this
Результат System.Type[]

AllMessageContractTypes() публичный статический Метод

public static AllMessageContractTypes ( this typeProvider ) : System.Type[]
typeProvider this
Результат System.Type[]

AllResolvableTypes() публичный статический Метод

public static AllResolvableTypes ( this typeProvider ) : System.Type[]
typeProvider this
Результат System.Type[]

AllSerializableTypes() публичный статический Метод

public static AllSerializableTypes ( this typeProvider ) : System.Type[]
typeProvider this
Результат System.Type[]

AllTypesHandledViaTopics() публичный статический Метод

public static AllTypesHandledViaTopics ( this typeProvider ) : System.Type[]
typeProvider this
Результат System.Type[]

IsClosedGenericHandlerInterface() публичный статический Метод

public static IsClosedGenericHandlerInterface ( this typeProvider, Type potentialHandlerType ) : bool
typeProvider this
potentialHandlerType System.Type
Результат bool