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

BaseField Class

BaseField is the class to be used as the basis for defining all data field classes.

BaseField implements IField interface.

NOTE: BaseField class should not be used directly in the user code. Only the classes that implement other data types and derive from this BaseField class should be used.

Object Model






















Syntax

C# 
[XmlRootAttribute()]
[XmlIncludeAttribute(Akal.QuickObjects.ObjectBase.BooleanField)]
[SerializableAttribute()]
public class BaseField : IField  

Inheritance Hierarchy

Requirements

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

See Also