C# Class iTunesAgent.Connectors.Domain.CompatibleDevice

Afficher le fichier Open project: notpod/Notpod

Protected Properties

Свойство Type Description
isConnected bool

Méthodes publiques

Méthode Description
CheckPath ( string path ) : bool

Checks if 'path' exists on the device.

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

Méthodes protégées

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

Method Details

CheckPath() public abstract méthode

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

Connect() public abstract méthode

public abstract Connect ( ) : void
Résultat void

Disconnect() public abstract méthode

public abstract Disconnect ( ) : void
Résultat void

EnumerateContents() protected static méthode

protected static EnumerateContents ( IPortableDeviceContent &content, PortableDeviceFolder parent ) : void
content IPortableDeviceContent
parent PortableDeviceFolder
Résultat void

GetContents() public abstract méthode

public abstract GetContents ( ) : PortableDeviceFolder
Résultat PortableDeviceFolder

RefreshContents() public abstract méthode

public abstract RefreshContents ( ) : void
Résultat void

WrapObject() protected static méthode

protected static WrapObject ( IPortableDeviceProperties properties, string objectId ) : PortableDeviceObject
properties IPortableDeviceProperties
objectId string
Résultat PortableDeviceObject

Property Details

isConnected protected_oe property

protected bool isConnected
Résultat bool