NuxeoDotNetClient  1.0.0 beta
.NET Client for Nuxeo Automation and REST API
Public Member Functions | List of all members
NuxeoClient.Wrappers.ParamProperties Class Reference

Represents a Dictionary<struct, JToken> structure to hold parameters operation parameters. More...

Public Member Functions

override string ToString ()
 Creates and returns a string representation of the current ParamProperties object. More...
 

Detailed Description

Represents a Dictionary<struct, JToken> structure to hold parameters operation parameters.

Definition at line 26 of file ParamProperties.cs.

Inheritance diagram for NuxeoClient.Wrappers.ParamProperties:

Member Function Documentation

override string NuxeoClient.Wrappers.ParamProperties.ToString ( )

Creates and returns a string representation of the current ParamProperties object.

Returns
A string representation of the current ParamProperties object.

Definition at line 32 of file ParamProperties.cs.