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

Field Summary
  internal  string FNotificationName
 
  internal  Integer FOrder
 
 

Property Summary
  public  string NotificationName
 
  public  Integer Order
 
 

Constructor Summary
Create(NotificationName: string; Order: Integer)
 
 

Field Detail

FNotificationName

internal FNotificationName: string
Type
string
Const
False
Class
False

FOrder

internal FOrder: Integer
Type
Integer
Const
False
Class
False

Property Detail

NotificationName

public NotificationName: string
Type
string
Access
read
Class
False

Order

public Order: Integer
Type
Integer
Access
read
Class
False

Constructor Detail

Create

public constructor Create(NotificationName: string; Order: Integer)
Abstract
False
Reintroduce
False
Virtual
False
Override
False
Final
False