C# Class LearnLanguages.DataAccess.Mock.UserDal

Inheritance: UserDalBase
Afficher le fichier Open project: ibgib/LearnLanguages

Méthodes protégées

Méthode Description
AddUserImpl ( Csla criteria ) : UserDto
DeleteImpl ( System.Guid id ) : UserDto
DeleteImpl ( string username ) : bool?
FetchImpl ( System.Guid id ) : UserDto
FetchImpl ( string username ) : UserDto
GetAllImpl ( ) : ICollection
GetRolesImpl ( string username ) : ICollection
InsertImpl ( UserDto dto ) : UserDto
NewImpl ( object criteria ) : UserDto
UpdateImpl ( UserDto dto ) : UserDto
VerifyUserImpl ( string username, string password ) : bool?

Returns Success(true) if verify user is valid, Success(false) if invalid. Throws exceptions if something bad happens.

Method Details

AddUserImpl() protected méthode

protected AddUserImpl ( Csla criteria ) : UserDto
criteria Csla
Résultat UserDto

DeleteImpl() protected méthode

protected DeleteImpl ( System.Guid id ) : UserDto
id System.Guid
Résultat UserDto

DeleteImpl() protected méthode

protected DeleteImpl ( string username ) : bool?
username string
Résultat bool?

FetchImpl() protected méthode

protected FetchImpl ( System.Guid id ) : UserDto
id System.Guid
Résultat UserDto

FetchImpl() protected méthode

protected FetchImpl ( string username ) : UserDto
username string
Résultat UserDto

GetAllImpl() protected méthode

protected GetAllImpl ( ) : ICollection
Résultat ICollection

GetRolesImpl() protected méthode

protected GetRolesImpl ( string username ) : ICollection
username string
Résultat ICollection

InsertImpl() protected méthode

protected InsertImpl ( UserDto dto ) : UserDto
dto UserDto
Résultat UserDto

NewImpl() protected méthode

protected NewImpl ( object criteria ) : UserDto
criteria object
Résultat UserDto

UpdateImpl() protected méthode

protected UpdateImpl ( UserDto dto ) : UserDto
dto UserDto
Résultat UserDto

VerifyUserImpl() protected méthode

Returns Success(true) if verify user is valid, Success(false) if invalid. Throws exceptions if something bad happens.
protected VerifyUserImpl ( string username, string password ) : bool?
username string
password string
Résultat bool?