| Class | Description |
|---|---|
| ManageProxiesController |
Parcel out the different actions required of the ManageProxies GUI.
|
| ManageProxiesCreatePage |
Create a new relationship, or set of relationships, between zero or more
proxies and zero or more profiles.
|
| ManageProxiesEditPage |
This is not really a page, in that it doesn't display anything.
|
| ManageProxiesListPage |
TODO
|
| ManageProxiesListPage.ProxyItemWrapper | |
| ProxyItemInfo |
An immutable collection of fields that will be displayed in a
ProxyRelationship.
|
| ProxyRelationship |
An immutable relationship between Proxies and Profiles.
|
| ProxyRelationshipSelection |
An immutable group of relationships (might be empty), with the criteria that
were used to select them.
|
| ProxyRelationshipSelectionBuilder |
A mutable version of ProxyRelationshipSelection, that can be assembled
piecemeal as the info becomes available and then translated to an immutable
ProxyRelationshipSelection.
|
| ProxyRelationshipSelectionBuilder.ItemInfo | |
| ProxyRelationshipSelectionBuilder.Relationship | |
| ProxyRelationshipSelectionCriteria |
On what basis are we selecting proxy relationships?
Are we viewing by Proxy or by Profile? What is the search term, if any? How
many results per page, and what page are we on?
Search terms are matched against last name combined with first name, of
either UserAccount(Proxy) or Individual(Profile), depending on how we are
listing.
|
| ProxyRelationshipSelector |
A class which will accept a ProxyRelationshipSelectionCriteria and produce a
ProxyRelationshipSelection.
|
| ProxyRelationshipSelector.Context |
What do we need to make this work? 2 models and an optional property.
|
| Enum | Description |
|---|---|
| ProxyRelationshipSelectionCriteria.ProxyRelationshipView |
Copyright © 2016. All rights reserved.