====== ThinkGeo.MapSuite.GisEditor.ProjectionSelectionViewModel ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object **GalaSoft.MvvmLight.ObservableObject ***GalaSoft.MvvmLight.ViewModelBase ****[[ThinkGeo.MapSuite.GisEditor.ProjectionSelectionViewModel]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#ProjectionSelectionViewModel(String, String)|ProjectionSelectionViewModel]] | String, String | | | ==== 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}}[[#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(String)|RaisePropertyChanged]] | String | 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(Expression>)|RaisePropertyChanged]] | Expression> | 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}}[[#ApplyForAll|ApplyForAll]] | Boolean | | | | {{wiki:PublicProperty.gif|Public Property}}[[#CancelCommand|CancelCommand]] | RelayCommand | | | | {{wiki:PublicProperty.gif|Public Property}}[[#CheckBoxContent|CheckBoxContent]] | String | | | | {{wiki:PublicProperty.gif|Public Property}}[[#CheckBoxVisibility|CheckBoxVisibility]] | Visibility | | | | {{wiki:PublicProperty.gif|Public Property}}[[#IsInDesignMode|IsInDesignMode]] | Boolean | ViewModelBase | | | {{wiki:PublicProperty.gif|Public Property}}[[#IsReadOnly|IsReadOnly]] | Boolean | | | | {{wiki:PublicProperty.gif|Public Property}}[[#OkCommand|OkCommand]] | [[ThinkGeo.MapSuite.GisEditor.ObservedCommand|ObservedCommand]] | | | | {{wiki:PublicProperty.gif|Public Property}}[[#SelectedProj4Parameter|SelectedProj4Parameter]] | String | | | | {{wiki:PublicProperty.gif|Public Property}}[[#TextContent|TextContent]] | String | | | | {{wiki:PublicProperty.gif|Public Property}}[[#TextVisibility|TextVisibility]] | Visibility | | | ==== 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 ===== ==== ProjectionSelectionViewModel(String, String) ==== === Parameters === ^ Name ^ Type ^ Description ^ | textContent | String | | | checkBoxContent | String | | [[#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]] ==== 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(String) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyName | String | | [[#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(Expression>) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | propertyExpression | Expression> | | [[#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 ===== ==== ApplyForAll ==== === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== CancelCommand ==== === Return Value === ^ Return Type ^ | RelayCommand | [[#Public Properties|Go Back]] ==== CheckBoxContent ==== === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== CheckBoxVisibility ==== === Return Value === ^ Return Type ^ | Visibility | [[#Public Properties|Go Back]] ==== IsInDesignMode ==== === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== IsReadOnly ==== === Return Value === ^ Return Type ^ | Boolean | [[#Public Properties|Go Back]] ==== OkCommand ==== === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.ObservedCommand|ObservedCommand]] | [[#Public Properties|Go Back]] ==== SelectedProj4Parameter ==== === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== TextContent ==== === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ==== TextVisibility ==== === Return Value === ^ Return Type ^ | Visibility | [[#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]]