C# Class Microsoft.TeamFoundation.Client.VisualStudioOnlineTFS

Inheritance: BaseTeamFoundationServer, IAuthServer
Afficher le fichier Open project: Indomitable/monodevelop-tfs-addin Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
FromLocalXml ( System.Xml.Linq.XElement element, string password, bool isPasswordSavedInXml ) : VisualStudioOnlineTFS
ToLocalXml ( ) : System.Xml.Linq.XElement
VisualStudioOnlineTFS ( Uri url, string name, string userName, string authUserName, string password, bool isPasswordSavedInXml ) : System

Method Details

FromLocalXml() public static méthode

public static FromLocalXml ( System.Xml.Linq.XElement element, string password, bool isPasswordSavedInXml ) : VisualStudioOnlineTFS
element System.Xml.Linq.XElement
password string
isPasswordSavedInXml bool
Résultat VisualStudioOnlineTFS

ToLocalXml() public méthode

public ToLocalXml ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

VisualStudioOnlineTFS() public méthode

public VisualStudioOnlineTFS ( Uri url, string name, string userName, string authUserName, string password, bool isPasswordSavedInXml ) : System
url System.Uri
name string
userName string
authUserName string
password string
isPasswordSavedInXml bool
Résultat System