C# 클래스 VSSonarExtensionUi.Model.Helpers.SearchModel

issue search model, search data model
파일 보기 프로젝트 열기: TrimbleSolutionsCorporation/VSSonarQubeExtension

Private Properties

프로퍼티 타입 설명
LoadSavedSearchs void
SyncCollections void
SyncSaveSearchToFile void

공개 메소드들

메소드 설명
DeleteSearch ( string name ) : void

Deletes the search.

GetSearchByName ( string name ) : Search

Gets the name of the search by.

SaveSearch ( Search data ) : void

Saves the search to file.

SearchModel ( ObservableCollection dataFromModel ) : System

Initializes a new instance of the SearchModel class.

비공개 메소드들

메소드 설명
LoadSavedSearchs ( ) : void

Loads the saved search.

SyncCollections ( ) : void

Synchronizes the collections.

SyncSaveSearchToFile ( ) : void

Synchronizes the save search to file.

메소드 상세

DeleteSearch() 공개 메소드

Deletes the search.
public DeleteSearch ( string name ) : void
name string The name.
리턴 void

GetSearchByName() 공개 메소드

Gets the name of the search by.
public GetSearchByName ( string name ) : Search
name string The name.
리턴 VSSonarExtensionUi.ViewModel.Helpers.Search

SaveSearch() 공개 메소드

Saves the search to file.
public SaveSearch ( Search data ) : void
data VSSonarExtensionUi.ViewModel.Helpers.Search The data.
리턴 void

SearchModel() 공개 메소드

Initializes a new instance of the SearchModel class.
public SearchModel ( ObservableCollection dataFromModel ) : System
dataFromModel ObservableCollection The data from model.
리턴 System