Click or drag to resize

PFApplicationRestHandlerPFApplicationType Properties

The PFApplicationRestHandlerPFApplicationType generic type exposes the following members.

Properties
  NameDescription
Public propertyApplication
Gets or sets the application.
Public propertyCustomHttpMethod
Gets the HTTP method text. Only filled if the used Http method is not listed by the RestHttpMethod enum.
(Inherited from PFApplicationRestHandler.)
Public propertyHttpMethod
Gets the HTTP method.
(Inherited from PFApplicationRestHandler.)
Public propertyRequest
Gets the request.
(Inherited from PFApplicationRestHandler.)
Public propertyRequestExpectsCamelCaseJson
Gets a (request parameter) value indicating if the returned JSON should follow camel case. Default value: false. Query string parameter name: "camelCase".
(Inherited from PFApplicationRestHandler.)
Public propertyRequestExpectsIgnoredNullValues
Gets a (request parameter) value indicating if the returned JSON should ignore null values. Default value: true. Query string parameter name: "ignoreNullValues".
(Inherited from PFApplicationRestHandler.)
Public propertyRequestExpectsPrettyJson
Gets a (request parameter) value indicating if the returned JSON should be indented. Default value: false. Query string parameter name: "pretty".
(Inherited from PFApplicationRestHandler.)
Public propertyResponse
Gets the response.
(Inherited from PFApplicationRestHandler.)
Top
See Also