C# 클래스 System.PropertyReflectionLibrary

파일 보기 프로젝트 열기: herohiralal/HiraTools

공개 메소드들

메소드 설명
Assign ( Type type, string info, object data ) : bool
Assign ( object o, string info, object data ) : bool
Assign ( Type type, string info, data ) : bool
Assign ( object o, string info, data ) : bool
GetPropertiesWithAttribute ( Type type ) : IEnumerable
GetPropertiesWithAttribute ( object o ) : IEnumerable
Retrieve ( Type type, string info, object &data ) : bool
Retrieve ( object o, string info, object &data ) : bool
Retrieve ( Type type, string info, &data ) : bool
Retrieve ( object o, string info, &data ) : bool

비공개 메소드들

메소드 설명
GetPropertiesWithAttribute ( IReflect t, BindingFlags flags ) : IEnumerable

메소드 상세

Assign() 공개 정적인 메소드

public static Assign ( Type type, string info, object data ) : bool
type Type
info string
data object
리턴 bool

Assign() 공개 정적인 메소드

public static Assign ( object o, string info, object data ) : bool
o object
info string
data object
리턴 bool

Assign() 공개 정적인 메소드

public static Assign ( Type type, string info, data ) : bool
type Type
info string
리턴 bool

Assign() 공개 정적인 메소드

public static Assign ( object o, string info, data ) : bool
o object
info string
리턴 bool

GetPropertiesWithAttribute() 공개 정적인 메소드

public static GetPropertiesWithAttribute ( Type type ) : IEnumerable
type Type
리턴 IEnumerable

GetPropertiesWithAttribute() 공개 정적인 메소드

public static GetPropertiesWithAttribute ( object o ) : IEnumerable
o object
리턴 IEnumerable

Retrieve() 공개 정적인 메소드

public static Retrieve ( Type type, string info, object &data ) : bool
type Type
info string
data object
리턴 bool

Retrieve() 공개 정적인 메소드

public static Retrieve ( object o, string info, object &data ) : bool
o object
info string
data object
리턴 bool

Retrieve() 공개 정적인 메소드

public static Retrieve ( Type type, string info, &data ) : bool
type Type
info string
리턴 bool

Retrieve() 공개 정적인 메소드

public static Retrieve ( object o, string info, &data ) : bool
o object
info string
리턴 bool