public rootcausesections RootcauseSection; /* used in connection with all root cause masterdata to identify the subtype */

        public configentrydescriptor(ObjectType _OT, ObjectType _SecondaryOT, rootcausesections _RootcauseSection)
        {
            OT               = _OT;
            SecondaryOT      = _SecondaryOT;
            RootcauseSection = _RootcauseSection;
        }
 public configentrydescriptor(ObjectType _OT, rootcausesections _RootcauseSection) : this(_OT, ObjectType.ot_None, _RootcauseSection)
 {
 }