Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.ClassData.Categories Property

All categories derived from the CategoryAttribute of all defined properties in this class.

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

Syntax

public SerializableDictionary<string,string> Categories { get; private set; }

Remarks

A dictionary of all categories. The key is the non-localized category name. The value is the localized category name.

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