ClientDictionaryResultHandler<T> members

Initializes a generic dictionary with JavaScript Object Notation (JSON) data from the server. This class and its members are reserved for internal use and are not intended to be used in your code.

The ClientDictionaryResultHandler<T> type exposes the following members.

Constructors

  Name Description
Public method ClientDictionaryResultHandler<T> Initializes a new instance of the ClientDictionaryResultHandler<T> class with a specified IDictionary<String, UTP> generic dictionary. This member is reserved for internal use and is not intended to be used directly from your code.

Top

Methods

  Name Description
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IFromJson.CustomFromJson Indicates whether custom code is used to initialize the generic dictionary. This member is reserved for internal use and is not intended to be used directly from your code.
Explicit interface implemetationPrivate method IFromJson.FromJson Processes the JSON data and initializes the generic dictionary with the data. This member is reserved for internal use and is not intended to be used directly from your code.

Top

See also

Reference

ClientDictionaryResultHandler<T> class

Microsoft.SharePoint.Client namespace