Class ValidationProperty<V>
- Namespace
- HeBianGu.Service.Validation
- Assembly
- HeBianGu.Service.Validation.dll
用于绑定验证Model的实体,可以应用Model中的验证特性判断输入数据是否合法
public class ValidationProperty<V> : ValidationPropertyBase, INotifyPropertyChanged
Type Parameters
V
- Inheritance
-
ValidationProperty<V>
- Implements
- Inherited Members
- Extension Methods
Fields
ValueChanged
public Action<V> ValueChanged
Field Value
- Action<V>
Properties
Value
值
public V Value { get; set; }
Property Value
- V