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

파일 보기 프로젝트 열기: data-avail/open-mvc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ServiceKey string
ServiceType OAuthServiceType

공개 메소드들

메소드 설명
OAuthServiceLogOnIdentifyer ( OAuthServiceType ServiceType, string ServiceKey ) : System
ToGuid ( ) : System.Guid
ToString ( ) : string

메소드 상세

OAuthServiceLogOnIdentifyer() 공개 메소드

public OAuthServiceLogOnIdentifyer ( OAuthServiceType ServiceType, string ServiceKey ) : System
ServiceType OAuthServiceType
ServiceKey string
리턴 System

ToGuid() 공개 메소드

public ToGuid ( ) : System.Guid
리턴 System.Guid

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ServiceKey 공개적으로 프로퍼티

public string ServiceKey
리턴 string

ServiceType 공개적으로 프로퍼티

public OAuthServiceType ServiceType
리턴 OAuthServiceType