C# Class iTunesAgent.Connectors.Domain.WindowsPortableDevice

Value object for storing information about a compatible portable device connected to the computer.
Inheritance: CompatibleDevice
Datei anzeigen Open project: notpod/Notpod

Public Methods

Method Description
CheckPath ( String path ) : bool
Connect ( ) : void
Disconnect ( ) : void
GetContents ( ) : PortableDeviceFolder
RefreshContents ( ) : void
ToString ( ) : string
WindowsPortableDevice ( string deviceId ) : System

Private Methods

Method Description
SetValues ( ) : void

Method Details

CheckPath() public method

public CheckPath ( String path ) : bool
path String
return bool

Connect() public method

public Connect ( ) : void
return void

Disconnect() public method

public Disconnect ( ) : void
return void

GetContents() public method

public GetContents ( ) : PortableDeviceFolder
return PortableDeviceFolder

RefreshContents() public method

public RefreshContents ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

WindowsPortableDevice() public method

public WindowsPortableDevice ( string deviceId ) : System
deviceId string
return System