Property | Type | Description | |
---|---|---|---|
IsActive | System.Boolean | ||
IsAuthenticated | System.Boolean | ||
IsCorrectPassword | System.Boolean | ||
IsUniqueEmail | System.Boolean | ||
IsUniqueUsername | System.Boolean | ||
IsValidResetToken | System.Boolean |
Method | Description | |
---|---|---|
AccountValidator ( IUnitOfWork unitOfWork, IHasher hasher ) : MvcTemplate.Components.Mvc | ||
CanCreate ( |
||
CanDelete ( |
||
CanEdit ( |
||
CanEdit ( |
||
CanLogin ( |
||
CanRecover ( MvcTemplate.Objects.AccountRecoveryView view ) : System.Boolean | ||
CanRegister ( |
||
CanReset ( MvcTemplate.Objects.AccountResetView view ) : System.Boolean |
Method | Description | |
---|---|---|
IsActive ( String username ) : System.Boolean | ||
IsAuthenticated ( String username, String password ) : System.Boolean | ||
IsCorrectPassword ( |
||
IsUniqueEmail ( |
||
IsUniqueUsername ( |
||
IsValidResetToken ( String token ) : System.Boolean |
public AccountValidator ( IUnitOfWork unitOfWork, IHasher hasher ) : MvcTemplate.Components.Mvc | ||
unitOfWork | IUnitOfWork | |
hasher | IHasher | |
return | MvcTemplate.Components.Mvc |
public CanCreate ( |
||
view | ||
return | System.Boolean |
public CanDelete ( |
||
view | ||
return | System.Boolean |
public CanEdit ( |
||
view | ||
return | System.Boolean |
public CanEdit ( |
||
view | ||
return | System.Boolean |
public CanLogin ( |
||
view | ||
return | System.Boolean |
public CanRecover ( MvcTemplate.Objects.AccountRecoveryView view ) : System.Boolean | ||
view | MvcTemplate.Objects.AccountRecoveryView | |
return | System.Boolean |
public CanRegister ( |
||
view | ||
return | System.Boolean |
public CanReset ( MvcTemplate.Objects.AccountResetView view ) : System.Boolean | ||
view | MvcTemplate.Objects.AccountResetView | |
return | System.Boolean |