Example #1
0
 public ValidationMessage(ValidationMessageCategories category, ValidationCodes code, string propertyName = "")
 {
     this.Category     = category;
     this.Code         = code;
     this.PropertyName = propertyName;
     //this.Message =
 }
 public ValidationMessage(ValidationMessageCategories category, ValidationCodes code, string propertyName = "")
 {
     this.Category = category;
     this.Code = code;
     this.PropertyName = propertyName;
     //this.Message =
 }