SampleBrowserViewModel ClassDelta Engine Documentation
Used to display Sample Games, Tutorials and Tests of engine and user code. http://deltaengine.net/games/samplebrowser View code on GitHub
Inheritance Hierarchy

System Object
  ObservableObject
    ViewModelBase
      DeltaEngine.Editor.SampleBrowser SampleBrowserViewModel

Namespace: DeltaEngine.Editor.SampleBrowser
Assembly: DeltaEngine.Editor.SampleBrowser (in DeltaEngine.Editor.SampleBrowser.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class SampleBrowserViewModel : ViewModelBase

The SampleBrowserViewModel type exposes the following members.

Constructors

  NameDescription
Public methodSampleBrowserViewModel
Initializes a new instance of the SampleBrowserViewModel class
Top
Methods

  NameDescription
Public methodAddEverythingTogether
Protected methodBroadcast``1 (Inherited from ViewModelBase.)
Public methodCleanup (Inherited from ViewModelBase.)
Public methodGetItemsToDisplay
Protected methodRaisePropertyChanged(String) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanged``1(Expression Func UMP  ) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanged``1(String, UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodRaisePropertyChanged``1(Expression Func UMP  , UMP, UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodRaisePropertyChanging(String) (Inherited from ObservableObject.)
Protected methodRaisePropertyChanging``1(Expression Func UMP  ) (Inherited from ObservableObject.)
Protected methodSet``1(Expression Func UMP  , UMP , UMP) (Inherited from ObservableObject.)
Protected methodSet``1(String, UMP , UMP) (Inherited from ObservableObject.)
Protected methodSet``1(Expression Func UMP  , UMP , UMP, Boolean) (Inherited from ViewModelBase.)
Protected methodSet``1(String, UMP , UMP, Boolean) (Inherited from ViewModelBase.)
Public methodSetAllSamples
Public methodSetSampleGames
Public methodSetSearchText
Public methodSetSelection
Public methodSetVisualTests
Public methodUpdateItems
Public methodVerifyPropertyName (Inherited from ObservableObject.)
Top
Properties

  NameDescription
Public propertyAssembliesAvailable
Public propertyFrameworksAvailable
Public propertyIsInDesignMode (Inherited from ViewModelBase.)
Protected propertyMessengerInstance (Inherited from ViewModelBase.)
Public propertyOnAssemblySelectionChanged
Public propertyOnFrameworkSelectionChanged
Public propertyOnHelpClicked
Public propertyOnSearchTextChanged
Public propertyOnSearchTextRemoved
Public propertyOnStartButtonClicked
Public propertyOnViewButtonClicked
Protected propertyPropertyChangedHandler (Inherited from ObservableObject.)
Protected propertyPropertyChangingHandler (Inherited from ObservableObject.)
Public propertySamples
Public propertySearchFilter
Public propertySelectedAssembly
Public propertySelectedFramework
Top
Events

  NameDescription
Public eventPropertyChanged (Inherited from ObservableObject.)
Public eventPropertyChanging (Inherited from ObservableObject.)
Top
See Also