Method | Description | |
---|---|---|
EditableMultipleItemSelectionAttribute ( ) : System | ||
EditableMultipleItemSelectionAttribute ( |
||
EditableMultipleItemSelectionAttribute ( |
||
Write ( ContentItem item, string propertyName, System writer ) : void |
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 |
protected AddEditor ( System container ) : System.Web.UI.Control | ||
container | System | |
return | System.Web.UI.Control |
protected Configure ( N2.Web.UI.WebControls.MultiSelect ddl ) : void | ||
ddl | N2.Web.UI.WebControls.MultiSelect | |
return | void |
public EditableMultipleItemSelectionAttribute ( ) : System | ||
return | System |
public EditableMultipleItemSelectionAttribute ( |
||
linkedType | ||
return | System |
public EditableMultipleItemSelectionAttribute ( |
||
linkedType | ||
title | string | |
sortOrder | int | |
return | System |
protected GetStoredSelection ( ContentItem item ) : HashSet |
||
item | ContentItem | |
return | HashSet |
protected ReplaceStoredValue ( ContentItem item, IEnumerable |
||
item | ContentItem | |
linksToReplace | IEnumerable |
|
return | void |
public Write ( ContentItem item, string propertyName, System writer ) : void | ||
item | ContentItem | |
propertyName | string | |
writer | System | |
return | void |