Design Pattern Examples
Overview of object-oriented design patterns
Mediator_Class.cs File Reference

The UserGroupsContainer and the UserGroupMediator classes used in the Mediator pattern. More...

Go to the source code of this file.

Classes

class  UserGroupsContainer
 A simple container for the user and group lists. This represents some entity external to the mediator that handles such things. More...
 
class  UserGroupMediator
 Represents the mediator between caller, users, and groups. All users and groups are identified by string name. The names are case-sensitive. More...
 

Namespaces

namespace  DesignPatternExamples_csharp
 The namespace containing all Design Pattern Examples implemented in C#.
 

Detailed Description

The UserGroupsContainer and the UserGroupMediator classes used in the Mediator pattern.

Definition in file Mediator_Class.cs.