Exemplo n.º 1
0
 public PropertyCheckAttribute(ProertyCheckType type, string field)
 {
     this.checkType  = type;
     this.UnderField = field;
 }
Exemplo n.º 2
0
 public CheckType(ProertyCheckType enumType, string underField)
 {
     this.enumType   = enumType;
     this.underField = underField;
 }
Exemplo n.º 3
0
 public PropertyCheckAttribute(ProertyCheckType type)
 {
     this.checkType = type;
 }