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

Inheritance: EditorOptions
ファイルを表示 Open project: maxpavlov/FlexNet

Public Methods

Method Description
ContentPickerEditorPartOptions ( ) : System
ContentPickerEditorPartOptions ( ContentPickerCommonType commonType ) : System
ContentPickerEditorPartOptions ( ContentPickerCommonType commonType, PortletBase viewType ) : System
ContentPickerEditorPartOptions ( PortletBase viewType ) : System

Method Details

ContentPickerEditorPartOptions() public method

public ContentPickerEditorPartOptions ( ) : System
return System

ContentPickerEditorPartOptions() public method

public ContentPickerEditorPartOptions ( ContentPickerCommonType commonType ) : System
commonType ContentPickerCommonType
return System

ContentPickerEditorPartOptions() public method

public ContentPickerEditorPartOptions ( ContentPickerCommonType commonType, PortletBase viewType ) : System
commonType ContentPickerCommonType
viewType PortletBase
return System

ContentPickerEditorPartOptions() public method

public ContentPickerEditorPartOptions ( PortletBase viewType ) : System
viewType PortletBase
return System