C# 클래스 iTunesAgent.Domain.DeviceCollection

파일 보기 프로젝트 열기: notpod/Notpod 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DeleteByIdentifier ( string identifier ) : void
GetDeviceWithIdentifier ( string identifier ) : Device

메소드 상세

DeleteByIdentifier() 공개 메소드

public DeleteByIdentifier ( string identifier ) : void
identifier string
리턴 void

GetDeviceWithIdentifier() 공개 메소드

public GetDeviceWithIdentifier ( string identifier ) : Device
identifier string
리턴 Device