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