[]
Initializes a new instance of the C1CategoryAttribute attribute.
public C1CategoryAttribute(string categoryName)
Type | Name | Description |
---|---|---|
string | categoryName | Default non-localized category name. |
Initializes a new instance of the C1CategoryAttribute attribute.
public C1CategoryAttribute(string key, string categoryName)
Type | Name | Description |
---|---|---|
string | key | The key value used to keep specific category. |
string | categoryName | Default non-localized category name. |