Class ValidationPropertyBase
- Namespace
- HeBianGu.Service.Validation
- Assembly
- HeBianGu.Service.Validation.dll
验证Model属性的基类
public class ValidationPropertyBase : NotifyPropertyChanged, INotifyPropertyChanged
- Inheritance
-
ValidationPropertyBase
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
DisplayName
说明
public string DisplayName { get; set; }
Property Value
Flag
必须字段标识
public string Flag { get; set; }
Property Value
Message
验证消息
public string Message { get; set; }
Property Value
Name
实体字段名称
public string Name { get; set; }