C# 클래스 XebiaLabs.Deployit.UI.ViewModels.TreeViewItemViewModel

상속: Microsoft.Practices.Prism.ViewModel.NotificationObject
파일 보기 프로젝트 열기: xebialabs-community/xld-manifest-editor 1 사용 예제들

보호된 메소드들

메소드 설명
LoadChildren ( ) : void

Invoked when the child items need to be loaded on demand. Subclasses can override this to populate the Children collection.

TreeViewItemViewModel ( TreeViewItemViewModel parent ) : System.Collections.Generic

비공개 메소드들

메소드 설명
TreeViewItemViewModel ( ) : System.Collections.Generic

메소드 상세

LoadChildren() 보호된 메소드

Invoked when the child items need to be loaded on demand. Subclasses can override this to populate the Children collection.
protected LoadChildren ( ) : void
리턴 void

TreeViewItemViewModel() 보호된 메소드

protected TreeViewItemViewModel ( TreeViewItemViewModel parent ) : System.Collections.Generic
parent TreeViewItemViewModel
리턴 System.Collections.Generic