コード例 #1
0
ファイル: JsonResultData.cs プロジェクト: nguyenhuy2911/CMS
 /// <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];
 }
コード例 #2
0
ファイル: JsonResultData.cs プロジェクト: Godoy/CMS
 /// <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];
 }