C# 클래스 NuGetGallery.User

상속: IEntity
파일 보기 프로젝트 열기: chocolatey/chocolatey.org 1 사용 예제들

공개 메소드들

메소드 설명
ConfirmEmailAddress ( ) : void
User ( ) : System
User ( string username, string hashedPassword ) : System

메소드 상세

ConfirmEmailAddress() 공개 메소드

public ConfirmEmailAddress ( ) : void
리턴 void

User() 공개 메소드

public User ( ) : System
리턴 System

User() 공개 메소드

public User ( string username, string hashedPassword ) : System
username string
hashedPassword string
리턴 System