C# 클래스 FluentMetadata.EntityFramework.Specs.DomainObjects.WebUser

상속: DomainObject
파일 보기 프로젝트 열기: forger/FluentMetadata

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
WebUser ( ) : System

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

ClearConfirmationKey() 공개 메소드

public ClearConfirmationKey ( ) : void
리턴 void

ConfirmUser() 공개 메소드

public ConfirmUser ( ) : void
리턴 void

ConfirmationKeyIsValid() 공개 메소드

public ConfirmationKeyIsValid ( System.Guid confirmationKey ) : bool
confirmationKey System.Guid
리턴 bool

Deactivate() 공개 메소드

public Deactivate ( ) : void
리턴 void

EnsureConfirmationKey() 공개 메소드

public EnsureConfirmationKey ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LoggedIn() 공개 메소드

public LoggedIn ( ) : void
리턴 void

SetEMailAddress() 공개 메소드

public SetEMailAddress ( string emailAddress ) : void
emailAddress string
리턴 void

SetUsername() 공개 메소드

public SetUsername ( string userName ) : void
userName string
리턴 void