Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class DocModifiedInfoFileGroupDocument<T\>

Last update: 16.07.2025

Namespace: 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

objectDocModifiedInfoDocModifiedInfoFileGroupDocument

Inherited Members

DocModifiedInfo.DocumentSaved(), DocModifiedInfo.Cleanup(), DocModifiedInfo.FilePath, DocModifiedInfo.Status

Extension Methods

LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)

Constructors

DocModifiedInfoFileGroupDocument(T)

Initializes a new instance of the class.

protected DocModifiedInfoFileGroupDocument(T grp)

Parameters

grp T

The group.

Properties

FilePath

Gets the file path.

public override sealed string FilePath { get; }

Property Value

string

Group

Gets or sets the group.

protected T Group { get; set; }

Property Value

T

Connect with Ansys