C# 클래스 MahTweets.Core.ReflectionHelper

파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

공개 메소드들

메소드 설명
GetPropertyInfo ( Expression expression ) : PropertyInfo
GetPropertyName ( Expression expression ) : string
GetPropertyNames ( ) : IEnumerable

메소드 상세

GetPropertyInfo() 공개 정적인 메소드

public static GetPropertyInfo ( Expression expression ) : PropertyInfo
expression Expression
리턴 System.Reflection.PropertyInfo

GetPropertyName() 공개 정적인 메소드

public static GetPropertyName ( Expression expression ) : string
expression Expression
리턴 string

GetPropertyNames() 공개 정적인 메소드

public static GetPropertyNames ( ) : IEnumerable
리턴 IEnumerable