C# Class Orc.FilterBuilder.Services.ReflectionService

Inheritance: IReflectionService
Show file Open project: WildGums/Orc.FilterBuilder

Public Methods

Method Description
ClearCache ( ) : void
GetInstancePropertiesAsync ( Type targetType ) : Task
ReflectionService ( IFilterCustomizationService filterCustomizationService ) : System

Private Methods

Method Description
GetInstanceProperties ( Type targetType ) : IPropertyCollection

Method Details

ClearCache() public method

public ClearCache ( ) : void
return void

GetInstancePropertiesAsync() public method

public GetInstancePropertiesAsync ( Type targetType ) : Task
targetType Type
return Task

ReflectionService() public method

public ReflectionService ( IFilterCustomizationService filterCustomizationService ) : System
filterCustomizationService IFilterCustomizationService
return System