CustomNotification - класс

Уведомление, не привязанное к заданию.

Definition

Пространство имён: Tessa.Extensions.Default.Shared.Notices
Сборка: Tessa.Extensions.Default.Shared (в Tessa.Extensions.Default.Shared.dll) Версия: 3.6.0.22
C#
[NotificationAttribute("custom")]
public sealed class CustomNotification : INotification
Inheritance
Object    CustomNotification
Implements
INotification

Конструкторы

CustomNotification(IDictionaryString, Object)Инициализирует новый экземпляр класса CustomNotification
CustomNotification(String, String, String)Инициализирует новый экземпляр класса CustomNotification

Свойства

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
SerializeTo 
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Поля

Key Ключ, по которому должен быть зарегистрирован обработчик INotificationSender. Ключ также используется для указания секции при сериализации уведомлений. Ключ должен быть уникальным для каждого типа уведомлений.

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также