Namespace: PureMVC.Patterns.Mediator
Class PureMVCNotifyAttribute
System.TCustomAttribute
|
+-- PureMVC.Patterns.Mediator.PureMVCNotifyAttribute
public class PureMVCNotifyAttribute ( System.TCustomAttribute )
Abstract- False
Sealed- False
Persistent- False
summary- Tools for implements IMediator and Notification handle using CustomAttributes
Attribute to mark a method as a PureMVC notification handler
Create(NotificationName: string; Order: Integer) |
FNotificationName
internal FNotificationName: string
Type- string
Const- False
Class- False
FOrder
internal FOrder: Integer
Type- Integer
Const- False
Class- False
NotificationName
public NotificationName: string
Type- string
Access- read
Class- False
Order
public Order: Integer
Type- Integer
Access- read
Class- False
Create
public constructor Create(NotificationName: string; Order: Integer)
Abstract- False
Reintroduce- False
Virtual- False
Override- False
Final- False