2using System.Collections.Generic;
5using System.Threading.Tasks;
29 m_strValue = strValue;
63 get {
return m_strName; }
71 get {
return m_strValue; }
72 set { m_strValue = value; }
81 return m_strName +
" -> " + m_strValue;
The ParameterDescriptor class describes a parameter in the database.
ParameterDescriptor(ParameterDescriptor p)
The ParameterDescriptor constructor.
override string ToString()
Creates the string representation of the descriptor.
virtual ParameterDescriptor Clone()
Creates a copy of the parameter descriptor.
int ID
Return the database ID of the item.
string Name
Return the name of the item.
ParameterDescriptor(int nID, string strName, string strValue)
The ParameterDescriptor constructor.
string Value
Get/set the value of the item.
The descriptors namespace contains all descriptor used to describe various items stored within the da...