C# Class MediaPortal.Plugins.MovingPictures.Database.DBImportPath

Inheritance: MovingPicturesDBTable
Mostrar archivo Open project: damienhaynes/moving-pictures Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AfterDelete ( ) : void
DBImportPath ( ) : System
Get ( int id ) : DBImportPath
Get ( string fullPath ) : DBImportPath
GetAll ( ) : List
GetAllLocalMedia ( ) : List
GetAllUserDefined ( ) : List

Returns all user defined import paths

GetDriveType ( ) : DriveType
GetLocalMedia ( bool returnOnlyNew ) : List
GetNewLocalMedia ( ) : List
GetVolumeLabel ( ) : string
GetVolumeSerial ( ) : string
ToString ( ) : string

Method Details

AfterDelete() public method

public AfterDelete ( ) : void
return void

DBImportPath() public method

public DBImportPath ( ) : System
return System

Get() public static method

public static Get ( int id ) : DBImportPath
id int
return DBImportPath

Get() public static method

public static Get ( string fullPath ) : DBImportPath
fullPath string
return DBImportPath

GetAll() public static method

public static GetAll ( ) : List
return List

GetAllLocalMedia() public method

public GetAllLocalMedia ( ) : List
return List

GetAllUserDefined() public static method

Returns all user defined import paths
public static GetAllUserDefined ( ) : List
return List

GetDriveType() public method

public GetDriveType ( ) : DriveType
return DriveType

GetLocalMedia() public method

public GetLocalMedia ( bool returnOnlyNew ) : List
returnOnlyNew bool
return List

GetNewLocalMedia() public method

public GetNewLocalMedia ( ) : List
return List

GetVolumeLabel() public method

public GetVolumeLabel ( ) : string
return string

GetVolumeSerial() public method

public GetVolumeSerial ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string