コード例 #1
0
        //
        public static void Create(InterfaceType type, Hashtable allParameters, string operation)
        {
            GetAll_InterfaceBuilder cr = new GetAll_InterfaceBuilder(type);
            Globals global             = new Globals();

            cr.ClassName     = global.TableProgramatlyName + "_" + operation;
            cr.allParameters = allParameters;
            cr.GenerateInterface();
        }
コード例 #2
0
        //
        public static void Create(InterfaceType type)
        {
            GetAll_InterfaceBuilder cr = new GetAll_InterfaceBuilder(type);

            cr.GenerateInterface();
        }