C# Class NijieDownloader.Library.Model.NijieImage

Mostra file Open project: Nandaka/NijieDownloader Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsDownloadedInDB ( int imageId ) : bool
NijieImage ( ) : System
NijieImage ( int imageId ) : System
SaveToDb ( NijieContext dao, bool suppressSave = false ) : void

Method Details

IsDownloadedInDB() public static method

public static IsDownloadedInDB ( int imageId ) : bool
imageId int
return bool

NijieImage() public method

public NijieImage ( ) : System
return System

NijieImage() public method

public NijieImage ( int imageId ) : System
imageId int
return System

SaveToDb() public method

public SaveToDb ( NijieContext dao, bool suppressSave = false ) : void
dao NijieDownloader.Library.DAL.NijieContext
suppressSave bool
return void