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

UInt64Field Class

It extends NumericField and is meant to store UInt64 value.

Object Model
























Syntax

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

Inheritance Hierarchy

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

Requirements

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

See Also