NotificationCollection Class Members
See Also  Properties Methods 
SourceCode.Workflow.Design.Notification.Data Namespace : NotificationCollection Class


Glossary Item Box

The following tables list the members exposed by NotificationCollection.

Public Constructors

  Name Description
Public Constructor NotificationCollection Constructor Initializes a new instance of the NotificationCollection class.  
Top

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property Item Gets the SourceCode.Workflow.Common.DeploymentDataObjects.NotificationService.NotificationItem with the specified i.  
Top

Protected Properties

  Name Description
Protected Property InnerList (Inherited fromSystem.Collections.CollectionBase)
Protected Property List (Inherited fromSystem.Collections.CollectionBase)
Top

Public Methods

  Name Description
Public Method Add Adds the specified item.  
Public Method Clear (Inherited fromSystem.Collections.CollectionBase)
Public Method GetEnumerator (Inherited fromSystem.Collections.CollectionBase)
Public Method Remove Removes the specified item.  
Public Method RemoveAt (Inherited fromSystem.Collections.CollectionBase)
Top

Protected Methods

See Also