====== ThinkGeo.MapSuite.GisEditor.SimpleQueryViewModel ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object **GalaSoft.MvvmLight.ObservableObject ***GalaSoft.MvvmLight.ViewModelBase ****[[ThinkGeo.MapSuite.GisEditor.SimpleQueryViewModel]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#SimpleQueryViewModel()|SimpleQueryViewModel]] | | | | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#Cleanup()|Cleanup]] | | ViewModelBase | | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#FindFeaturesByKeyword(String, IEnumerable)|FindFeaturesByKeyword]] | String, IEnumerable<[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]> | | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#VerifyPropertyName(String)|VerifyPropertyName]] | String | ObservableObject | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Broadcast(T, T, String)|Broadcast]] | T, T, String | ViewModelBase | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RaisePropertyChanged(Expression>)|RaisePropertyChanged]] | Expression> | ObservableObject | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RaisePropertyChanged(Expression>, T, T, Boolean)|RaisePropertyChanged]] | Expression>, T, T, Boolean | ViewModelBase | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RaisePropertyChanged(String, T, T, Boolean)|RaisePropertyChanged]] | String, T, T, Boolean | ViewModelBase | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RaisePropertyChanged(String)|RaisePropertyChanged]] | String | ObservableObject | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Set(String, ref T, T, Boolean)|Set]] | String, ref T, T, Boolean | ViewModelBase | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Set(Expression>, ref T, T)|Set]] | Expression>, ref T, T | ObservableObject | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Set(String, ref T, T)|Set]] | String, ref T, T | ObservableObject | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Set(Expression>, ref T, T, Boolean)|Set]] | Expression>, ref T, T, Boolean | ViewModelBase | | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#AddressToSearch|AddressToSearch]] | String | | | | {{wiki:PublicProperty.gif|Public Property}}[[#AvailableFeatureLayers|AvailableFeatureLayers]] | ObservableCollection<[[ThinkGeo.MapSuite.GisEditor.CheckableItemViewModel|CheckableItemViewModel]]<[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]>> | | | | {{wiki:PublicProperty.gif|Public Property}}[[#CancelCommand|CancelCommand]] | RelayCommand | | | | {{wiki:PublicProperty.gif|Public Property}}[[#FindCommand|FindCommand]] | [[ThinkGeo.MapSuite.GisEditor.ObservedCommand|ObservedCommand]] | | | | {{wiki:PublicProperty.gif|Public Property}}[[#IsInDesignMode|IsInDesignMode]] | Boolean | ViewModelBase | | | {{wiki:PublicProperty.gif|Public Property}}[[#SelectAllCommand|SelectAllCommand]] | RelayCommand | | | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedProperty.gif|Protected Property}}[[#MessengerInstance|MessengerInstance]] | IMessenger | ViewModelBase | | | {{wiki:ProtectedProperty.gif|Protected Property}}[[#PropertyChangedHandler|PropertyChangedHandler]] | PropertyChangedEventHandler | ObservableObject | | ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | {{wiki:PublicEvent.gif|Public Event}}[[#PropertyChanged|PropertyChanged]] | PropertyChangedEventArgs | ObservableObject | | ===== Public Constructors ===== ==== SimpleQueryViewModel() ==== === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== Cleanup() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== FindFeaturesByKeyword(String, IEnumerable) ==== === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.Core.Feature|Feature]]> | | === Parameters === ^ Name ^ Type ^ Description ^ | addressToSearch | String | | | selectedLayers | IEnumerable<[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]> | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== VerifyPropertyName(String) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyName | String | | [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== Broadcast(T, T, String) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | oldValue | T | | | newValue | T | | | propertyName | String | | [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== RaisePropertyChanged(Expression>) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyExpression | Expression> | | [[#Protected Methods|Go Back]] ==== RaisePropertyChanged(Expression>, T, T, Boolean) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyExpression | Expression> | | | oldValue | T | | | newValue | T | | | broadcast | Boolean | | [[#Protected Methods|Go Back]] ==== RaisePropertyChanged(String, T, T, Boolean) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyName | String | | | oldValue | T | | | newValue | T | | | broadcast | Boolean | | [[#Protected Methods|Go Back]] ==== RaisePropertyChanged(String) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyName | String | | [[#Protected Methods|Go Back]] ==== Set(String, ref T, T, Boolean) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyName | String | | | field | ref T | | | newValue | T | | | broadcast | Boolean | | [[#Protected Methods|Go Back]] ==== Set(Expression>, ref T, T) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyExpression | Expression> | | | field | ref T | | | newValue | T | | [[#Protected Methods|Go Back]] ==== Set(String, ref T, T) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyName | String | | | field | ref T | | | newValue | T | | [[#Protected Methods|Go Back]] ==== Set(Expression>, ref T, T, Boolean) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyExpression | Expression> | | | field | ref T | | | newValue | T | | | broadcast | Boolean | | [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== AddressToSearch ==== === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== AvailableFeatureLayers ==== === Return Value === ^ Return Type ^ | ObservableCollection<[[ThinkGeo.MapSuite.GisEditor.CheckableItemViewModel|CheckableItemViewModel]]<[[ThinkGeo.MapSuite.Core.FeatureLayer|FeatureLayer]]>> | [[#Public Properties|Go Back]] ==== CancelCommand ==== === Return Value === ^ Return Type ^ | RelayCommand | [[#Public Properties|Go Back]] ==== FindCommand ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.ObservedCommand|ObservedCommand]] | [[#Public Properties|Go Back]] ==== IsInDesignMode ==== === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== SelectAllCommand ==== === Return Value === ^ Return Type ^ | RelayCommand | [[#Public Properties|Go Back]] ===== Protected Properties ===== ==== MessengerInstance ==== === Return Value === ^ Return Type ^ | IMessenger | [[#Protected Properties|Go Back]] ==== PropertyChangedHandler ==== === Return Value === ^ Return Type ^ | PropertyChangedEventHandler | [[#Protected Properties|Go Back]] ===== Public Events ===== ==== PropertyChanged ==== === Event Arguments === ^ Event Arguments ^ | PropertyChangedEventArgs | [[#Public Events|Go Back]] __NOTOC__ [[Category:GisEditorInfrastructure]] [[Category:ThinkGeo.MapSuite.GisEditor]] [[Category:UpdateDocumentation]]