Keyoti SearchUnit API Docs
ExpressionOperators Class
API DocumentationKeyoti.SearchEngine.SearchExpressionOperators
Keyoti SearchUnit v6
A pair of strings used as logic operator (AND, OR) names
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class ExpressionOperators
public class ExpressionOperators
Public Class ExpressionOperators
Public Class ExpressionOperators
public ref class ExpressionOperators
public ref class ExpressionOperators
type ExpressionOperators =  class end
type ExpressionOperators =  class end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ExpressionOperators(String, String)
Creates an instance of ExpressionOperators that receieves two strings (AND, OR operators) as parameters

AND
Define the AND logic operator

Equals(Object)
Equal
(Overrides Object.Equals(Object).)
Finalize()()()() (Inherited from Object.)
FromString(String)
Creates an instance based on the serialization of this object through a call to ToString.

GetHashCode()()()()
hash
(Overrides Object.GetHashCode()()()().)
GetSerializationPattern()()()()
Returns the serialization pattern - which dictates how strings are converted to objects in FromString.

GetType()()()() (Inherited from Object.)
MemberwiseClone()()()() (Inherited from Object.)
OR
Define the OR logic operator

ToString()()()()
Overriden, as to return operators definition data (AND=<and>,OR=<or>)
(Overrides Object.ToString()()()().)
Inheritance Hierarchy
Object
ExpressionOperators

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120