Show / Hide Table of Contents

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 Source

GetName<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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX