Class FileGroup<TGroup, TItem\>
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
This class is to represent file group.
public class FileGroup<tgroup titem> : Group<tgroup titem>, IFileGroup
Type Parameters
TGroup
The type of the group.
TItem
The type of the item.
Inheritance
Implements
Inherited Members
Group
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
FileGroup()
Initializes a new instance of the
public FileGroup()
FileGroup(string)
Initializes a new instance of the
public FileGroup(string strFileName)
Parameters
strFileName string
Name of the file.
Properties
Path
Gets or sets the path.
public string Path { get; set; }