C# Class FSquareCSharp.FSquare

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: aravamudham/foursquare-oauth-c--library

Méthodes publiques

Свойство Type Description
_consumerkey string
_consumersecret string
fname string
fsquareauthenticateurl string
jsonresponse string
lname string
oAuth oAuth4Square

Méthodes protégées

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

Private Methods

Méthode Description
GetFSquareTokenDetails ( string json ) : FSquareToken

Method Details

Page_Load() protected méthode

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

Property Details

_consumerkey public_oe property

public string _consumerkey
Résultat string

_consumersecret public_oe property

public string _consumersecret
Résultat string

fname public_oe property

public string fname
Résultat string

fsquareauthenticateurl public_oe property

public string fsquareauthenticateurl
Résultat string

jsonresponse public_oe property

public string jsonresponse
Résultat string

lname public_oe property

public string lname
Résultat string

oAuth public_oe property

public oAuth4Square oAuth
Résultat oAuth4Square