Example #1
0
 public override void InitRemotable(DextopRemote remote, DextopConfig config)
 {
     base.InitRemotable(remote, config);
     config["data"] = new ComplexForm
     {
         Time = DateTime.Now.TimeOfDay,
         Number = 2,
         Date = DateTime.Today
     };
 }
Example #2
0
 public override void InitRemotable(DextopRemote remote, DextopConfig config)
 {
     base.InitRemotable(remote, config);
     config["data"] = new ComplexForm
     {
         Time   = DateTime.Now.TimeOfDay,
         Number = 2,
         Date   = DateTime.Today
     };
 }
Example #3
0
 private Task OnValidComplexModel(EditContext context)
 {
     Trace4.Log("OnValidSubmit 回调委托");
     ComplexForm.SetError("Dummy.Dummy2.Name", "数据库中已存在");
     return(Task.CompletedTask);
 }
Example #4
0
		void Send(ComplexForm form)
		{

		}
Example #5
0
 void Send(ComplexForm form)
 {
 }