C# 클래스 iTunesAgent.Connectors.Domain.WindowsPortableDevice

Value object for storing information about a compatible portable device connected to the computer.
상속: CompatibleDevice
파일 보기 프로젝트 열기: notpod/Notpod

공개 메소드들

메소드 설명
CheckPath ( String path ) : bool
Connect ( ) : void
Disconnect ( ) : void
GetContents ( ) : PortableDeviceFolder
RefreshContents ( ) : void
ToString ( ) : string
WindowsPortableDevice ( string deviceId ) : System

비공개 메소드들

메소드 설명
SetValues ( ) : void

메소드 상세

CheckPath() 공개 메소드

public CheckPath ( String path ) : bool
path String
리턴 bool

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

GetContents() 공개 메소드

public GetContents ( ) : PortableDeviceFolder
리턴 PortableDeviceFolder

RefreshContents() 공개 메소드

public RefreshContents ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WindowsPortableDevice() 공개 메소드

public WindowsPortableDevice ( string deviceId ) : System
deviceId string
리턴 System