C# Class LearnLanguages.DataAccess.Mock.PhraseDal

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

Méthodes protégées

Méthode Description
DeleteImpl ( System.Guid id ) : PhraseDto
FetchImpl ( ICollection ids ) : ICollection
FetchImpl ( string text ) : ICollection
FetchImpl ( System.Guid id ) : PhraseDto
GetAllImpl ( ) : ICollection
InsertImpl ( PhraseDto dto ) : PhraseDto
NewImpl ( object criteria ) : PhraseDto
UpdateImpl ( PhraseDto dto ) : PhraseDto

Private Methods

Méthode Description
CheckContraints ( PhraseDto dto ) : void
UpdateReferences ( PhraseDto oldPhrase, PhraseDto newPhrase ) : void

Method Details

DeleteImpl() protected méthode

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

FetchImpl() protected méthode

protected FetchImpl ( ICollection ids ) : ICollection
ids ICollection
Résultat ICollection

FetchImpl() protected méthode

protected FetchImpl ( string text ) : ICollection
text string
Résultat ICollection

FetchImpl() protected méthode

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

GetAllImpl() protected méthode

protected GetAllImpl ( ) : ICollection
Résultat ICollection

InsertImpl() protected méthode

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

NewImpl() protected méthode

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

UpdateImpl() protected méthode

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