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

Overload List

OverloadDescription
Set(String,String,PartialTextModes) Set method allows you to set the following properties quickly:
  • Operator
  • SearchCondition
  • PartialTextMode (and this method will automtically set the PartialTextMatch to true).
 
Set(String,String,SearchModes,PartialTextModes) Set method allows you to set the following properties quickly:
  • Operator
  • SearchCondition
  • SearchMode
  • PartialTextMode (and this method will automtically set the PartialTextMatch to true).
 
Set(String,String) Set method allows you to set the following properties quickly:
  • Operator
  • SearchCondition
(Inherited from BaseField)
Set(String,String,SearchModes) Set method allows you to set the following properties quickly:
  • Operator
  • SearchCondition
  • SearchMode
(Inherited from BaseField)
Set(Boolean,String) Set method allows you to set the following properties quickly:
  • IsNull
  • Operator
(Inherited from BaseField)
Set(Boolean,String,String) Set method allows you to set the following properties quickly:
  • IsNull
  • Operator
  • SearchCondition
(Inherited from BaseField)
Set(Boolean,String,String,SearchModes) Set method allows you to set the following properties quickly:
  • IsNull
  • Operator
  • SearchCondition
  • SearchMode
(Inherited from BaseField)
Set(SortTypes,Int32) Set method allows you to set the following properties quickly:
  • Sort
  • SortPosition
(Inherited from BaseField)
Set(GroupTypes,Int32) Set method allows you to set the following properties quickly:
  • GroupType
  • GroupPosition
(Inherited from BaseField)

Requirements

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

See Also