Esempio n. 1
0
        public Manager(ClsAjaxPage pg, string json)
        {
            //
            // TODO: 在此处添加构造函数逻辑
            //

            gPage = pg;

            //建立json对象
            gJson  = new Format.Json(json);
            gCache = new Format.Json();

            UIInit();
        }
Esempio n. 2
0
        public Arg(ClsAjaxPage parent)
        {
            //parent.["Arg"]["ID"].Value = "";
            base["Arg"]["ID"].Value = "";
            Obj = base["Arg"];

            Init();

            this.Process_ElementID = parent.PageArgs.Process_ElementID;
            this.Process_ID        = parent.PageArgs.Process_ID;

            this.Dialog_ElementID = parent.PageArgs.Dialog_ElementID;
            this.Dialog_ID        = parent.PageArgs.Dialog_ID;

            this.UI      = parent.PageArgs.UI;
            this.UID     = parent.PageArgs.UID;
            this.UIMain  = parent.PageArgs.UIMain;
            this.UITool  = parent.PageArgs.UITool;
            this.UITitle = parent.PageArgs.UITitle;
            this.UIPath  = parent.PageArgs.UIPath;

            this.Path = parent.PageArgs.Path;
        }
Esempio n. 3
0
 public TableArg(ClsAjaxPage parent)
 {
     Init();
     this.ArgID = parent.PageArgs.Arg_ID;
 }