C# Class MahTweets.Core.Extensions.ReflectionExtensions

Datei anzeigen Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
GetPropertyInfo ( Expression expression ) : PropertyInfo
GetPropertyName ( Expression expression ) : string
GetPropertyNames ( ) : IEnumerable
IsInDesignMode ( this element ) : bool

Method Details

GetPropertyInfo() public static method

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

GetPropertyName() public static method

public static GetPropertyName ( Expression expression ) : string
expression Expression
return string

GetPropertyNames() public static method

public static GetPropertyNames ( ) : IEnumerable
return IEnumerable

IsInDesignMode() public static method

public static IsInDesignMode ( this element ) : bool
element this
return bool