Class HasStaticIconAttribute
Set this when theres a custom icon name built from a static call. Function should take a type and return a string.
Inheritance
System.Object
HasStaticIconAttribute
Namespace: Eco.Core.Controller
Assembly: Eco.Core.dll
Syntax
public class HasStaticIconAttribute : Attribute
Constructors
HasStaticIconAttribute(String)
Declaration
public HasStaticIconAttribute(string funcName)
Parameters
Type | Name | Description |
---|---|---|
System.String | funcName |
Fields
StaticFuncName
Declaration
public string StaticFuncName
Field Value
Type | Description |
---|---|
System.String |