C# 클래스 Lending.ReadModels.Relational.AuthenticatedUser

파일 보기 프로젝트 열기: joshilewis/lending 1 사용 예제들

공개 메소드들

메소드 설명
AuthenticatedUser ( System.Guid id, string userName, string email, string picture, IList authenticationProviders ) : System

보호된 메소드들

메소드 설명
AuthenticatedUser ( ) : System

메소드 상세

AuthenticatedUser() 보호된 메소드

protected AuthenticatedUser ( ) : System
리턴 System

AuthenticatedUser() 공개 메소드

public AuthenticatedUser ( System.Guid id, string userName, string email, string picture, IList authenticationProviders ) : System
id System.Guid
userName string
email string
picture string
authenticationProviders IList
리턴 System