C# 클래스 mCleaner.ViewModel.ViewModel_CleanerML

상속: ViewModelBase
파일 보기 프로젝트 열기: MicroHealthLLC/mCleaner

공개 프로퍼티들

프로퍼티 타입 설명
_nodes List

공개 메소드들

메소드 설명
AddDuplicateCheckerCleaner ( ) : mCleaner.Model.option[]
AddSystemCleaner ( bool select = false ) : void
BuildCleanerDetails ( cleaner c ) : System.Windows.Documents.FlowDocument
CheckForUpdates ( ) : Task
CommandCollapseAllClick ( ) : void
CommandExpandAllClick ( ) : void
Command_Cancel_Click ( ) : void
Command_CleanNow_Click ( ) : void
Command_Clean_Click ( string i ) : void
Command_ClearSelection_Click ( ) : void
Command_CloseCleanerDescription_Click ( ) : void
Command_CustomCleaningSelection_Click ( ) : void
Command_CustomSaveAsSelection_Click ( ) : void
Command_Preview_Click ( ) : void
Command_Quit_Click ( ) : void
Command_RegitryClearner_Click ( ) : void
Command_RestoreRegistrySelection_Click ( string FullFilePathtoRestore ) : void
EnqueueOption ( option o ) : void
GetCleaners ( ) : ObservableCollection
RefreshSystemCleaners ( ) : void
RestoreRegistrykey ( String strKey, String strLocationToSave ) : void
SortCleanerCollection ( ) : void
Start ( ) : Task
TeeNode_TreeNodeChecked ( object sender, EventArgs e ) : void
TreeNode_TreeNodeSelected ( object sender, EventArgs e ) : void
ViewModel_CleanerML ( ) : System

비공개 메소드들

메소드 설명
CheckIfSupported ( cleaner c ) : bool
Command_CloseWindow_Click ( ) : void
Command_SaveLog_Click ( ) : void

메소드 상세

AddDuplicateCheckerCleaner() 공개 정적인 메소드

public static AddDuplicateCheckerCleaner ( ) : mCleaner.Model.option[]
리턴 mCleaner.Model.option[]

AddSystemCleaner() 공개 메소드

public AddSystemCleaner ( bool select = false ) : void
select bool
리턴 void

BuildCleanerDetails() 공개 메소드

public BuildCleanerDetails ( cleaner c ) : System.Windows.Documents.FlowDocument
c mCleaner.Model.cleaner
리턴 System.Windows.Documents.FlowDocument

CheckForUpdates() 공개 메소드

public CheckForUpdates ( ) : Task
리턴 Task

CommandCollapseAllClick() 공개 메소드

public CommandCollapseAllClick ( ) : void
리턴 void

CommandExpandAllClick() 공개 메소드

public CommandExpandAllClick ( ) : void
리턴 void

Command_Cancel_Click() 공개 메소드

public Command_Cancel_Click ( ) : void
리턴 void

Command_CleanNow_Click() 공개 메소드

public Command_CleanNow_Click ( ) : void
리턴 void

Command_Clean_Click() 공개 메소드

public Command_Clean_Click ( string i ) : void
i string
리턴 void

Command_ClearSelection_Click() 공개 메소드

public Command_ClearSelection_Click ( ) : void
리턴 void

Command_CloseCleanerDescription_Click() 공개 메소드

public Command_CloseCleanerDescription_Click ( ) : void
리턴 void

Command_CustomCleaningSelection_Click() 공개 메소드

public Command_CustomCleaningSelection_Click ( ) : void
리턴 void

Command_CustomSaveAsSelection_Click() 공개 메소드

public Command_CustomSaveAsSelection_Click ( ) : void
리턴 void

Command_Preview_Click() 공개 메소드

public Command_Preview_Click ( ) : void
리턴 void

Command_Quit_Click() 공개 메소드

public Command_Quit_Click ( ) : void
리턴 void

Command_RegitryClearner_Click() 공개 메소드

public Command_RegitryClearner_Click ( ) : void
리턴 void

Command_RestoreRegistrySelection_Click() 공개 메소드

public Command_RestoreRegistrySelection_Click ( string FullFilePathtoRestore ) : void
FullFilePathtoRestore string
리턴 void

EnqueueOption() 공개 메소드

public EnqueueOption ( option o ) : void
o mCleaner.Model.option
리턴 void

GetCleaners() 공개 메소드

public GetCleaners ( ) : ObservableCollection
리턴 ObservableCollection

RefreshSystemCleaners() 공개 메소드

public RefreshSystemCleaners ( ) : void
리턴 void

RestoreRegistrykey() 공개 메소드

public RestoreRegistrykey ( String strKey, String strLocationToSave ) : void
strKey String
strLocationToSave String
리턴 void

SortCleanerCollection() 공개 메소드

public SortCleanerCollection ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : Task
리턴 Task

TeeNode_TreeNodeChecked() 공개 메소드

public TeeNode_TreeNodeChecked ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

TreeNode_TreeNodeSelected() 공개 메소드

public TreeNode_TreeNodeSelected ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

ViewModel_CleanerML() 공개 메소드

public ViewModel_CleanerML ( ) : System
리턴 System

프로퍼티 상세

_nodes 공개적으로 프로퍼티

public List _nodes
리턴 List