Class UICategoryAttribute
UI category attribute
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class UICategoryAttribute : Attribute
- Inheritance
-
objectAttributeUICategoryAttribute
- Extension Methods
Constructors
UICategoryAttribute(string, string, string, int)
Creates new instance of UICategoryAttribute.
public UICategoryAttribute(string codeName, string name, string icon, int order)
Parameters
codeName
stringCategory code name
name
stringName
icon
stringIcon
order
intCategory order.
Properties
CodeName
Category code name
public string CodeName { get; }
Property Value
- string
Icon
Icon
public string Icon { get; }
Property Value
- string
Name
Category name
public string Name { get; }
Property Value
- string
Order
Order of the category.
public int Order { get; }
Property Value
- int