C# 클래스 CCNet.SourceNotifier.XmlProcessor.XmlExporter

Incapsulates XML generation.
파일 보기 프로젝트 열기: shuruev/CCNet.Extensions

공개 메소드들

메소드 설명
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