C# Class FluentMetadata.EntityFramework.Specs.DomainObjects.WebUser

Inheritance: DomainObject
Afficher le fichier Open project: forger/FluentMetadata

Méthodes publiques

Méthode Description
Activate ( ) : void
ClearConfirmationKey ( ) : void
ConfirmUser ( ) : void
ConfirmationKeyIsValid ( System.Guid confirmationKey ) : bool
Deactivate ( ) : void
EnsureConfirmationKey ( ) : void
Initialize ( ) : void
LoggedIn ( ) : void
SetEMailAddress ( string emailAddress ) : void
SetUsername ( string userName ) : void

Private Methods

Méthode Description
WebUser ( ) : System

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

ClearConfirmationKey() public méthode

public ClearConfirmationKey ( ) : void
Résultat void

ConfirmUser() public méthode

public ConfirmUser ( ) : void
Résultat void

ConfirmationKeyIsValid() public méthode

public ConfirmationKeyIsValid ( System.Guid confirmationKey ) : bool
confirmationKey System.Guid
Résultat bool

Deactivate() public méthode

public Deactivate ( ) : void
Résultat void

EnsureConfirmationKey() public méthode

public EnsureConfirmationKey ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoggedIn() public méthode

public LoggedIn ( ) : void
Résultat void

SetEMailAddress() public méthode

public SetEMailAddress ( string emailAddress ) : void
emailAddress string
Résultat void

SetUsername() public méthode

public SetUsername ( string userName ) : void
userName string
Résultat void