C# Class N2.Details.EditableMultipleItemSelectionAttribute

Inheritance: EditableItemSelectionAttribute
Mostrar archivo Open project: n2cms/n2cms

Public Methods

Method Description
EditableMultipleItemSelectionAttribute ( ) : System
EditableMultipleItemSelectionAttribute ( Type linkedType ) : System
EditableMultipleItemSelectionAttribute ( Type linkedType, string title, int sortOrder ) : System
Write ( ContentItem item, string propertyName, System writer ) : void

Protected Methods

Method Description
AddEditor ( System container ) : System.Web.UI.Control
Configure ( N2.Web.UI.WebControls.MultiSelect ddl ) : void
GetStoredSelection ( ContentItem item ) : HashSet
ReplaceStoredValue ( ContentItem item, IEnumerable linksToReplace ) : void

Method Details

AddEditor() protected method

protected AddEditor ( System container ) : System.Web.UI.Control
container System
return System.Web.UI.Control

Configure() protected method

protected Configure ( N2.Web.UI.WebControls.MultiSelect ddl ) : void
ddl N2.Web.UI.WebControls.MultiSelect
return void

EditableMultipleItemSelectionAttribute() public method

public EditableMultipleItemSelectionAttribute ( ) : System
return System

EditableMultipleItemSelectionAttribute() public method

public EditableMultipleItemSelectionAttribute ( Type linkedType ) : System
linkedType System.Type
return System

EditableMultipleItemSelectionAttribute() public method

public EditableMultipleItemSelectionAttribute ( Type linkedType, string title, int sortOrder ) : System
linkedType System.Type
title string
sortOrder int
return System

GetStoredSelection() protected method

protected GetStoredSelection ( ContentItem item ) : HashSet
item ContentItem
return HashSet

ReplaceStoredValue() protected method

protected ReplaceStoredValue ( ContentItem item, IEnumerable linksToReplace ) : void
item ContentItem
linksToReplace IEnumerable
return void

Write() public method

public Write ( ContentItem item, string propertyName, System writer ) : void
item ContentItem
propertyName string
writer System
return void