C# Class LearnLanguages.DataAccess.Mock.LanguageDal

Inheritance: LanguageDalBase
Mostra file Open project: ibgib/LearnLanguages

Protected Methods

Method Description
DeleteImpl ( System.Guid id ) : LanguageDto
FetchImpl ( ICollection ids ) : ICollection
FetchImpl ( System.Guid id ) : LanguageDto
FetchImpl ( string languageText ) : LanguageDto
GetAllImpl ( ) : ICollection
InsertImpl ( LanguageDto dto ) : LanguageDto
NewImpl ( object criteria ) : LanguageDto
UpdateImpl ( LanguageDto dto ) : LanguageDto

Private Methods

Method Description
UpdateReferences ( LanguageDto oldLanguageDto, LanguageDto newLanguageDto ) : void

Method Details

DeleteImpl() protected method

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

FetchImpl() protected method

protected FetchImpl ( ICollection ids ) : ICollection
ids ICollection
return ICollection

FetchImpl() protected method

protected FetchImpl ( System.Guid id ) : LanguageDto
id System.Guid
return LanguageDto

FetchImpl() protected method

protected FetchImpl ( string languageText ) : LanguageDto
languageText string
return LanguageDto

GetAllImpl() protected method

protected GetAllImpl ( ) : ICollection
return ICollection

InsertImpl() protected method

protected InsertImpl ( LanguageDto dto ) : LanguageDto
dto LanguageDto
return LanguageDto

NewImpl() protected method

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

UpdateImpl() protected method

protected UpdateImpl ( LanguageDto dto ) : LanguageDto
dto LanguageDto
return LanguageDto