Example #1
0
 public M方法(string __名称, List <M形参> __参数列表 = null, M元数据 __返回值元数据 = null, E角色 __角色 = E角色.开发)
 {
     this.称      = __名称;
     this.形参列表   = __参数列表;
     this.返回值元数据 = __返回值元数据;
     this.角色     = __角色;
 }
Example #2
0
 public M方法(string __名称, List<M形参> __参数列表 = null, M元数据 __返回值元数据 = null, E角色 __角色 = E角色.开发)
 {
     this.名称 = __名称;
     this.形参列表 = __参数列表;
     this.返回值元数据 = __返回值元数据;
     this.角色 = __角色;
 }
 public F列结构_查看(M元数据 __元数据, string __值, string __标题 = "")
 {
     _元数据 = __元数据;
     _值 = __值;
     InitializeComponent();
     this.out标题.Text = __标题;
     this.Text = __标题;
 }
Example #4
0
 public M属性(string __名称, M元数据 __元数据, E角色 __角色 = E角色.开发)
     : this(__名称)
 {
     this.元数据 = __元数据;
     this.角色 = __角色;
 }
Example #5
0
 public void 添加方法(string __名称, Func <Dictionary <string, string>, IPEndPoint, string> __执行方法, E角色 __角色 = E角色.开发, List <M形参> __参数列表 = null, M元数据 __返回值元数据 = null)
 {
     this.角色         = this.角色 | __角色;
     _所有方法_带地址[__名称] = __执行方法;
     this.明细.方法列表.Add(new M方法(__名称, __参数列表, __返回值元数据, __角色));
 }
Example #6
0
 public void 添加属性(string __名称, Func <string> __计算值, E角色 __角色 = E角色.开发, M元数据 __元数据 = null)
 {
     this.角色 = this.角色 | __角色;
     this.明细.属性列表.Add(new M属性(__名称, __元数据, __角色));
     _所有属性方法[__名称] = __计算值;
 }
Example #7
0
 public void 添加方法(string __名称, Func<Dictionary<string, string>, IPEndPoint, string> __执行方法, E角色 __角色 = E角色.开发, List<M形参> __参数列表 = null, M元数据 __返回值元数据 = null)
 {
     this.角色 = this.角色 | __角色;
     _所有方法_带地址[__名称] = __执行方法;
     this.明细.方法列表.Add(new M方法(__名称, __参数列表, __返回值元数据, __角色));
 }
Example #8
0
 public void 添加属性(string __名称, Func<string> __计算值, E角色 __角色 = E角色.开发, M元数据 __元数据 = null)
 {
     this.角色 = this.角色 | __角色;
     this.明细.属性列表.Add(new M属性(__名称, __元数据, __角色));
     _所有属性方法[__名称] = __计算值;
 }
Example #9
0
 public M形参(string __名称, M元数据 __元数据)
     : base(__名称, __元数据)
 {
 }
Example #10
0
 public M属性(string __名称, M元数据 __元数据, E角色 __角色 = E角色.开发)
     : this(__名称)
 {
     this.元数据 = __元数据;
     this.角色  = __角色;
 }
Example #11
0
 public M形参(string __名称, M元数据 __元数据)
     : base(__名称, __元数据)
 {
 }