C# Class LearnLanguages.DataAccess.Mock.StudyDataDal

Inheritance: StudyDataDalBase
显示文件 Open project: ibgib/LearnLanguages

Protected Methods

Method Description
DeleteImpl ( System.Guid id ) : StudyDataDto
FetchForCurrentUserImpl ( ) : StudyDataDto
GetAllImpl ( ) : ICollection
InsertImpl ( StudyDataDto dto ) : StudyDataDto
NewImpl ( object criteria ) : StudyDataDto
StudyDataExistsForCurrentUserImpl ( ) : bool
UpdateImpl ( StudyDataDto dto ) : StudyDataDto

Private Methods

Method Description
CheckContraints ( StudyDataDto dto ) : void

Method Details

DeleteImpl() protected method

protected DeleteImpl ( System.Guid id ) : StudyDataDto
id System.Guid
return StudyDataDto

FetchForCurrentUserImpl() protected method

protected FetchForCurrentUserImpl ( ) : StudyDataDto
return StudyDataDto

GetAllImpl() protected method

protected GetAllImpl ( ) : ICollection
return ICollection

InsertImpl() protected method

protected InsertImpl ( StudyDataDto dto ) : StudyDataDto
dto StudyDataDto
return StudyDataDto

NewImpl() protected method

protected NewImpl ( object criteria ) : StudyDataDto
criteria object
return StudyDataDto

StudyDataExistsForCurrentUserImpl() protected method

protected StudyDataExistsForCurrentUserImpl ( ) : bool
return bool

UpdateImpl() protected method

protected UpdateImpl ( StudyDataDto dto ) : StudyDataDto
dto StudyDataDto
return StudyDataDto