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
identifierstringUnique identifier of the application.
typeTypeType of the application.
slugstringSlug of the application for the URL.
namestringDisplay name of the application.
iconstringIcon for the application.
templateNamestringName 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
identifierstringUnique identifier of the application.
typeTypeType of the application.
slugstringSlug of the application for the URL.
namestringDisplay name of the application.
categorystringCode name of the category the application belongs to.
iconstringIcon for the application.
templateNamestringName 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