Class DocModifiedInfoVMDocument
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This class is to represent the document modified information for VM document.
public class DocModifiedInfoVMDocument : DocModifiedInfo
Inheritance
object ← DocModifiedInfo ← DocModifiedInfoVMDocument
Inherited Members
DocModifiedInfo.DocumentSaved(), DocModifiedInfo.Cleanup(), DocModifiedInfo.FilePath, DocModifiedInfo.Status
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
DocModifiedInfoVMDocument(Document)
Initializes a new instance of the
public DocModifiedInfoVMDocument(Document doc)
Parameters
doc Document
The document.
Properties
DependentDocuments
Gets or sets the dependent documents.
public List<document> DependentDocuments { get; set; }
Property Value
Document
Gets or sets the document.
public Document Document { get; set; }
Property Value
Document
FilePath
Gets the file path.
public override string FilePath { get; }
Property Value
Methods
Cleanup()
Cleanups this instance.
public override void Cleanup()
OnDependentAdded(object, DependentDocEventArgs)
Called when [dependent added].
public void OnDependentAdded(object o, DependentDocEventArgs args)
Parameters
o object
The object.
args DependentDocEventArgs
The
OnDependentRemoved(object, DependentDocEventArgs)
Called when [dependent removed].
public void OnDependentRemoved(object o, DependentDocEventArgs args)
Parameters
o object
The object.
args DependentDocEventArgs
The