QuickObjects.ObjectBase Send comments on this topic.
UInt16Field Class
See Also  Members  
Akal.QuickObjects.ObjectBase Namespace : UInt16Field Class

UInt16Field Class

It extends baseField and is meant to store UInt16 value.

Object Model
























Syntax

C# 
[XmlRootAttribute()]
[TypeConverterAttribute("Akal.QuickObjects.ObjectBase.UInt16FieldTypeConverter, QuickObjects.ObjectBase, Version=3.1.2007.4, Culture=neutral, PublicKeyToken=e08d02f6926320fd")]
[SerializableAttribute()]
public class UInt16Field : NumericField, IField  

Inheritance Hierarchy

System.Object
   Akal.QuickObjects.ObjectBase.BaseField
      Akal.QuickObjects.ObjectBase.NumericField
         Akal.QuickObjects.ObjectBase.UInt16Field

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also