Class UIApplicationAttribute
UI application attribute
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class UIApplicationAttribute : UIPageAttribute
- Inheritance
-
objectAttributeUIApplicationAttribute
- Inherited Members
- Extension Methods
Constructors
UIApplicationAttribute(string, Type, string, string, string, string)
Creates an instance of UIApplicationAttribute class.
public UIApplicationAttribute(string identifier, Type type, string slug, string name, string icon, string templateName)
Parameters
identifier
stringUnique identifier of the application.
type
TypeType of the application.
slug
stringSlug of the application for the URL.
name
stringDisplay name of the application.
icon
stringIcon for the application.
templateName
stringName of the template used for the application.
UIApplicationAttribute(string, Type, string, string, string, string, string)
Creates an instance of UIApplicationAttribute class.
public UIApplicationAttribute(string identifier, Type type, string slug, string name, string category, string icon, string templateName)
Parameters
identifier
stringUnique identifier of the application.
type
TypeType of the application.
slug
stringSlug of the application for the URL.
name
stringDisplay name of the application.
category
stringCode name of the category the application belongs to.
icon
stringIcon for the application.
templateName
stringName of the template used for the application.
Properties
Category
Category code name
public string Category { get; }
Property Value
- string
Identifier
Identifier of the application
public string Identifier { get; }
Property Value
- string