C# Class TFSProjectMigration.WorkItemRead

Afficher le fichier Open project: pmiossec/TotalTfsMigrationTool Class Usage Examples

Méthodes publiques

Свойство Type Description
queryCol QueryHierarchy
store Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore
workItemTypes WorkItemTypeCollection

Méthodes publiques

Méthode Description
GetWorkItems ( string project, System ProgressBar ) : WorkItemCollection
GetWorkItems ( string project, bool IsNotIncludeClosed, bool IsNotIncludeRemoved, System ProgressBar ) : WorkItemCollection
PopulateIterations ( ) : System.Xml.XmlNode[]
WorkItemRead ( TfsTeamProjectCollection tfs, Microsoft.TeamFoundation.WorkItemTracking.Client.Project sourceProject ) : System

Private Methods

Méthode Description
EmptyFolder ( DirectoryInfo directoryInfo ) : void
SaveAttachments ( WorkItemCollection workItemCollection, System ProgressBar ) : void

Method Details

GetWorkItems() public méthode

public GetWorkItems ( string project, System ProgressBar ) : WorkItemCollection
project string
ProgressBar System
Résultat WorkItemCollection

GetWorkItems() public méthode

public GetWorkItems ( string project, bool IsNotIncludeClosed, bool IsNotIncludeRemoved, System ProgressBar ) : WorkItemCollection
project string
IsNotIncludeClosed bool
IsNotIncludeRemoved bool
ProgressBar System
Résultat WorkItemCollection

PopulateIterations() public méthode

public PopulateIterations ( ) : System.Xml.XmlNode[]
Résultat System.Xml.XmlNode[]

WorkItemRead() public méthode

public WorkItemRead ( TfsTeamProjectCollection tfs, Microsoft.TeamFoundation.WorkItemTracking.Client.Project sourceProject ) : System
tfs TfsTeamProjectCollection
sourceProject Microsoft.TeamFoundation.WorkItemTracking.Client.Project
Résultat System

Property Details

queryCol public_oe property

public QueryHierarchy queryCol
Résultat QueryHierarchy

store public_oe property

public WorkItemStore,Microsoft.TeamFoundation.WorkItemTracking.Client store
Résultat Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore

workItemTypes public_oe property

public WorkItemTypeCollection workItemTypes
Résultat WorkItemTypeCollection