C# Class MonoDevelop.Projects.Formats.MSBuild.MSBuildPropertyGroupMerged

Inheritance: MSBuildPropertySet
Show file Open project: mono-soc-2011/monodevelop Class Usage Examples

Public Methods

Method Description
Add ( MSBuildPropertyGroup g ) : void
GetProperty ( string name ) : MSBuildProperty
GetPropertyValue ( string name ) : string
RemoveAllProperties ( ) : void
RemoveProperty ( string name ) : bool
SetPropertyValue ( string name, string value ) : void
UnMerge ( MSBuildPropertySet baseGrp, ISet propertiesToExclude ) : void

Private Methods

Method Description
Prune ( MSBuildPropertyGroup g ) : void

Method Details

Add() public method

public Add ( MSBuildPropertyGroup g ) : void
g MSBuildPropertyGroup
return void

GetProperty() public method

public GetProperty ( string name ) : MSBuildProperty
name string
return MSBuildProperty

GetPropertyValue() public method

public GetPropertyValue ( string name ) : string
name string
return string

RemoveAllProperties() public method

public RemoveAllProperties ( ) : void
return void

RemoveProperty() public method

public RemoveProperty ( string name ) : bool
name string
return bool

SetPropertyValue() public method

public SetPropertyValue ( string name, string value ) : void
name string
value string
return void

UnMerge() public method

public UnMerge ( MSBuildPropertySet baseGrp, ISet propertiesToExclude ) : void
baseGrp MSBuildPropertySet
propertiesToExclude ISet
return void