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

Inheritance: System.Attribute
ファイルを表示 Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
Default WebCategoryAttribute

Public Methods

Method 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 method

public WebCategoryAttribute ( ) : System
return System

WebCategoryAttribute() public method

public WebCategoryAttribute ( string title ) : System
title string
return System

WebCategoryAttribute() public method

public WebCategoryAttribute ( string title, int index ) : System
title string
index int
return System

WebCategoryAttribute() public method

public WebCategoryAttribute ( string className, string key ) : System
className string
key string
return System

WebCategoryAttribute() public method

public WebCategoryAttribute ( string className, string key, int index ) : System
className string
key string
index int
return System

WebCategoryAttribute() public method

public WebCategoryAttribute ( string className, string key, int index, string cultureInfo ) : System
className string
key string
index int
cultureInfo string
return System

Property Details

Default public_oe static_oe property

public static WebCategoryAttribute,SenseNet.Portal.UI.PortletFramework Default
return WebCategoryAttribute