C# Class ScrumPowerTools.Model.TaskBoardCards.WorkItemXmlFileCreator

ファイルを表示 Open project: cqse/ScrumPowerTools

Public Methods

Method Description
Create ( WorkItemCollection workItems, WorkItemCollection relatedWorkItems, string fileName ) : void

Private Methods

Method Description
WriteFieldXml ( XmlWriter xml, Field field ) : void
WriteFields ( Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem workItem, XmlWriter xmlWriter ) : void
WriteWorkItemLinks ( XmlWriter xmlWriter, WorkItemLinkCollection workItemLinks ) : void
WriteWorkItemXml ( Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem workItem, XmlWriter xmlWriter, string elementName ) : void

Method Details

Create() public method

public Create ( WorkItemCollection workItems, WorkItemCollection relatedWorkItems, string fileName ) : void
workItems WorkItemCollection
relatedWorkItems WorkItemCollection
fileName string
return void