ThinkGeo.MapSuite.GisEditor.QueryConditionViewModel
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
Inheritance Hierarchy
Members Summary
Public Constructors
Protected Constructors
| Name | Parameters | DeclaringType | Summary |
Public Methods
Protected Methods
| Name | Parameters | DeclaringType | Summary |
Broadcast | T, T, String | ViewModelBase | |
Finalize | | Object | |
MemberwiseClone | | Object | |
RaisePropertyChanged | Expression<Func<T» | ObservableObject | |
RaisePropertyChanged | Expression<Func<T», T, T, Boolean | ViewModelBase | |
RaisePropertyChanged | String, T, T, Boolean | ViewModelBase | |
RaisePropertyChanged | String | ObservableObject | |
Set | String, ref T, T, Boolean | ViewModelBase | |
Set | Expression<Func<T», ref T, T | ObservableObject | |
Set | String, ref T, T | ObservableObject | |
Set | Expression<Func<T», ref T, T, Boolean | ViewModelBase | |
Public Properties
Protected Properties
Public Events
| Name | Event Arguments | DeclaringType | Summary |
PropertyChanged | PropertyChangedEventArgs | ObservableObject | |
Public Constructors
QueryConditionViewModel()
Parameters
Protected Constructors
Public Methods
Cleanup()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
<!– GalaSoft.MvvmLight.ViewModelBase –>
Go Back
CloneDeep()
Return Value
Parameters
<!– ThinkGeo.MapSuite.GisEditor.QueryConditionViewModel –>
Go Back
Equals(Object)
Return Value
| Return Type | Description |
| Boolean<!– System.Boolean –> | |
Parameters
| Name | Type | Description |
| obj | Object<!– System.Object –> | |
<!– System.Object –>
Go Back
GetHashCode()
Return Value
| Return Type | Description |
| Int32<!– System.Int32 –> | |
Parameters
GetType()
Return Value
| Return Type | Description |
| Type<!– System.Type –> | |
Parameters
ToString()
Return Value
| Return Type | Description |
| String<!– System.String –> | |
Parameters
VerifyPropertyName(String)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| propertyName | String<!– System.String –> | |
<!– GalaSoft.MvvmLight.ObservableObject –>
Go Back
Protected Methods
Broadcast(T, T, String)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| oldValue | T<!– T –> | |
| newValue | T<!– T –> | |
| propertyName | String<!– System.String –> | |
<!– GalaSoft.MvvmLight.ViewModelBase –>
Go Back
Finalize()
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
MemberwiseClone()
Return Value
| Return Type | Description |
| Object<!– System.Object –> | |
Parameters
RaisePropertyChanged(Expression<Func<T>>)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| propertyExpression | Expression<Func<T»<!– Expression{Func{T}} –> | |
<!– GalaSoft.MvvmLight.ObservableObject –>
Go Back
RaisePropertyChanged(Expression<Func<T>>, T, T, Boolean)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| propertyExpression | Expression<Func<T»<!– Expression{Func{T}} –> | |
| oldValue | T<!– T –> | |
| newValue | T<!– T –> | |
| broadcast | Boolean<!– System.Boolean –> | |
<!– GalaSoft.MvvmLight.ViewModelBase –>
Go Back
RaisePropertyChanged(String, T, T, Boolean)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| propertyName | String<!– System.String –> | |
| oldValue | T<!– T –> | |
| newValue | T<!– T –> | |
| broadcast | Boolean<!– System.Boolean –> | |
<!– GalaSoft.MvvmLight.ViewModelBase –>
Go Back
RaisePropertyChanged(String)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| propertyName | String<!– System.String –> | |
<!– GalaSoft.MvvmLight.ObservableObject –>
Go Back
Set(String, ref T, T, Boolean)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| propertyName | String<!– System.String –> | |
| field | ref T<!– T –> | |
| newValue | T<!– T –> | |
| broadcast | Boolean<!– System.Boolean –> | |
<!– GalaSoft.MvvmLight.ViewModelBase –>
Go Back
Set(Expression<Func<T>>, ref T, T)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| propertyExpression | Expression<Func<T»<!– Expression{Func{T}} –> | |
| field | ref T<!– T –> | |
| newValue | T<!– T –> | |
<!– GalaSoft.MvvmLight.ObservableObject –>
Go Back
Set(String, ref T, T)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| propertyName | String<!– System.String –> | |
| field | ref T<!– T –> | |
| newValue | T<!– T –> | |
<!– GalaSoft.MvvmLight.ObservableObject –>
Go Back
Set(Expression<Func<T>>, ref T, T, Boolean)
Return Value
| Return Type | Description |
| Void<!– System.Void –> | |
Parameters
| Name | Type | Description |
| propertyExpression | Expression<Func<T»<!– Expression{Func{T}} –> | |
| field | ref T<!– T –> | |
| newValue | T<!– T –> | |
| broadcast | Boolean<!– System.Boolean –> | |
<!– GalaSoft.MvvmLight.ViewModelBase –>
Go Back
Public Properties
CancelCommand
Return Value
| Return Type |
| ObservedCommand<!– ThinkGeo.MapSuite.GisEditor.ObservedCommand –> |
<!– ThinkGeo.MapSuite.GisEditor.QueryConditionViewModel –>
Go Back
ColumnName
Return Value
| Return Type |
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.GisEditor.QueryConditionViewModel –>
Go Back
ConfirmCommand
Return Value
| Return Type |
| ObservedCommand<!– ThinkGeo.MapSuite.GisEditor.ObservedCommand –> |
<!– ThinkGeo.MapSuite.GisEditor.QueryConditionViewModel –>
Go Back
FeatureLayers
Return Value
| Return Type |
| List<FeatureLayer><!– System.Collections.Generic.List{ThinkGeo.MapSuite.Core.FeatureLayer} –> |
<!– ThinkGeo.MapSuite.GisEditor.QueryConditionViewModel –>
Go Back
IsInDesignMode
Return Value
| Return Type |
| Boolean<!– System.Boolean –> |
<!– GalaSoft.MvvmLight.ViewModelBase –>
Go Back
Layer
Return Value
| Return Type |
| FeatureLayer<!– ThinkGeo.MapSuite.Core.FeatureLayer –> |
<!– ThinkGeo.MapSuite.GisEditor.QueryConditionViewModel –>
Go Back
MatchValue
Return Value
| Return Type |
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.GisEditor.QueryConditionViewModel –>
Go Back
QueryOperator
Return Value
| Return Type |
| QueryOperater<!– ThinkGeo.MapSuite.GisEditor.QueryOperater –> |
<!– ThinkGeo.MapSuite.GisEditor.QueryConditionViewModel –>
Go Back
QueryOperators
Return Value
| Return Type |
| ObservableCollection<QueryOperater><!– System.Collections.ObjectModel.ObservableCollection{ThinkGeo.MapSuite.GisEditor.QueryOperater} –> |
<!– ThinkGeo.MapSuite.GisEditor.QueryConditionViewModel –>
Go Back
ReadableText
Return Value
| Return Type |
| String<!– System.String –> |
<!– ThinkGeo.MapSuite.GisEditor.QueryConditionViewModel –>
Go Back
Protected Properties
MessengerInstance
Return Value
| Return Type |
| IMessenger<!– GalaSoft.MvvmLight.Messaging.IMessenger –> |
<!– GalaSoft.MvvmLight.ViewModelBase –>
Go Back
PropertyChangedHandler
Return Value
| Return Type |
| PropertyChangedEventHandler<!– System.ComponentModel.PropertyChangedEventHandler –> |
<!– GalaSoft.MvvmLight.ObservableObject –>
Go Back
Public Events
PropertyChanged
Event Arguments