[]
        
(Showing Draft Content)

C1.Win.Localization.C1CategoryAttribute.-ctor

C1CategoryAttribute Constructor

C1CategoryAttribute(Type, string)

Initializes a new instance of the C1CategoryAttribute attribute.

Declaration
public C1CategoryAttribute(Type stringsType, string categoryName)
Parameters
Type Name Description
Type stringsType

The Type defining string properties.

string categoryName

Default non-localized category name.

C1CategoryAttribute(Type, string, string)

Initializes a new instance of the C1CategoryAttribute attribute.

Declaration
public C1CategoryAttribute(Type stringsType, string key, string categoryName)
Parameters
Type Name Description
Type stringsType

The Type defining string properties.

string key

The key value used to keep specific category.

string categoryName

Default non-localized category name.