Example #1
0
        public override void DoSelect()
        {
            PropertiesCtl.Visible = true;
            var oc = string.Empty;

            if (ObjectClass.Count > 0)
            {
                oc = ObjectClass[ObjectClass.Count - 1];
            }
            PropertiesCtl.Init(Dn, oc, ServerDTO, NodeProperties);
        }
Example #2
0
 public override void DoSelect()
 {
     if (ServerDTO.IsLoggedIn)
     {
         PropertiesCtl.Init(VMDirConstants.ATTR_VMW_DSEROOT_DN, string.Empty, ServerDTO, ServerProperties);
     }
     else
     {
         PropertiesCtl.ClearView();
         PropertiesCtl.SetEditState(false);
     }
 }