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

ファイルを表示 Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method 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 method

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

AddOrUpdateField() public method

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

LinearHiveIndexOperation() public method

public LinearHiveIndexOperation ( ) : System
return System