Открытые члены | |
NotificationManager (INotificationHandlersCollector collector, IServiceProvider serviceProvider) | |
void | Add (NotificationHandlerInfo info) |
void | AddSystemHandler (INotificationHandler handler) |
bool | Exists (string name) |
void | Remove (NotificationHandlerInfo info) |
void | Close () |
void | Notify (NotifyEvent notifyEvent) |
void | NotifyApplicationMessage (NotificationType type, string message, string category, int msgid) |
void | Save () |
void | Load () |
void | Initialize (bool bLoad) |
INotificationHandler | Find (Type type) |
void | Add (IInternalNotificationHandler handler) |
void | Remove (IInternalNotificationHandler handler) |
Свойства | |
ObservableCollection < NotificationHandlerInfo > | Handlers [get] |
IList< NotificationHandlerInfo > | AllHandlers [get] |