Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFComponentExtender.GetDataProviderFilterInfoFromUIHint Method

Returns DataProviderFilterInfo for a complex filter.

Class: YetaWF.Core.Components.YetaWFComponentExtender
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public static DataProviderFilterInfo? GetDataProviderFilterInfoFromUIHint(
    string uiHint,
    string propName,
    string? jsonData );

Parameters

uiHint

The component name found in a UIHintAttribute.

propName

Defines the property name.

jsonData

The JSON data specific to this filter implementation.

Return Value

Returns DataProviderFilterInfo for a complex filter.

See Also YetaWF.Core.Components.YetaWFComponentExtender ClassYetaWF.Core Overview