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

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

보호된 메소드들

메소드 설명
DeleteImpl ( System.Guid id ) : StudyDataDto
FetchForCurrentUserImpl ( ) : StudyDataDto
GetAllImpl ( ) : ICollection
InsertImpl ( StudyDataDto dto ) : StudyDataDto
NewImpl ( object criteria ) : StudyDataDto
StudyDataExistsForCurrentUserImpl ( ) : bool
UpdateImpl ( StudyDataDto dto ) : StudyDataDto

비공개 메소드들

메소드 설명
CheckContraints ( StudyDataDto dto ) : void

메소드 상세

DeleteImpl() 보호된 메소드

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

FetchForCurrentUserImpl() 보호된 메소드

protected FetchForCurrentUserImpl ( ) : StudyDataDto
리턴 StudyDataDto

GetAllImpl() 보호된 메소드

protected GetAllImpl ( ) : ICollection
리턴 ICollection

InsertImpl() 보호된 메소드

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

NewImpl() 보호된 메소드

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

StudyDataExistsForCurrentUserImpl() 보호된 메소드

protected StudyDataExistsForCurrentUserImpl ( ) : bool
리턴 bool

UpdateImpl() 보호된 메소드

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