/// <summary> /// Initializes a new instance of the <see cref="JsonResultData" /> class. /// </summary> public JsonResultData() { this.Success = true; Messages = new string[0]; FieldErrors = new FieldError[0]; }