Class Group<TGroup, TItem\>
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Pre
Assembly: dfpredat.dll
The class is to represent the Group of Work.
public class Group<tgroup titem>
Type Parameters
TGroup
The type of the group.
TItem
The type of the item.
Inheritance
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
Group()
Initializes a new instance of the
public Group()
Group(string)
Initializes a new instance of the
public Group(string strName)
Parameters
strName string
Name of group.
Properties
Name
Gets or sets the name.
public string Name { get; set; }
Property Value
SubGroups
Gets or sets the sub groups.
public List<tgroup> SubGroups { get; set; }
Property Value
SubItems
Gets or sets the sub items.
public List<titem> SubItems { get; set; }
Property Value
Methods
Initialize()
Initializes this instance.
public virtual void Initialize()