예제 #1
0
        public List <METHOD_PARAM> paramList;   // stevev 10may05

        public VALUES()
        {
            reff          = new ddpREFERENCE();
            refList       = new List <ddpREFERENCE>();
            strVal        = new ddpSTRING();
            enmList       = new List <ENUM_VALUE>();
            typeSize      = new TYPE_SIZE();
            transList     = new List <TRANSACTION>();
            respCdList    = new List <RESPONSE_CODE>();
            menuItemsList = new List <MENU_ITEM>();
            defData       = new DEFINITION();
            refrshReln    = new REFRESH_RELATION();
            unitReln      = new UNIT_RELATION();
            itemArrElmnts = new List <ITEM_ARRAY_ELEMENT>();
            memberList    = new List <MEMBER>();
            pExpr         = new ddpExpression();
            minMaxList    = new List <MIN_MAX_VALUE>();
            lineType      = new LINE_TYPE();
            gridMemList   = new List <GRID_SET>();
            debugInfo     = new ITEM_DEBUG_INFO();
            methodType    = new METHOD_PARAM();
            paramList     = new List <METHOD_PARAM>();
        }
예제 #2
0
        public uint member; // member name id

        //}
        //val;

        public ddpREF()
        {
            type  = 0xffff;
            index = null;
            id    = 0;
        }