C# Класс AniDBmini.Collections.FileEntry

Наследование: INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
state int

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
NotifyPropertyChanged ( string propName ) : void

raise the PropertyChanged event

Описание методов

FileEntry() публичный Метод

public FileEntry ( ) : System
Результат System

FileEntry() публичный Метод

Used for an entry that is to be inserted into the database from a recently hashed HashItem.
public FileEntry ( HashItem item ) : System
item HashItem
Результат System

FileEntry() публичный Метод

public FileEntry ( SQLiteDataReader reader ) : System
reader System.Data.SQLite.SQLiteDataReader
Результат System

NotifyPropertyChanged() защищенный Метод

raise the PropertyChanged event
protected NotifyPropertyChanged ( string propName ) : void
propName string
Результат void

Описание свойств

state публичное свойство

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
Результат int