C# Class AssessmentAnywhere.Services.AccountActivation.AccountActivation

Inheritance: IAccountActivation
Datei anzeigen Open project: pebblecode/AssessmentAnywhere Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AccountActivation ( string activationCode, string username, System.DateTime expiry, bool completed, Func currentTimeProvider ) : System
TryComplete ( ) : bool

Method Details

AccountActivation() public method

public AccountActivation ( string activationCode, string username, System.DateTime expiry, bool completed, Func currentTimeProvider ) : System
activationCode string
username string
expiry System.DateTime
completed bool
currentTimeProvider Func
return System

TryComplete() public method

public TryComplete ( ) : bool
return bool