WorkflowCompiler Class Members
See Also  Properties Methods 
SourceCode.DeploymentTasks.Compiler Namespace : WorkflowCompiler Class


Glossary Item Box

The following tables list the members exposed by WorkflowCompiler.

Public Constructors

  Name Description
Public Constructor WorkflowCompiler Constructor Initializes a new instance of the WorkflowCompiler 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 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 OutputAssembly Gets or sets the output assembly.  
Public Property RequestedTargetName Gets or sets the name of the requested target.  
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

  Name Description
Protected Method Initialize Initializes this instance. (Inherited from SourceCode.DeploymentTasks.Task)
Top

See Also