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