QuickObjects.ObjectBase Send comments on this topic.
Set Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseField Class : Set Method
Set method allows you to set the following properties quickly:

Overload List

OverloadDescription
Set(String,String) Set method allows you to set the following properties quickly:
  • Operator
  • SearchCondition
 
Set(String,String,SearchModes) Set method allows you to set the following properties quickly:
  • Operator
  • SearchCondition
  • SearchMode
 
Set(Boolean,String) Set method allows you to set the following properties quickly:
  • IsNull
  • Operator
 
Set(Boolean,String,String) Set method allows you to set the following properties quickly:
  • IsNull
  • Operator
  • SearchCondition
 
Set(Boolean,String,String,SearchModes) Set method allows you to set the following properties quickly:
  • IsNull
  • Operator
  • SearchCondition
  • SearchMode
 
Set(SortTypes,Int32) Set method allows you to set the following properties quickly:
  • Sort
  • SortPosition
 
Set(GroupTypes,Int32) Set method allows you to set the following properties quickly:
  • GroupType
  • GroupPosition
 

Requirements

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

See Also