C# 클래스 ZeroInstall.Store.ViewModel.TempDirectoryNode

Models information about a temporary directory in an IStore for display in a UI.
상속: StoreNode
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
Delete ( ITaskHandler handler ) : void

Deletes this temporary directory from the IStore it is located in.

TempDirectoryNode ( [ path, [ store ) : System

Creates a new temporary directory node.

메소드 상세

Delete() 공개 메소드

Deletes this temporary directory from the IStore it is located in.
The directory could be found in the store. The directory could not be deleted. Write access to the store is not permitted.
public Delete ( ITaskHandler handler ) : void
handler ITaskHandler A callback object used when the the user needs to be asked questions or informed about IO tasks.
리턴 void

TempDirectoryNode() 공개 메소드

Creates a new temporary directory node.
The manifest file is not valid. The manifest file could not be read. Read access to the file is not permitted.
public TempDirectoryNode ( [ path, [ store ) : System
path [ The path of the directory in the store.
store [ The the directory is located in.
리턴 System