Table of Contents

DescriptionAttribute.Create Constructor

Creates a DescriptionAttribute with the specified description text.

Syntax

Unit: Aurelius.Mapping.Attributes

constructor DescriptionAttribute.Create(const AText: string);

Parameters

<-> Parameter Type Description
const AText string The descriptive text to associate with the class, field, or property.

See also