C# Class NChanges.Core.Project

Show file Open project: jdiamond/NChanges Class Usage Examples

Public Properties

Property Type Description
CleanTaskName string
ExcelTaskName string
ReportTaskName string
SnapshotTaskName string

Public Methods

Method Description
ReadXml ( XmlReader xmlReader ) : void
ReadXml ( string path ) : void
Run ( string projectPath, string targetName ) : void
WriteXml ( XmlWriter xmlWriter ) : void
WriteXml ( string path ) : void

Private Methods

Method Description
GetPropertyValue ( string propertyName, XmlDocument doc, XmlNamespaceManager nsManager ) : string
WriteAssembliesToSnapshot ( XmlWriter xmlWriter ) : void
WriteCleanTarget ( XmlWriter xmlWriter ) : void
WriteExcelTarget ( XmlWriter xmlWriter ) : void
WriteProperties ( XmlWriter xmlWriter ) : void
WriteReportTarget ( XmlWriter xmlWriter ) : void
WriteSnapshotTarget ( XmlWriter xmlWriter ) : void
WriteTargets ( XmlWriter xmlWriter ) : void

Method Details

ReadXml() public method

public ReadXml ( XmlReader xmlReader ) : void
xmlReader XmlReader
return void

ReadXml() public method

public ReadXml ( string path ) : void
path string
return void

Run() public static method

public static Run ( string projectPath, string targetName ) : void
projectPath string
targetName string
return void

WriteXml() public method

public WriteXml ( XmlWriter xmlWriter ) : void
xmlWriter System.Xml.XmlWriter
return void

WriteXml() public method

public WriteXml ( string path ) : void
path string
return void

Property Details

CleanTaskName public static property

public static string CleanTaskName
return string

ExcelTaskName public static property

public static string ExcelTaskName
return string

ReportTaskName public static property

public static string ReportTaskName
return string

SnapshotTaskName public static property

public static string SnapshotTaskName
return string