[]
Initializes a new instance of the C1CategoryAttribute attribute.
public C1CategoryAttribute(Type stringsType, string categoryName)
Type | Name | Description |
---|---|---|
Type | stringsType | The Type defining string properties. |
string | categoryName | Default non-localized category name. |
Initializes a new instance of the C1CategoryAttribute attribute.
public C1CategoryAttribute(Type stringsType, string key, string categoryName)
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. |