/// <summary> /// Unregisters all components and clears the dependency graph /// </summary> public void UnregisterAll() { if (log.IsDebugEnabled()) { log.Debug("Unregistering components."); } registeredComponents.Clear(); dependencyGraph.Clear(); }
/// <summary>Clears the <see cref="InheritablePermissionsManager{TSubject, TObject, TRole}"/>.</summary> public override void Clear() { base.Clear(); _subjInheritance.Clear(); _objInheritance.Clear(); }