Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.PropertyData.GetDescription Method

Retrieves the property description.

Class: YetaWF.Core.Models.PropertyData
Namespace: YetaWF.Core.Models
Assembly: YetaWF.Core

Syntax

public string? GetDescription( object? container );

Parameters

container

The parent model containing this property.

Return Value

The description.

Remarks

If the ResourceRedirectAttribute is used, GetDescription returns the redirected description, otherwise the localized description derived from the DescriptionAttribute is returned.

See Also YetaWF.Core.Models.PropertyData ClassYetaWF.Core Overview