C# Class SenseNet.Search.Querying.SnTerm

Inheritance: IndexValue
Afficher le fichier Open project: SenseNet/sensenet

Méthodes publiques

Méthode Description
SnTerm ( string name, Array value ) : System

Initializes an instance of the SnTerm with a named array of System.String value.

SnTerm ( string name, DateTime value ) : System

Initializes an instance of the SnTerm with a named System.DateTime value

SnTerm ( string name, bool value ) : System

Initializes an instance of the SnTerm with a named System.Boolean value

SnTerm ( string name, double value ) : System

Initializes an instance of the SnTerm with a named System.Double value

SnTerm ( string name, float value ) : System

Initializes an instance of the SnTerm with a named System.Single value

SnTerm ( string name, int value ) : System

Initializes an instance of the SnTerm with a named System.Int32 value

SnTerm ( string name, long value ) : System

Initializes an instance of the SnTerm with a named System.Int64 value

SnTerm ( string name, string value ) : System

Initializes an instance of the SnTerm with a named System.String value

ToString ( ) : string

Method Details

SnTerm() public méthode

Initializes an instance of the SnTerm with a named array of System.String value.
public SnTerm ( string name, Array value ) : System
name string The name of the term.
value Array Array of System.String value
Résultat System

SnTerm() public méthode

Initializes an instance of the SnTerm with a named System.DateTime value
public SnTerm ( string name, DateTime value ) : System
name string The name of the term.
value DateTime System.DateTime value
Résultat System

SnTerm() public méthode

Initializes an instance of the SnTerm with a named System.Boolean value
public SnTerm ( string name, bool value ) : System
name string The name of the term.
value bool System.Boolean value
Résultat System

SnTerm() public méthode

Initializes an instance of the SnTerm with a named System.Double value
public SnTerm ( string name, double value ) : System
name string The name of the term.
value double System.Double value
Résultat System

SnTerm() public méthode

Initializes an instance of the SnTerm with a named System.Single value
public SnTerm ( string name, float value ) : System
name string The name of the term.
value float System.Single value
Résultat System

SnTerm() public méthode

Initializes an instance of the SnTerm with a named System.Int32 value
public SnTerm ( string name, int value ) : System
name string The name of the term.
value int System.Int32 value
Résultat System

SnTerm() public méthode

Initializes an instance of the SnTerm with a named System.Int64 value
public SnTerm ( string name, long value ) : System
name string The name of the term.
value long System.Int64 value
Résultat System

SnTerm() public méthode

Initializes an instance of the SnTerm with a named System.String value
public SnTerm ( string name, string value ) : System
name string The name of the term.
value string System.String value
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string