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

Inheritance: DomainObject
ファイルを表示 Open project: forger/FluentMetadata

Public Methods

Method 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

Method Description
WebUser ( ) : System

Method Details

Activate() public method

public Activate ( ) : void
return void

ClearConfirmationKey() public method

public ClearConfirmationKey ( ) : void
return void

ConfirmUser() public method

public ConfirmUser ( ) : void
return void

ConfirmationKeyIsValid() public method

public ConfirmationKeyIsValid ( System.Guid confirmationKey ) : bool
confirmationKey System.Guid
return bool

Deactivate() public method

public Deactivate ( ) : void
return void

EnsureConfirmationKey() public method

public EnsureConfirmationKey ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

LoggedIn() public method

public LoggedIn ( ) : void
return void

SetEMailAddress() public method

public SetEMailAddress ( string emailAddress ) : void
emailAddress string
return void

SetUsername() public method

public SetUsername ( string userName ) : void
userName string
return void