C# 클래스 CQRSalad.EventSourcing.ValueInjection.PropertyInfoCache

파일 보기 프로젝트 열기: Ontropix/CQRSalad

공개 메소드들

메소드 설명
GetProperties ( Type type ) : System.Reflection.PropertyInfo[]
GetProperties ( object obj ) : System.Reflection.PropertyInfo[]

메소드 상세

GetProperties() 공개 정적인 메소드

public static GetProperties ( Type type ) : System.Reflection.PropertyInfo[]
type System.Type
리턴 System.Reflection.PropertyInfo[]

GetProperties() 공개 정적인 메소드

public static GetProperties ( object obj ) : System.Reflection.PropertyInfo[]
obj object
리턴 System.Reflection.PropertyInfo[]