Click or drag to resize

PropertySupport class

Checks expressions as properties.
Inheritance hierarchy
SystemObject
  NetEti.MVVMiniPropertySupport

Namespace: NetEti.MVVMini
Assembly: NetEti.MVVMini (in NetEti.MVVMini.dll) Version: 1.0.0+7b60487fcbc3b95636e4fc726213c9ca8562bee8
Syntax
public static class PropertySupport

The PropertySupport Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberExtractPropertyNameT Checks a passed expression for its status as a public property and extracts its name as a string.
Public MethodStatic MemberVerifyPropertyName Warns if the object is not a public property with the transferred name (only in the debug build).
Back to the top
See also