C# Class SenseNet.Portal.UI.PortletFramework.WebCategoryAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Свойство Type Description
Default WebCategoryAttribute

Méthodes publiques

Méthode Description
WebCategoryAttribute ( ) : System
WebCategoryAttribute ( string title ) : System
WebCategoryAttribute ( string title, int index ) : System
WebCategoryAttribute ( string className, string key ) : System
WebCategoryAttribute ( string className, string key, int index ) : System
WebCategoryAttribute ( string className, string key, int index, string cultureInfo ) : System

Method Details

WebCategoryAttribute() public méthode

public WebCategoryAttribute ( ) : System
Résultat System

WebCategoryAttribute() public méthode

public WebCategoryAttribute ( string title ) : System
title string
Résultat System

WebCategoryAttribute() public méthode

public WebCategoryAttribute ( string title, int index ) : System
title string
index int
Résultat System

WebCategoryAttribute() public méthode

public WebCategoryAttribute ( string className, string key ) : System
className string
key string
Résultat System

WebCategoryAttribute() public méthode

public WebCategoryAttribute ( string className, string key, int index ) : System
className string
key string
index int
Résultat System

WebCategoryAttribute() public méthode

public WebCategoryAttribute ( string className, string key, int index, string cultureInfo ) : System
className string
key string
index int
cultureInfo string
Résultat System

Property Details

Default public_oe static_oe property

public static WebCategoryAttribute,SenseNet.Portal.UI.PortletFramework Default
Résultat WebCategoryAttribute