Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Components.PropertyList.LoadPropertyListDefinitionsAsync Method

Loads the propertylist definitions for a propertylist based on its model type.

Class: YetaWF.Modules.ComponentsHTML.Components.PropertyList
Namespace: YetaWF.Modules.ComponentsHTML.Components
Assembly: YetaWF.ComponentsHTML

Syntax

public static Task<PropertyListSetup> LoadPropertyListDefinitionsAsync( Type model );

Parameters

model

The model type for which propertylist definitions is to be loaded.

Return Value

Returns an object describing the propertylist.

Remarks

This method is not used by applications. It is reserved for component implementation.

See Also YetaWF.Modules.ComponentsHTML.Components.PropertyList ClassYetaWF.ComponentsHTML PackageYetaWF.Core