C# Class Microsoft.TeamFoundation.Client.VisualStudioOnlineTFS

Inheritance: BaseTeamFoundationServer, IAuthServer
Mostra file Open project: Indomitable/monodevelop-tfs-addin Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

ToLocalXml() public method

public ToLocalXml ( ) : System.Xml.Linq.XElement
return System.Xml.Linq.XElement

VisualStudioOnlineTFS() public method

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
return System