Exemple #1
0
 public DingdanChangeInfo(Dingdan dingdan)
 {
     ClassPropertyHelper.ChangeProperty(this, dingdan);
 }
Exemple #2
0
 public DingdanMingxi(DingdanMingxiCreateInfo createInfo)
 {
     ClassPropertyHelper.ChangeProperty(this, createInfo);
     this.BuildKeyword();
 }
Exemple #3
0
 public Shoukuan(ShoukuanCreateInfo createInfo)
 {
     ClassPropertyHelper.ChangeProperty(this, createInfo);
     this.BuildKeyword();
 }
Exemple #4
0
 public void Change(DingdanChangeInfo changeInfo)
 {
     ClassPropertyHelper.ChangeProperty(this, changeInfo);
     this.BuildKeyword();
     this.Jisuan();
 }