C# 클래스 EventServer.Core.Domain.UserProfile

상속: System.Entity
파일 보기 프로젝트 열기: roundtable/EventServer 1 사용 예제들

공개 메소드들

메소드 설명
CompleteRegistration ( string name, bool registeredByAdmin ) : void
UpdateEmail ( string newEmail ) : void
UpdateName ( string name ) : void
UpdatePassword ( string newPassword ) : void
UpdateSpeakerProfile ( string bio, Uri imageUrl, Uri blogUrl, bool isMvp, Uri mvpProfileUrl, bool travelAssistance ) : void
UserProfile ( ) : System
UserProfile ( string email, string password ) : System
UserProfile ( string email, string password, string name ) : System

메소드 상세

CompleteRegistration() 공개 메소드

public CompleteRegistration ( string name, bool registeredByAdmin ) : void
name string
registeredByAdmin bool
리턴 void

UpdateEmail() 공개 메소드

public UpdateEmail ( string newEmail ) : void
newEmail string
리턴 void

UpdateName() 공개 메소드

public UpdateName ( string name ) : void
name string
리턴 void

UpdatePassword() 공개 메소드

public UpdatePassword ( string newPassword ) : void
newPassword string
리턴 void

UpdateSpeakerProfile() 공개 메소드

public UpdateSpeakerProfile ( string bio, Uri imageUrl, Uri blogUrl, bool isMvp, Uri mvpProfileUrl, bool travelAssistance ) : void
bio string
imageUrl System.Uri
blogUrl System.Uri
isMvp bool
mvpProfileUrl System.Uri
travelAssistance bool
리턴 void

UserProfile() 공개 메소드

public UserProfile ( ) : System
리턴 System

UserProfile() 공개 메소드

public UserProfile ( string email, string password ) : System
email string
password string
리턴 System

UserProfile() 공개 메소드

public UserProfile ( string email, string password, string name ) : System
email string
password string
name string
리턴 System