C# Class EventServer.Core.Domain.UserProfile

Inheritance: System.Entity
Afficher le fichier Open project: roundtable/EventServer Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CompleteRegistration ( string name, bool registeredByAdmin ) : void
name string
registeredByAdmin bool
Résultat void

UpdateEmail() public méthode

public UpdateEmail ( string newEmail ) : void
newEmail string
Résultat void

UpdateName() public méthode

public UpdateName ( string name ) : void
name string
Résultat void

UpdatePassword() public méthode

public UpdatePassword ( string newPassword ) : void
newPassword string
Résultat void

UpdateSpeakerProfile() public méthode

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
Résultat void

UserProfile() public méthode

public UserProfile ( ) : System
Résultat System

UserProfile() public méthode

public UserProfile ( string email, string password ) : System
email string
password string
Résultat System

UserProfile() public méthode

public UserProfile ( string email, string password, string name ) : System
email string
password string
name string
Résultat System