C# 클래스 NZBDash.DataAccessLayer.Repository.JsonRepository

상속: ISettingsRepository
파일 보기 프로젝트 열기: NZBDash/NZBDash

Private Properties

프로퍼티 타입 설명
ResetCache void

공개 메소드들

메소드 설명
Delete ( GlobalSettings entity ) : bool
Get ( string pageName ) : GlobalSettings
GetAll ( ) : IEnumerable
Insert ( GlobalSettings entity ) : long
JsonRepository ( ISqliteConfiguration config, ICacheProvider cacheProvider ) : System.Collections.Generic
Update ( GlobalSettings entity ) : bool

비공개 메소드들

메소드 설명
ResetCache ( ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( GlobalSettings entity ) : bool
entity NZBDash.DataAccessLayer.Models.Settings.GlobalSettings
리턴 bool

Get() 공개 메소드

public Get ( string pageName ) : GlobalSettings
pageName string
리턴 NZBDash.DataAccessLayer.Models.Settings.GlobalSettings

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

Insert() 공개 메소드

public Insert ( GlobalSettings entity ) : long
entity NZBDash.DataAccessLayer.Models.Settings.GlobalSettings
리턴 long

JsonRepository() 공개 메소드

public JsonRepository ( ISqliteConfiguration config, ICacheProvider cacheProvider ) : System.Collections.Generic
config ISqliteConfiguration
cacheProvider ICacheProvider
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( GlobalSettings entity ) : bool
entity NZBDash.DataAccessLayer.Models.Settings.GlobalSettings
리턴 bool