C# Class DataAvail.Mvc.Account.OAuthAccountProfile

Inheritance: System.Web.Profile.ProfileBase
Afficher le fichier Open project: data-avail/open-mvc

Méthodes publiques

Méthode Description
GetUserProfile ( string MembershipUserName ) : OAuthAccountProfile
SetUserIdntifyer ( string MembershipUserName, OAuthServiceIdentifyer ServiceIdentifyer ) : void

Private Methods

Méthode Description
SetServiceIdentifyer ( OAuthServiceIdentifyer ServiceIdentifyer ) : void

Method Details

GetUserProfile() public static méthode

public static GetUserProfile ( string MembershipUserName ) : OAuthAccountProfile
MembershipUserName string
Résultat OAuthAccountProfile

SetUserIdntifyer() public static méthode

public static SetUserIdntifyer ( string MembershipUserName, OAuthServiceIdentifyer ServiceIdentifyer ) : void
MembershipUserName string
ServiceIdentifyer OAuthServiceIdentifyer
Résultat void