Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.ObjectSupport.GetProperties Method

Retrieve PropertyInfo for all properties.

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

Syntax

public static List<PropertyInfo> GetProperties( Type type );

Parameters

type

The Type of the parent model for which all properties are retrieved.

Return Value

PorpertyInfo for all properties.

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