C# Class Orc.FilterBuilder.Services.ReflectionService

Inheritance: IReflectionService
Afficher le fichier Open project: WildGums/Orc.FilterBuilder

Méthodes publiques

Méthode Description
ClearCache ( ) : void
GetInstancePropertiesAsync ( Type targetType ) : Task
ReflectionService ( IFilterCustomizationService filterCustomizationService ) : System

Private Methods

Méthode Description
GetInstanceProperties ( Type targetType ) : IPropertyCollection

Method Details

ClearCache() public méthode

public ClearCache ( ) : void
Résultat void

GetInstancePropertiesAsync() public méthode

public GetInstancePropertiesAsync ( Type targetType ) : Task
targetType Type
Résultat Task

ReflectionService() public méthode

public ReflectionService ( IFilterCustomizationService filterCustomizationService ) : System
filterCustomizationService IFilterCustomizationService
Résultat System