C# 클래스 LearnLanguages.DataAccess.Mock.UserDal

상속: UserDalBase
파일 보기 프로젝트 열기: ibgib/LearnLanguages

보호된 메소드들

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

메소드 상세

AddUserImpl() 보호된 메소드

protected AddUserImpl ( Csla criteria ) : UserDto
criteria Csla
리턴 UserDto

DeleteImpl() 보호된 메소드

protected DeleteImpl ( System.Guid id ) : UserDto
id System.Guid
리턴 UserDto

DeleteImpl() 보호된 메소드

protected DeleteImpl ( string username ) : bool?
username string
리턴 bool?

FetchImpl() 보호된 메소드

protected FetchImpl ( System.Guid id ) : UserDto
id System.Guid
리턴 UserDto

FetchImpl() 보호된 메소드

protected FetchImpl ( string username ) : UserDto
username string
리턴 UserDto

GetAllImpl() 보호된 메소드

protected GetAllImpl ( ) : ICollection
리턴 ICollection

GetRolesImpl() 보호된 메소드

protected GetRolesImpl ( string username ) : ICollection
username string
리턴 ICollection

InsertImpl() 보호된 메소드

protected InsertImpl ( UserDto dto ) : UserDto
dto UserDto
리턴 UserDto

NewImpl() 보호된 메소드

protected NewImpl ( object criteria ) : UserDto
criteria object
리턴 UserDto

UpdateImpl() 보호된 메소드

protected UpdateImpl ( UserDto dto ) : UserDto
dto UserDto
리턴 UserDto

VerifyUserImpl() 보호된 메소드

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
리턴 bool?