Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.ObjectSupport.GetClassData Method

Retrieve class information for a given Type.

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

Syntax

public static ClassData GetClassData(
    Type type,
    bool Cache = true );

Parameters

type

The Type.

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

Class information.

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