A simple container for the user and group lists. This represents some entity external to the mediator that handles such things. More...
Public Attributes | |
UserList | Users = new UserList() |
GroupList | Groups = new GroupList() |
A simple container for the user and group lists. This represents some entity external to the mediator that handles such things.
For this example, an instance of this class is contained in the mediator rather than deal with a singleton external entity.
Definition at line 20 of file Mediator_Class.cs.
Definition at line 23 of file Mediator_Class.cs.
Referenced by UserGroupMediator.AddGroup(), UserGroupMediator.AddUserToGroup(), UserGroupMediator.GetAllGroups(), UserGroupMediator.GetGroupsWithUser(), UserGroupMediator.GetUsersInGroup(), UserGroupMediator.IsUserInGroup(), UserGroupMediator.RemoveGroup(), UserGroupMediator.RemoveUserFromAllGroups(), and UserGroupMediator.RemoveUserFromGroup().
Definition at line 22 of file Mediator_Class.cs.
Referenced by UserGroupMediator.AddUser(), UserGroupMediator.AddUserToGroup(), UserGroupMediator.GetAllUsers(), UserGroupMediator.GetGroupsWithUser(), UserGroupMediator.IsUserInGroup(), UserGroupMediator.RemoveUser(), UserGroupMediator.RemoveUserFromAllGroups(), and UserGroupMediator.RemoveUserFromGroup().