コード例 #1
0
ファイル: View_1.cs プロジェクト: maikebing/_KeelKit
 // 使用指定的字符串初始化对象
 public View_1(string s)
 {
     this.var_struct_View_1 = ((struct_View_1)(Keel.DB.Common.StringToStruct(s, typeof(struct_View_1))));
 }
コード例 #2
0
ファイル: View_1.cs プロジェクト: maikebing/_KeelKit
        // 使用空字符串初始化对象
        public View_1()
        {
            string s = "";

            this.var_struct_View_1 = ((struct_View_1)(Keel.DB.Common.StringToStruct(s.PadRight(this.GetLenght(), ' '), typeof(struct_View_1))));
        }