IJsonResultsAdapter Interface Breeze.sharp
Instances of this interface are used to provide custom extraction and parsing logic on the json results returned by any web service. This facility makes it possible for breeze to talk to virtually any web service and return objects that will be first class 'breeze' citizens.

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public interface IJsonResultsAdapter

The IJsonResultsAdapter type exposes the following members.

Methods

  NameDescription
Public methodExtractResults
Public methodVisitNode
Top
Properties

  NameDescription
Public propertyName
Top
See Also

Reference