2using System.Collections.Generic;
5using System.Threading.Tasks;
22 : base(nID, strName, strOwner)
41 if (String.IsNullOrEmpty(
Name))
44 return "Group " +
Name;
The BaseDescriptor is the base class for all other descriptors, where descriptors are used to describ...
string Owner
Get/set the owner of the item.
int ID
Get/set the database ID of the item.
string Name
Get/set the name of the item.
The GroupDescriptor class defines a group.
GroupDescriptor(GroupDescriptor g)
The GroupDescriptor constructor.
GroupDescriptor(int nID, string strName, string strOwner)
The GroupDescriptor constructor.
override string ToString()
Returns the string representation of the GroupDescriptor.
The descriptors namespace contains all descriptor used to describe various items stored within the da...