User Tools

Site Tools


thinkgeo.mapsuite.giseditor.datarepositorycontentviewmodel

ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel

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.

<!– Class –>

Inheritance Hierarchy

*System.Object GalaSoft.MvvmLight.ObservableObject *GalaSoft.MvvmLight.ViewModelBase ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel

Members Summary

Public Constructors

Name Parameters DeclaringType Summary
Public MethodDataRepositoryContentViewModel

Protected Constructors

Name Parameters DeclaringType Summary

Public Methods

Name Parameters DeclaringType Summary
Public MethodCleanup ViewModelBase
Public MethodEquals Object Object
Public MethodFromXml XElement
Public MethodGetHashCode Object
Public MethodGetType Object
Public MethodStatic MemberRestoreChildrenExpandStatus ObservableCollection<DataRepositoryItem>, Collection<String>
Public MethodStatic MemberRestoreExpandStatus DataRepositoryItem
Public MethodSearchChildren IEnumerable<String>
Public MethodToString Object
Public MethodToXml
Public MethodVerifyPropertyName String ObservableObject

Protected Methods

Name Parameters DeclaringType Summary
Protected MethodBroadcast T, T, String ViewModelBase
Protected MethodFinalize Object
Protected MethodMemberwiseClone Object
Protected MethodRaisePropertyChanged String, T, T, Boolean ViewModelBase
Protected MethodRaisePropertyChanged Expression<Func<T», T, T, Boolean ViewModelBase
Protected MethodRaisePropertyChanged String ObservableObject
Protected MethodRaisePropertyChanged Expression<Func<T» ObservableObject
Protected MethodSet String, ref T, T, Boolean ViewModelBase
Protected MethodSet Expression<Func<T», ref T, T ObservableObject
Protected MethodSet Expression<Func<T», ref T, T, Boolean ViewModelBase
Protected MethodSet String, ref T, T ObservableObject

Public Properties

Protected Properties

Name Return DeclaringType Summary
Protected PropertyMessengerInstance IMessenger ViewModelBase
Protected PropertyPropertyChangedHandler PropertyChangedEventHandler ObservableObject

Public Events

Name Event Arguments DeclaringType Summary
Public EventPropertyChanged PropertyChangedEventArgs ObservableObject

Public Constructors

DataRepositoryContentViewModel()

Parameters

Name Type Description

Go Back

Protected Constructors

Public Methods

Cleanup()

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description

<!– GalaSoft.MvvmLight.ViewModelBase –> Go Back

Equals(Object)

Return Value

Return Type Description
Boolean<!– System.Boolean –>

Parameters

Name Type Description
obj Object<!– System.Object –>

<!– System.Object –> Go Back

FromXml(XElement)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
state XElement<!– System.Xml.Linq.XElement –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

GetHashCode()

Return Value

Return Type Description
Int32<!– System.Int32 –>

Parameters

Name Type Description

<!– System.Object –> Go Back

GetType()

Return Value

Return Type Description
Type<!– System.Type –>

Parameters

Name Type Description

<!– System.Object –> Go Back

RestoreChildrenExpandStatus(ObservableCollection<DataRepositoryItem>, Collection<String>)

<!– static –>

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
treeViewChildren ObservableCollection<DataRepositoryItem><!– System.Collections.ObjectModel.ObservableCollection{ThinkGeo.MapSuite.GisEditor.DataRepositoryItem} –>
expandStatus Collection<String><!– System.Collections.ObjectModel.Collection{System.String} –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

RestoreExpandStatus(DataRepositoryItem)

<!– static –>

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
viewModel DataRepositoryItem<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryItem –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

SearchChildren(IEnumerable<String>)

Return Value

Return Type Description
ObservableCollection<DataRepositoryItem><!– System.Collections.ObjectModel.ObservableCollection{ThinkGeo.MapSuite.GisEditor.DataRepositoryItem} –>

Parameters

Name Type Description
keywords IEnumerable<String><!– System.Collections.Generic.IEnumerable{System.String} –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

ToString()

Return Value

Return Type Description
String<!– System.String –>

Parameters

Name Type Description

<!– System.Object –> Go Back

ToXml()

Return Value

Return Type Description
XElement<!– System.Xml.Linq.XElement –>

Parameters

Name Type Description

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

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

Name Type Description

<!– System.Object –> Go Back

MemberwiseClone()

Return Value

Return Type Description
Object<!– System.Object –>

Parameters

Name Type Description

<!– System.Object –> 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(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)

Return Value

Return Type Description
Void<!– System.Void –>

Parameters

Name Type Description
propertyName String<!– System.String –>

<!– GalaSoft.MvvmLight.ObservableObject –> Go Back

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

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(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

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

Public Properties

AddDataCommand

Return Value

Return Type
ICommand<!– System.Windows.Input.ICommand –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

Children

Return Value

Return Type
ObservableCollection<DataRepositoryItem><!– System.Collections.ObjectModel.ObservableCollection{ThinkGeo.MapSuite.GisEditor.DataRepositoryItem} –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

ContentVisibility

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

ContextMenuStackPanel

Return Value

Return Type
StackPanel<!– System.Windows.Controls.StackPanel –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

Current

<!– static –>

Return Value

Return Type
DataRepositoryContentViewModel<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

CurrentPluginItemViewModel

Return Value

Return Type
DataRepositoryItem<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryItem –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

IsInDesignMode

Return Value

Return Type
Boolean<!– System.Boolean –>

<!– GalaSoft.MvvmLight.ViewModelBase –> Go Back

PlaceOnMapCommand

Return Value

Return Type
ICommand<!– System.Windows.Input.ICommand –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

RefreshCommand

Return Value

Return Type
RelayCommand<!– GalaSoft.MvvmLight.Command.RelayCommand –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

RemoveCommand

Return Value

Return Type
ObservedCommand<!– ThinkGeo.MapSuite.GisEditor.ObservedCommand –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

SearchCommand

Return Value

Return Type
RelayCommand<!– GalaSoft.MvvmLight.Command.RelayCommand –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

SearchContent

Return Value

Return Type
ListBox<!– System.Windows.Controls.ListBox –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

SearchResult

Return Value

Return Type
DataRepositoryItem<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryItem –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

SearchResultVisibility

Return Value

Return Type
Visibility<!– System.Windows.Visibility –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

SearchText

Return Value

Return Type
String<!– System.String –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> Go Back

SelectedDataRepositoryItem

<!– static –>

Return Value

Return Type
DataRepositoryItem<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryItem –>

<!– ThinkGeo.MapSuite.GisEditor.DataRepositoryContentViewModel –> 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

Event Arguments
PropertyChangedEventArgs<!– System.ComponentModel.PropertyChangedEventArgs –>

<!– GalaSoft.MvvmLight.ObservableObject –> Go Back

NOTOC GisEditorInfrastructure ThinkGeo.MapSuite.GisEditor UpdateDocumentation

thinkgeo.mapsuite.giseditor.datarepositorycontentviewmodel.txt · Last modified: 2017/03/16 21:59 (external edit)