C# 클래스 Dev2.Studio.Core.ViewModels.Navigation.NavigationItemViewModel

상속: NavigationItemViewModelBase, INavigationItemViewModel
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

Private Properties

프로퍼티 타입 설명
Delete_RelayCommand void
Remove_RelayCommand void

공개 메소드들

메소드 설명
GetImage ( string uri ) : BitmapImage
NavigationItemViewModel ( string name, string iconPath, NavigationItemViewModelBase parent, object dataContext, bool isExpanded = false, bool isSelected = false, string activityFullName = null, bool isServerLevel = false, bool isCategory = false, IEnvironmentModel environment = null, bool>.Func childCountPredicate = null, bool isChecked = false ) : System
RaisePropertyChangedForCommands ( ) : void

보호된 메소드들

메소드 설명
OnDispose ( ) : void

비공개 메소드들

메소드 설명
Delete_RelayCommand ( object state ) : void
Remove_RelayCommand ( object state ) : void

메소드 상세

GetImage() 공개 메소드

public GetImage ( string uri ) : BitmapImage
uri string
리턴 System.Windows.Media.Imaging.BitmapImage

NavigationItemViewModel() 공개 메소드

public NavigationItemViewModel ( string name, string iconPath, NavigationItemViewModelBase parent, object dataContext, bool isExpanded = false, bool isSelected = false, string activityFullName = null, bool isServerLevel = false, bool isCategory = false, IEnvironmentModel environment = null, bool>.Func childCountPredicate = null, bool isChecked = false ) : System
name string
iconPath string
parent NavigationItemViewModelBase
dataContext object
isExpanded bool
isSelected bool
activityFullName string
isServerLevel bool
isCategory bool
environment IEnvironmentModel
childCountPredicate bool>.Func
isChecked bool
리턴 System

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void

RaisePropertyChangedForCommands() 공개 메소드

public RaisePropertyChangedForCommands ( ) : void
리턴 void