C# Class iTunesAgent.Connectors.Domain.CompatibleDevice

Datei anzeigen Open project: notpod/Notpod

Protected Properties

Property Type Description
isConnected bool

Public Methods

Method Description
CheckPath ( string path ) : bool

Checks if 'path' exists on the device.

Connect ( ) : void
Disconnect ( ) : void
GetContents ( ) : PortableDeviceFolder
RefreshContents ( ) : void

Protected Methods

Method Description
EnumerateContents ( IPortableDeviceContent &content, PortableDeviceFolder parent ) : void
WrapObject ( IPortableDeviceProperties properties, string objectId ) : PortableDeviceObject

Method Details

CheckPath() public abstract method

Checks if 'path' exists on the device.
public abstract CheckPath ( string path ) : bool
path string
return bool

Connect() public abstract method

public abstract Connect ( ) : void
return void

Disconnect() public abstract method

public abstract Disconnect ( ) : void
return void

EnumerateContents() protected static method

protected static EnumerateContents ( IPortableDeviceContent &content, PortableDeviceFolder parent ) : void
content IPortableDeviceContent
parent PortableDeviceFolder
return void

GetContents() public abstract method

public abstract GetContents ( ) : PortableDeviceFolder
return PortableDeviceFolder

RefreshContents() public abstract method

public abstract RefreshContents ( ) : void
return void

WrapObject() protected static method

protected static WrapObject ( IPortableDeviceProperties properties, string objectId ) : PortableDeviceObject
properties IPortableDeviceProperties
objectId string
return PortableDeviceObject

Property Details

isConnected protected_oe property

protected bool isConnected
return bool