Click or drag to resize

VersionControlManagerModel Class

View model class providing data for the VersionControlManager control.
Inheritance Hierarchy
SystemObject
  Demo3D.Gui.VersionControlVersionControlManagerModel

Namespace:  Demo3D.Gui.VersionControl
Assembly:  WpfControls (in WpfControls.dll) Version: 18.03.00
Syntax
C#
public class VersionControlManagerModel : INotifyPropertyChanged, 
	IDisposable

The VersionControlManagerModel type exposes the following members.

Properties
  NameDescription
Public propertyDocuments
The version controlled documents we're managing.
Public propertyHelpCommand
Relay command for the help button.
Public propertySelectedDocument
The currently selected document.
Top
Methods
  NameDescription
Public methodDispose
Disposes of all the document objects.
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
Top
See Also