Click or drag to resize

IViewCompiler Interface

An object that can be used to compile source code into map and reduce delegates.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public interface IViewCompiler

The IViewCompiler type exposes the following members.

Methods
  NameDescription
Public methodCompileMap
Compiles source code into a MapDelegate.
Public methodCompileReduce
Compiles source code into a ReduceDelegate.
Top
See Also