C# Class FSharp.ProjectExtender.MSBuildUtilities.ProjectFixer.ProjectFixerXml.XmlItem

Inheritance: IBuildItem
显示文件 Open project: Hill30/F--Project-Extender

Public Methods

Method Description
GetMetadata ( string name ) : string
RemoveMetadata ( string name ) : void
SetMetadata ( string name, string value ) : void
SwapWith ( IBuildItem target ) : void
XmlItem ( ProjectFixerXml parent, XmlElement node ) : System.Collections.Generic

Method Details

GetMetadata() public method

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

RemoveMetadata() public method

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

SetMetadata() public method

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

SwapWith() public method

public SwapWith ( IBuildItem target ) : void
target IBuildItem
return void

XmlItem() public method

public XmlItem ( ProjectFixerXml parent, XmlElement node ) : System.Collections.Generic
parent ProjectFixerXml
node System.Xml.XmlElement
return System.Collections.Generic