Method | Description | |
---|---|---|
CreateDocument ( object content ) : System.Xml.Linq.XDocument |
Creates the standart XML document for the specified content.
|
|
ExportDateTime ( System.DateTime dateTime ) : string |
Converts DateTime to string.
|
|
ExportPendingChange ( Microsoft.TeamFoundation.VersionControl.Client.PendingChange change ) : System.Xml.Linq.XElement |
Creates XML element containing the information on the specified pending change.
|
|
ExportPendingChangesGroup ( PendingChange>.IGrouping |
Creates XML element containing the information on the specified pending changes group.
|
|
ExportTimeSpanDays ( System.TimeSpan timeSpan ) : string |
Converts TimeSpan to string.
|
|
ExportUserInfo ( IUserInfo userInfo ) : System.Xml.Linq.XElement |
Creates XML element containing the information on the specified user.
|
public static CreateDocument ( object content ) : System.Xml.Linq.XDocument | ||
content | object | |
return | System.Xml.Linq.XDocument |
public static ExportDateTime ( System.DateTime dateTime ) : string | ||
dateTime | System.DateTime | |
return | string |
public static ExportPendingChange ( Microsoft.TeamFoundation.VersionControl.Client.PendingChange change ) : System.Xml.Linq.XElement | ||
change | Microsoft.TeamFoundation.VersionControl.Client.PendingChange | |
return | System.Xml.Linq.XElement |
public static ExportPendingChangesGroup ( PendingChange>.IGrouping |
||
changesGroup | PendingChange>.IGrouping | |
return | System.Xml.Linq.XElement |
public static ExportTimeSpanDays ( System.TimeSpan timeSpan ) : string | ||
timeSpan | System.TimeSpan | |
return | string |
public static ExportUserInfo ( IUserInfo userInfo ) : System.Xml.Linq.XElement | ||
userInfo | IUserInfo | |
return | System.Xml.Linq.XElement |