Class DocModifiedInfoFileGroupDocument<T\>
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This class is to represent document modified information for file group document.
public abstract class DocModifiedInfoFileGroupDocument<t> : DocModifiedInfo where T : IFileGroup
Type Parameters
T
Inheritance
object ←
DocModifiedInfo ←
DocModifiedInfoFileGroupDocument
Inherited Members
DocModifiedInfo.DocumentSaved(), DocModifiedInfo.Cleanup(), DocModifiedInfo.FilePath, DocModifiedInfo.Status
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
DocModifiedInfoFileGroupDocument(T)
Initializes a new instance of the
protected DocModifiedInfoFileGroupDocument(T grp)
Parameters
grp T
The group.
Properties
FilePath
Gets the file path.
public override sealed string FilePath { get; }
Property Value
Group
Gets or sets the group.
protected T Group { get; set; }
Property Value
T