C# Class ExampleProviderSite.Data

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: bittercoder/DevDefined.OAuth-Examples

Méthodes publiques

Méthode Description
GetContactsForUser ( string userName ) : System.Xml.Linq.XDocument

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

GetContactsForUser() public méthode

public GetContactsForUser ( string userName ) : System.Xml.Linq.XDocument
userName string
Résultat System.Xml.Linq.XDocument

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void