C# Class EventServer.Core.Domain.UserProfile

Inheritance: System.Entity
Mostrar archivo Open project: roundtable/EventServer Class Usage Examples

Public Methods

Method Description
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

Method Details

CompleteRegistration() public method

public CompleteRegistration ( string name, bool registeredByAdmin ) : void
name string
registeredByAdmin bool
return void

UpdateEmail() public method

public UpdateEmail ( string newEmail ) : void
newEmail string
return void

UpdateName() public method

public UpdateName ( string name ) : void
name string
return void

UpdatePassword() public method

public UpdatePassword ( string newPassword ) : void
newPassword string
return void

UpdateSpeakerProfile() public method

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
return void

UserProfile() public method

public UserProfile ( ) : System
return System

UserProfile() public method

public UserProfile ( string email, string password ) : System
email string
password string
return System

UserProfile() public method

public UserProfile ( string email, string password, string name ) : System
email string
password string
name string
return System