C# 클래스 Rebel.Framework.Persistence.Examine.LinearHiveIndexOperation

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddOrUpdateField() 공개 메소드

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

AddOrUpdateField() 공개 메소드

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

LinearHiveIndexOperation() 공개 메소드

public LinearHiveIndexOperation ( ) : System
리턴 System