Class TParametersParameter

Unit

Declaration

type TParametersParameter = class(TBackboneElement)

Description

This resource is a non-persisted resource used to pass information into and back from an [operation](operations.html). It has no other use, and there is no RESTful endpoint associated with it.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property value : TElement read Getvalue write Setvalue;
Public property resource : TResource read Getresource write Setresource;
Public property part : TParametersParameterArray read GetpartArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property name_ : string read Getname_ write Setname_;

The name of the parameter (reference to the operation definition).

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property value : TElement read Getvalue write Setvalue;

If the parameter is a data type.

Public property resource : TResource read Getresource write Setresource;

If the parameter is a whole resource.

Public property part : TParametersParameterArray read GetpartArray;

A named part of a multi-part parameter.


Generated by PasDoc 0.15.0.