Click or drag to resize

PropertyTransformationDelegate Delegate

The signature of a method that transforms a set of properties

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public delegate IDictionary<string, Object> PropertyTransformationDelegate(
	IDictionary<string, Object> propertyBag
)

Parameters

propertyBag
Type: System.Collections.GenericIDictionaryString, Object

Return Value

Type: IDictionaryString, Object
See Also