[]
        
(Showing Draft Content)

C1.Schedule.Localization.C1CategoryAttribute.-ctor

C1CategoryAttribute Constructor

C1CategoryAttribute(string)

Initializes a new instance of the C1CategoryAttribute attribute.

Declaration
public C1CategoryAttribute(string categoryName)
Public Sub New(categoryName As String)
Parameters
Type Name Description
string categoryName

Default non-localized category name.

C1CategoryAttribute(string, string)

Initializes a new instance of the C1CategoryAttribute attribute.

Declaration
public C1CategoryAttribute(string key, string categoryName)
Public Sub New(key As String, categoryName As String)
Parameters
Type Name Description
string key

The key value used to keep specific category.

string categoryName

Default non-localized category name.