C# Class NAnt.MSBuild.BuildEngine.Project

Exibir arquivo Open project: skolima/NAnt

Private Properties

Property Type Description

Public Methods

Method Description
AddNewItemGroup ( ) : BuildItemGroup
Build ( ) : bool
GetEvaluatedItemsByName ( string itemName ) : BuildItemGroup
GetEvaluatedProperty ( string propertyName ) : string
LoadXml ( string projectXml ) : void
Project ( Engine engine ) : System
RemoveItemsByName ( string itemName ) : void

Method Details

AddNewItemGroup() public method

public AddNewItemGroup ( ) : BuildItemGroup
return BuildItemGroup

Build() public method

public Build ( ) : bool
return bool

GetEvaluatedItemsByName() public method

public GetEvaluatedItemsByName ( string itemName ) : BuildItemGroup
itemName string
return BuildItemGroup

GetEvaluatedProperty() public method

public GetEvaluatedProperty ( string propertyName ) : string
propertyName string
return string

LoadXml() public method

public LoadXml ( string projectXml ) : void
projectXml string
return void

Project() public method

public Project ( Engine engine ) : System
engine Engine
return System

RemoveItemsByName() public method

public RemoveItemsByName ( string itemName ) : void
itemName string
return void