NotificationTask Class Members
See Also  Properties Methods 
SourceCode.DeploymentTasks.NotificationService Namespace : NotificationTask Class


Glossary Item Box

The following tables list the members exposed by NotificationTask.

Public Constructors

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

Public Properties

  Name Description
Public Property BuildEngine Gets or sets the build engine associated with the task. (Inherited from SourceCode.DeploymentTasks.Task)
Public Property CurrentEnvironment (Inherited from SourceCode.DeploymentTasks.DeploymentTask)
Public Property HostObject Gets or sets any host object that is associated with the task. (Inherited from SourceCode.DeploymentTasks.Task)
Public Property Log Gets the log. (Inherited from SourceCode.DeploymentTasks.Task)
Public Property TaskGuid (Inherited from SourceCode.DeploymentTasks.DeploymentTask)
Public Property TestingMode (Inherited from SourceCode.DeploymentTasks.DeploymentTask)
Top

Protected Properties

  Name Description
Protected Property TaskResources Gets or sets the task resources. (Inherited from SourceCode.DeploymentTasks.Task)
Top

Public Methods

  Name Description
Public Method Execute Overridden.  Executes a task.  
Top

Protected Methods

See Also