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

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

Public Methods

Method Description
GetMetadata ( string name ) : string
GetMetadataIsFalse ( string name ) : bool
HasMetadata ( string name ) : bool
MSBuildItem ( XmlElement elem ) : System
MergeFrom ( MSBuildItem other ) : void
SetMetadata ( string name, string value ) : void
SetMetadata ( string name, string value, bool isLiteral ) : void
UnsetMetadata ( string name ) : void

Method Details

GetMetadata() public method

public GetMetadata ( string name ) : string
name string
return string

GetMetadataIsFalse() public method

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

HasMetadata() public method

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

MSBuildItem() public method

public MSBuildItem ( XmlElement elem ) : System
elem System.Xml.XmlElement
return System

MergeFrom() public method

public MergeFrom ( MSBuildItem other ) : void
other MSBuildItem
return void

SetMetadata() public method

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

SetMetadata() public method

public SetMetadata ( string name, string value, bool isLiteral ) : void
name string
value string
isLiteral bool
return void

UnsetMetadata() public method

public UnsetMetadata ( string name ) : void
name string
return void