C# 클래스 Spark.Mongo.Search.Indexer.BsonIndexDocument

상속: BsonDocument
파일 보기 프로젝트 열기: raysearchlabs/spark 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
RootId string

공개 메소드들

메소드 설명
BsonIndexDocument ( IKey key ) : MongoDB.Bson
Write ( string field, BsonValue value ) : void

메소드 상세

BsonIndexDocument() 공개 메소드

public BsonIndexDocument ( IKey key ) : MongoDB.Bson
key IKey
리턴 MongoDB.Bson

Write() 공개 메소드

public Write ( string field, BsonValue value ) : void
field string
value BsonValue
리턴 void

프로퍼티 상세

RootId 공개적으로 프로퍼티

public string RootId
리턴 string