ClientListResultHandler<T> members
Initializes a generic list 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 ClientListResultHandler<T> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ClientListResultHandler<T> | Initializes a new instance of the ClientListResultHandler<T> class with a specified IList<UTP> generic list. This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IFromJson.CustomFromJson | Indicates whether custom code is used to initialize the generic list. This member is reserved for internal use and is not intended to be used directly from your code. | |
IFromJson.FromJson | Processes the JSON data and initializes the generic list with the JSON data. This member is reserved for internal use and is not intended to be used directly from your code. |
Top