C# Класс Orc.FilterBuilder.Services.ReflectionService

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

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

Метод Описание
ClearCache ( ) : void
GetInstancePropertiesAsync ( Type targetType ) : Task
ReflectionService ( IFilterCustomizationService filterCustomizationService ) : System

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

Метод Описание
GetInstanceProperties ( Type targetType ) : IPropertyCollection

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

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

public ClearCache ( ) : void
Результат void

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

public GetInstancePropertiesAsync ( Type targetType ) : Task
targetType Type
Результат Task

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

public ReflectionService ( IFilterCustomizationService filterCustomizationService ) : System
filterCustomizationService IFilterCustomizationService
Результат System