Click or drag to resize

VersionControlManagerModelDocument Class

Class representing a version controlled document (model or catalog).
Inheritance Hierarchy
SystemObject
  Demo3D.Gui.VersionControlVersionControlManagerModelDocument

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

The VersionControlManagerModelDocument type exposes the following members.

Properties
  NameDescription
Public propertyGlyph
The glyph for this document.
Public propertyName
The name of the document.
Public propertyRepositoryPath
The full path of the root folder of the repository for this document.
Public propertyViewerModel
The VersionControlViewerModel instance representing this document.
Top
Methods
  NameDescription
Public methodDispose
Disposes of the associated VersionControlEditorModel.
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
Top
See Also