DeploymentTask Class Members
See Also  Properties Methods 
SourceCode.DeploymentTasks Namespace : DeploymentTask Class


Glossary Item Box

The following tables list the members exposed by DeploymentTask.

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  
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  
Public Property TestingMode  
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 Executes a task. (Inherited from SourceCode.DeploymentTasks.Task)
Top

Protected Methods

  Name Description
Protected Method GetObjectResource  
Protected Method GetStringResource  
Protected Method Initialize Overridden.  Initializes this instance.  
Top

See Also