API Reference
Class
IconNameAttribute
Specifies the Font Awesome icon name (kebab-case) for an enum value
Inheritance
- Attribute
- IconNameAttribute
Constructors
public IconNameAttribute(String name) #Initializes a new instance of the IconNameAttribute class
Parameters
- name System.String
- The Font Awesome icon name (e.g., "address-book", "github")
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Attribute
Parameters
- obj Object
public override Boolean Match(Object obj) #Returns:
BooleanInherited from Attribute
Parameters
- obj Object
Properties
public String Name { get; } #Gets the Font Awesome icon name
Inherited Properties
public override Object TypeId { get; } #Inherited from Attribute