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


Glossary Item Box

The following tables list the members exposed by ServiceItem.

Public Constructors

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

Public Properties

  Name Description
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet.  
Public Property Notifications Gets or sets the notifications.  
Top

Public Methods

  Name Description
Public Method Dispose Overloaded.  Disposes this object  
Public Method static (Shared in Visual Basic) LoadFromXmlString Loads from XML string.  
Public Method ToXmlString To XML string.  
Top

Protected Methods

  Name Description
Protected Method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  
Top

See Also