AnnotatedDocumentaddFeature Method A Sandcastle Documented Class Library
Catch-all setter used by Jackson to deserialize unknown properties into the {@link #otherFeatures} map.

Namespace: Ontotext.S4.service
Assembly: S4ClientLibrary (in S4ClientLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void addFeature(
	string name,
	JsonObject value
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Ontotext.S4.service.AnnotatedDocument.addFeature(System.String,System.Json.JsonObject)"]

value
Type: JsonObject

[Missing <param name="value"/> documentation for "M:Ontotext.S4.service.AnnotatedDocument.addFeature(System.String,System.Json.JsonObject)"]

See Also

Reference