C# Класс CCNet.SourceNotifier.XmlProcessor.XmlExporter

Incapsulates XML generation.
Показать файл Открыть проект

Открытые методы

Метод Описание
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 changesGroup ) : System.Xml.Linq.XElement

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.

Описание методов

CreateDocument() публичный статический Метод

Creates the standart XML document for the specified content.
public static CreateDocument ( object content ) : System.Xml.Linq.XDocument
content object
Результат System.Xml.Linq.XDocument

ExportDateTime() публичный статический Метод

Converts DateTime to string.
public static ExportDateTime ( System.DateTime dateTime ) : string
dateTime System.DateTime
Результат string

ExportPendingChange() публичный статический Метод

Creates XML element containing the information on the specified pending change.
public static ExportPendingChange ( Microsoft.TeamFoundation.VersionControl.Client.PendingChange change ) : System.Xml.Linq.XElement
change Microsoft.TeamFoundation.VersionControl.Client.PendingChange
Результат System.Xml.Linq.XElement

ExportPendingChangesGroup() публичный статический Метод

Creates XML element containing the information on the specified pending changes group.
public static ExportPendingChangesGroup ( PendingChange>.IGrouping changesGroup ) : System.Xml.Linq.XElement
changesGroup PendingChange>.IGrouping
Результат System.Xml.Linq.XElement

ExportTimeSpanDays() публичный статический Метод

Converts TimeSpan to string.
public static ExportTimeSpanDays ( System.TimeSpan timeSpan ) : string
timeSpan System.TimeSpan
Результат string

ExportUserInfo() публичный статический Метод

Creates XML element containing the information on the specified user.
public static ExportUserInfo ( IUserInfo userInfo ) : System.Xml.Linq.XElement
userInfo IUserInfo
Результат System.Xml.Linq.XElement