Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.ObjectSupport.GetPropertyData Method

Retrieve property information for a given Type.

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

Syntax

public static PropertyData GetPropertyData(
    Type type,
    string propName );
public static List<PropertyData> GetPropertyData(
    Type type,
    bool Cache = true );

Parameters

type

The Type.

propName

The name of the property.

Cache

True if all data should be cached, false otherwise. If false is specified, only the class without inherited/base class information is returned.

Return Value

List of all properties.

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