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

파일 보기 프로젝트 열기: notpod/Notpod

보호된 프로퍼티들

프로퍼티 타입 설명
isConnected bool

공개 메소드들

메소드 설명
CheckPath ( string path ) : bool

Checks if 'path' exists on the device.

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

보호된 메소드들

메소드 설명
EnumerateContents ( IPortableDeviceContent &content, PortableDeviceFolder parent ) : void
WrapObject ( IPortableDeviceProperties properties, string objectId ) : PortableDeviceObject

메소드 상세

CheckPath() 공개 추상적인 메소드

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

Connect() 공개 추상적인 메소드

public abstract Connect ( ) : void
리턴 void

Disconnect() 공개 추상적인 메소드

public abstract Disconnect ( ) : void
리턴 void

EnumerateContents() 보호된 정적인 메소드

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

GetContents() 공개 추상적인 메소드

public abstract GetContents ( ) : PortableDeviceFolder
리턴 PortableDeviceFolder

RefreshContents() 공개 추상적인 메소드

public abstract RefreshContents ( ) : void
리턴 void

WrapObject() 보호된 정적인 메소드

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

프로퍼티 상세

isConnected 보호되어 있는 프로퍼티

protected bool isConnected
리턴 bool