Click or drag to resize

BaseViewModel Class

Base ViewModel for Demo Applications?
Inheritance Hierarchy

Namespace:  Rubedos.RosToolsApplicationBase.Pointcloud
Assembly:  Rubedos.RosToolsApplicationBase (in Rubedos.RosToolsApplicationBase.dll) Version: 1.0.0.2330 (1.0.00000.2330)
Syntax
C#
public abstract class BaseViewModel : ObservableObject, 
	IDisposable

The BaseViewModel type exposes the following members.

Constructors
  NameDescription
Protected methodBaseViewModel
Initializes a new instance of the BaseViewModel class
Top
Properties
Methods
  NameDescription
Public methodDispose
Releases all resources used by the BaseViewModel
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the BaseViewModel and optionally releases the managed resources
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoadFileToMemory
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCameraModelChanged
Protected methodOnPropertyChanged
(Inherited from ObservableObject.)
Protected methodSetValueT
(Inherited from ObservableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventCameraModelChanged
Public eventPropertyChanged
(Inherited from ObservableObject.)
Top
Fields
  NameDescription
Public fieldStatic memberOrthographic
Public fieldStatic memberPerspective
Top
See Also