Click or drag to resize

ClickAndTeachViewModelCameraBindingModel Class

helper class for UI-binding
Inheritance Hierarchy
SystemObject
  BindableBase
    RAYLASE.Marker.ClickAndTeachPluginClickAndTeachViewModelCameraBindingModel

Namespace: RAYLASE.Marker.ClickAndTeachPlugin
Assembly: RAYLASE.Marker.ClickAndTeachPlugin (in RAYLASE.Marker.ClickAndTeachPlugin.dll) Version: 2.49.0
Syntax
C#
public class CameraBindingModel : BindableBase

The ClickAndTeachViewModelCameraBindingModel type exposes the following members.

Constructors
 NameDescription
Public methodClickAndTeachViewModelCameraBindingModelInitializes a new instance of the ClickAndTeachViewModelCameraBindingModel class
Top
Properties
 NameDescription
Public propertyDevice 
Public propertyId 
Public propertyName 
Top
Methods
 NameDescription
Protected methodOnPropertyChanged Raises this object's PropertyChanged event.
(Inherited from BindableBase)
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BindableBase)
Protected methodSetProperty``1(UMP, UMP, String) Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BindableBase)
Protected methodSetProperty``1(UMP, UMP, Action, String) Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BindableBase)
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
(Inherited from BindableBase)
Top
See Also