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

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

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