Defines the data structure for the Update Library background process progress event.
Declaration Syntax
C# | Visual Basic |
public class OldUpdateLibraryProgressData
Public Class OldUpdateLibraryProgressData
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
OldUpdateLibraryProgressData()()()() | Initializes a new instance of the OldUpdateLibraryProgressData class | |
CurrentFilePosition |
Current file (total can be found in the TotalNumberOfFiles property).
| |
Equals(Object) | (Inherited from Object.) | |
Error |
Exception related to processing this file.
| |
FilePath |
Audio file path.
| |
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
LogEntry |
Log entry.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Message |
Message to display.
| |
Percentage |
Percentage done.
| |
Song |
UpdateLibraryProgressDataSong data structure.
| |
Title |
Title to display.
| |
ToString()()()() | (Inherited from Object.) | |
TotalNumberOfFiles |
Total number of files to process.
|
Inheritance Hierarchy
Object | |
OldUpdateLibraryProgressData |