C# 클래스 Kooboo.CMS.Sites.Persistence.EntityFramework.CustomErrorsProvider.CustomErrorProvider

상속: ICustomErrorProvider, ISiteImportExportStartup
파일 보기 프로젝트 열기: Tsingbo-Kooboo/KoobooMvc5

공개 메소드들

메소드 설명
Add ( Models item ) : void
All ( ) : IEnumerable
All ( Models site ) : IEnumerable
CustomErrorProvider ( SiteDBContext dbContext ) : System
Export ( Kooboo.CMS.Sites.Models.Site site, IEnumerable customErrors, System outputStream ) : void
ExportToDisk ( Kooboo.CMS.Sites.Models.Site site ) : void
Get ( Models dummy ) : Models.CustomError
Import ( Site site, System zipStream, bool @override ) : void
ImportToDatabase ( Site site, bool @override ) : void
InitializeToDB ( Site site ) : void
Remove ( Models item ) : void
Update ( Models item, Models oldItem ) : void

비공개 메소드들

메소드 설명
UpdateOrAdd ( Models item, Models oldItem ) : void

메소드 상세

Add() 공개 메소드

public Add ( Models item ) : void
item Models
리턴 void

All() 공개 메소드

public All ( ) : IEnumerable
리턴 IEnumerable

All() 공개 메소드

public All ( Models site ) : IEnumerable
site Models
리턴 IEnumerable

CustomErrorProvider() 공개 메소드

public CustomErrorProvider ( SiteDBContext dbContext ) : System
dbContext SiteDBContext
리턴 System

Export() 공개 메소드

public Export ( Kooboo.CMS.Sites.Models.Site site, IEnumerable customErrors, System outputStream ) : void
site Kooboo.CMS.Sites.Models.Site
customErrors IEnumerable
outputStream System
리턴 void

ExportToDisk() 공개 메소드

public ExportToDisk ( Kooboo.CMS.Sites.Models.Site site ) : void
site Kooboo.CMS.Sites.Models.Site
리턴 void

Get() 공개 메소드

public Get ( Models dummy ) : Models.CustomError
dummy Models
리턴 Models.CustomError

Import() 공개 메소드

public Import ( Site site, System zipStream, bool @override ) : void
site Site
zipStream System
@override bool
리턴 void

ImportToDatabase() 공개 메소드

public ImportToDatabase ( Site site, bool @override ) : void
site Site
@override bool
리턴 void

InitializeToDB() 공개 메소드

public InitializeToDB ( Site site ) : void
site Site
리턴 void

Remove() 공개 메소드

public Remove ( Models item ) : void
item Models
리턴 void

Update() 공개 메소드

public Update ( Models item, Models oldItem ) : void
item Models
oldItem Models
리턴 void