2using System.Collections.Generic;
5using System.Threading.Tasks;
25 : base(nID, strName, strOwner)
44 get {
return m_dfValue; }
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 ValueDescriptor class contains the description of a single value.
ValueDescriptor(ValueDescriptor v)
The ValueDescriptor constructor.
ValueDescriptor(int nID, string strName, double dfVal, string strOwner)
The ValueDescriptor constructor.
double Value
Returns the value of the item.
The descriptors namespace contains all descriptor used to describe various items stored within the da...