Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.ObjectSupport.HandlePropertiesAsync Method

Retrieve the async method named asyncName and put the return value into the property named syncName for each item in the provided list.

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

Syntax

public static Task HandlePropertiesAsync<TYPE>(
    string syncName,
    string asyncName,
    List<object> data );

Parameters

syncName

(not specified)

asyncName

(not specified)

data

(not specified)

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