Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.ObjectSupport.GetEnumData Method

Retrieve enumeration information for a given Type.

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

Syntax

public static EnumData GetEnumData(
    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

Enumeration information.

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