C# 클래스 Orc.FilterBuilder.Services.ReflectionService

상속: IReflectionService
파일 보기 프로젝트 열기: WildGums/Orc.FilterBuilder

공개 메소드들

메소드 설명
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