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
codeNamestringCategory code name
namestringName
iconstringIcon
orderintCategory 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