Table of Contents

XDefaultNil Class

Defines nil as the default value of a service operation parameter of a class type.

Remarks

When the client does not provide a value for the parameter, the service operation receives nil.

Syntax

Unit: XData.Service.Common

XDefaultNil = class(XDefaultAttribute);

Constructors

Name Description
Create Creates the attribute, defining nil as the default value.