2using System.Collections.Generic;
6using System.Threading.Tasks;
63 set { m_nID = value; }
72 get {
return m_strName; }
73 set { m_strName = value; }
83 get {
return m_strOwner; }
84 set { m_strOwner = value; }
The BaseDescriptor is the base class for all other descriptors, where descriptors are used to describ...
BaseDescriptor(int nID, string strName, string strOwner)
The BaseDescriptor constructor.
string Owner
Get/set the owner of the item.
BaseDescriptor(BaseDescriptor b)
The BaseDescriptor constructor.
int ID
Get/set the database ID of the item.
void Copy(BaseDescriptor b)
Copy another BaseDescriptor into this one.
string Name
Get/set the name of the item.
The descriptors namespace contains all descriptor used to describe various items stored within the da...