C# Class iTunesAgent.Connectors.Domain.WindowsPortableDevice

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

Méthodes publiques

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

Private Methods

Méthode Description
SetValues ( ) : void

Method Details

CheckPath() public méthode

public CheckPath ( String path ) : bool
path String
Résultat bool

Connect() public méthode

public Connect ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

GetContents() public méthode

public GetContents ( ) : PortableDeviceFolder
Résultat PortableDeviceFolder

RefreshContents() public méthode

public RefreshContents ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WindowsPortableDevice() public méthode

public WindowsPortableDevice ( string deviceId ) : System
deviceId string
Résultat System