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

SearchGroup Class

It extends baseField and is meant to store a collection of fields that will be grouped together to build a search criteria. Note: This field is not included during XmlSerialization, this avoid circular references. Hence the ability to provide search groups remotely via web services interface will not be available.

Object Model


































Syntax

C# 
[SerializableAttribute()]
public class SearchGroup : BaseField, IField  

Inheritance Hierarchy

System.Object
   Akal.QuickObjects.ObjectBase.BaseField
      Akal.QuickObjects.ObjectBase.SearchGroup

Requirements

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

See Also