PublicationScope Enumeration

Defines the scope for a publication of an EventTopic.

Namespace: Microsoft.Practices.CompositeUI.EventBroker
Assembly: Microsoft.Practices.CompositeUI (in microsoft.practices.compositeui.dll)

Syntax

'Declaration
Public Enumeration PublicationScope
'Usage
Dim instance As PublicationScope
public enum PublicationScope
public enum class PublicationScope
public enum PublicationScope
public enum PublicationScope

Members

  Member name Description
Descendants Indicates that the topic should be fired in the WorkItem instance where the publication firing occurred, and in all the WorkItem descendants.  
Global Indicates that the topic should be fired on all the WorkItem instances, regarding where the publication firing occurred.  
WorkItem Indicates that the topic should be fired only in the WorkItem instance where the publication firing occurred.  

See Also

Reference

Microsoft.Practices.CompositeUI.EventBroker Namespace