C# Class AniDBmini.Collections.FileEntry

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: ahodesuka/AniDBmini Class Usage Examples

Public Properties

Property Type Description
state int

Public Methods

Method Description
FileEntry ( ) : System
FileEntry ( HashItem item ) : System

Used for an entry that is to be inserted into the database from a recently hashed HashItem.

FileEntry ( SQLiteDataReader reader ) : System

Protected Methods

Method Description
NotifyPropertyChanged ( string propName ) : void

raise the PropertyChanged event

Method Details

FileEntry() public method

public FileEntry ( ) : System
return System

FileEntry() public method

Used for an entry that is to be inserted into the database from a recently hashed HashItem.
public FileEntry ( HashItem item ) : System
item HashItem
return System

FileEntry() public method

public FileEntry ( SQLiteDataReader reader ) : System
reader System.Data.SQLite.SQLiteDataReader
return System

NotifyPropertyChanged() protected method

raise the PropertyChanged event
protected NotifyPropertyChanged ( string propName ) : void
propName string
return void

Property Details

state public_oe property

0 - unknown - state is unknown or the user doesn't want to provide this information

1 - on hdd - the file is stored on hdd (but is not shared)

2 - on cd - the file is stored on cd

3 - deleted - the file has been deleted or is not available for other reasons (i.e. reencoded)

public int state
return int