Class PropertyHelper
PropertyChanged イベント通知のヘルパークラスです。
Inheritance
System.Object
PropertyHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MakCraft.ViewModels
Assembly: MakViewModelsBase.dll
Syntax
public static class PropertyHelper
Methods
| Improve this Doc View SourceGetName<T>(Expression<Func<T>>)
引数で渡されたプロパティから当該プロパティの名前を返します。
Declaration
public static string GetName<T>(Expression<Func<T>> e)
Parameters
Type | Name | Description |
---|---|---|
System.Linq.Expressions.Expression<System.Func<T>> | e |
Returns
Type | Description |
---|---|
System.String |
Type Parameters
Name | Description |
---|---|
T |