Example #1
0
        private string ControlToStr(enGrid_ControlType gridcontroltype, string parentname, string childname, enGrid_BlockType blocktype)
        {
            var type = gridcontroltype.ToString();

            return(type + "//" + parentname + "//" + childname + "//" + blocktype);
        }
        public static string GridControl_2Str(enGrid_ControlType gridcontroltype, string parentname, string childname, enGrid_BlockType blocktype)
        {
            var type = gridcontroltype.ToString();

            return(type + "//" + parentname + "//" + childname + "//" + blocktype);
        }