PostSharp.Patterns.Utilities Namespace |
This namespace contains unsorted types.
Class | Description | |
---|---|---|
LocalizedTextProvider |
Base class for providers of error messages. Implements chain of responsibility between multiple providers.
| |
ServiceLocator |
A basic service locator used by PostSharp Patterns to find global services.
| |
ServiceRegisteredEventArgs |
Arguments of the ServiceRegistered event.
|
Structure | Description | |
---|---|---|
UnknownObjectAccessor |
A convenience wrapper for instances of anonymous types (or any unknown type) that exposes properties.
| |
UnknownObjectAccessor.Enumerator |
A value type that implements IEnumerator<KeyValuePair<lt;string, object>gt; |
Interface | Description | |
---|---|---|
IUnknownObjectPropertyVisitor<TState> |
Defines a Visit<TValue>(String, TValue, TState) method invoked by VisitProperties<TState>(IUnknownObjectPropertyVisitor<TState>, TState).
|