C# 클래스 MediaPortal.Plugins.MovingPictures.Database.DBImportPath

상속: MovingPicturesDBTable
파일 보기 프로젝트 열기: damienhaynes/moving-pictures 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

AfterDelete() 공개 메소드

public AfterDelete ( ) : void
리턴 void

DBImportPath() 공개 메소드

public DBImportPath ( ) : System
리턴 System

Get() 공개 정적인 메소드

public static Get ( int id ) : DBImportPath
id int
리턴 DBImportPath

Get() 공개 정적인 메소드

public static Get ( string fullPath ) : DBImportPath
fullPath string
리턴 DBImportPath

GetAll() 공개 정적인 메소드

public static GetAll ( ) : List
리턴 List

GetAllLocalMedia() 공개 메소드

public GetAllLocalMedia ( ) : List
리턴 List

GetAllUserDefined() 공개 정적인 메소드

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

GetDriveType() 공개 메소드

public GetDriveType ( ) : DriveType
리턴 DriveType

GetLocalMedia() 공개 메소드

public GetLocalMedia ( bool returnOnlyNew ) : List
returnOnlyNew bool
리턴 List

GetNewLocalMedia() 공개 메소드

public GetNewLocalMedia ( ) : List
리턴 List

GetVolumeLabel() 공개 메소드

public GetVolumeLabel ( ) : string
리턴 string

GetVolumeSerial() 공개 메소드

public GetVolumeSerial ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string