Table of Contents

ValidateParamsAttribute.Create Constructor

Creates the attribute.

Syntax

Unit: XData.Service.Common

constructor ValidateParamsAttribute.Create(AEnabled: Boolean = True);

Parameters

<-> Parameter Type Description
AEnabled Boolean Optional: Default value is True

Whether validation is enabled. Pass False in a method to disable the validation enabled by the attribute of its interface.

See also