C# 클래스 Sublist.ViewModels.MainViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: toadlyBroodle/Sublist 1 사용 예제들

공개 메소드들

메소드 설명
CreateEntry ( ISublistEntry parent ) : void
DeleteSelectedEntries ( IEnumerable entries ) : void
IndentItem ( ISublistEntry entry, ISublistEntry newParent ) : void
MainViewModel ( ) : System.Collections.Generic
RefreshAllEntries ( ) : void
UnindentItem ( ISublistEntry entry ) : void
UpdateEntry ( ISublistEntry entry ) : void

보호된 메소드들

메소드 설명
Initialize ( ) : void

비공개 메소드들

메소드 설명
ChangeShowCompleted ( bool show, IEnumerable tree ) : void
ChangeShowCompletedInternal ( bool show, IEnumerable tree ) : void

메소드 상세

CreateEntry() 공개 메소드

public CreateEntry ( ISublistEntry parent ) : void
parent ISublistEntry
리턴 void

DeleteSelectedEntries() 공개 메소드

public DeleteSelectedEntries ( IEnumerable entries ) : void
entries IEnumerable
리턴 void

IndentItem() 공개 메소드

public IndentItem ( ISublistEntry entry, ISublistEntry newParent ) : void
entry ISublistEntry
newParent ISublistEntry
리턴 void

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

MainViewModel() 공개 메소드

public MainViewModel ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RefreshAllEntries() 공개 메소드

public RefreshAllEntries ( ) : void
리턴 void

UnindentItem() 공개 메소드

public UnindentItem ( ISublistEntry entry ) : void
entry ISublistEntry
리턴 void

UpdateEntry() 공개 메소드

public UpdateEntry ( ISublistEntry entry ) : void
entry ISublistEntry
리턴 void