C# Class DataAvail.Mvc.Account.OAuthAccountProfile

Inheritance: System.Web.Profile.ProfileBase
Mostrar archivo Open project: data-avail/open-mvc

Public Methods

Method Description
GetUserProfile ( string MembershipUserName ) : OAuthAccountProfile
SetUserIdntifyer ( string MembershipUserName, OAuthServiceIdentifyer ServiceIdentifyer ) : void

Private Methods

Method Description
SetServiceIdentifyer ( OAuthServiceIdentifyer ServiceIdentifyer ) : void

Method Details

GetUserProfile() public static method

public static GetUserProfile ( string MembershipUserName ) : OAuthAccountProfile
MembershipUserName string
return OAuthAccountProfile

SetUserIdntifyer() public static method

public static SetUserIdntifyer ( string MembershipUserName, OAuthServiceIdentifyer ServiceIdentifyer ) : void
MembershipUserName string
ServiceIdentifyer OAuthServiceIdentifyer
return void