Свойство | Тип | Описание | |
---|---|---|---|
ResetCache | void |
Метод | Описание | |
---|---|---|
Delete ( |
||
Get ( string pageName ) : |
||
GetAll ( ) : IEnumerable |
||
Insert ( |
||
JsonRepository ( ISqliteConfiguration config, ICacheProvider cacheProvider ) : System.Collections.Generic | ||
Update ( |
Метод | Описание | |
---|---|---|
ResetCache ( ) : void |
public Delete ( |
||
entity | ||
Результат | bool |
public Get ( string pageName ) : |
||
pageName | string | |
Результат |
public Insert ( |
||
entity | ||
Результат | long |
public JsonRepository ( ISqliteConfiguration config, ICacheProvider cacheProvider ) : System.Collections.Generic | ||
config | ISqliteConfiguration | |
cacheProvider | ICacheProvider | |
Результат | System.Collections.Generic |
public Update ( |
||
entity | ||
Результат | bool |