C# Class Rebel.Framework.Persistence.Examine.LinearHiveIndexOperation

Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode Description
AddOrUpdateField ( string key, Lazy val ) : void

Adds or updates a string field value

AddOrUpdateField ( string key, string val ) : void

Adds or updates a string field value

LinearHiveIndexOperation ( ) : System

Method Details

AddOrUpdateField() public méthode

Adds or updates a string field value
public AddOrUpdateField ( string key, Lazy val ) : void
key string
val Lazy
Résultat void

AddOrUpdateField() public méthode

Adds or updates a string field value
public AddOrUpdateField ( string key, string val ) : void
key string
val string
Résultat void

LinearHiveIndexOperation() public méthode

public LinearHiveIndexOperation ( ) : System
Résultat System