C# 클래스 DataAvail.Mvc.Account.OAuthUserIdentifyer

파일 보기 프로젝트 열기: data-avail/open-mvc

공개 메소드들

메소드 설명
GetDisplayName ( string UserName ) : string
GetOpenIdServiceType ( string OpenIdIdentifyer ) : OAuthServiceType
GetUserDisplayByFullName ( string FullName ) : OAuthUserDisplay

Get user's display data by ones full name

GetUserDisplayByOpenId ( string OpenIdIdentifyer ) : OAuthUserDisplay
ToString ( ) : string

메소드 상세

GetDisplayName() 공개 정적인 메소드

public static GetDisplayName ( string UserName ) : string
UserName string
리턴 string

GetOpenIdServiceType() 공개 정적인 메소드

public static GetOpenIdServiceType ( string OpenIdIdentifyer ) : OAuthServiceType
OpenIdIdentifyer string
리턴 OAuthServiceType

GetUserDisplayByFullName() 공개 정적인 메소드

Get user's display data by ones full name
public static GetUserDisplayByFullName ( string FullName ) : OAuthUserDisplay
FullName string String returned from ToString method of UserIdentifyer
리턴 OAuthUserDisplay

GetUserDisplayByOpenId() 공개 정적인 메소드

public static GetUserDisplayByOpenId ( string OpenIdIdentifyer ) : OAuthUserDisplay
OpenIdIdentifyer string
리턴 OAuthUserDisplay

ToString() 공개 메소드

public ToString ( ) : string
리턴 string