Method | Description | |
---|---|---|
EditableItemSelectionAttribute ( ) : N2.Definitions | ||
EditableItemSelectionAttribute ( |
||
EditableItemSelectionAttribute ( |
||
UpdateEditor ( ContentItem item, System editor ) : void | ||
UpdateItem ( ContentItem item, System editor ) : bool | ||
Write ( ContentItem item, string propertyName, System writer ) : void |
Method | Description | |
---|---|---|
ConvertToValue ( string value ) : object | ||
GetDataItemsByIds ( ) : IEnumerable |
||
GetListItems ( ) : System.Web.UI.WebControls.ListItem[] | ||
GetStoredSelection ( ContentItem item ) : HashSet |
||
GetValue ( ContentItem item ) : string | ||
ReplaceStoredValue ( ContentItem item, IEnumerable |
Method | Description | |
---|---|---|
Is ( EditableItemSelectionFilter filter ) : bool |
protected ConvertToValue ( string value ) : object | ||
value | string | |
return | object |
public EditableItemSelectionAttribute ( ) : N2.Definitions | ||
return | N2.Definitions |
public EditableItemSelectionAttribute ( |
||
linkedType | ||
return | N2.Definitions |
public EditableItemSelectionAttribute ( |
||
linkedType | ||
title | string | |
sortOrder | int | |
return | N2.Definitions |
protected GetDataItemsByIds ( ) : IEnumerable |
||
return | IEnumerable |
protected GetListItems ( ) : System.Web.UI.WebControls.ListItem[] | ||
return | System.Web.UI.WebControls.ListItem[] |
protected GetStoredSelection ( ContentItem item ) : HashSet |
||
item | ContentItem | |
return | HashSet |
protected GetValue ( ContentItem item ) : string | ||
item | ContentItem | |
return | string |
protected ReplaceStoredValue ( ContentItem item, IEnumerable |
||
item | ContentItem | |
linksToReplace | IEnumerable |
|
return | void |
public UpdateEditor ( ContentItem item, System editor ) : void | ||
item | ContentItem | |
editor | System | |
return | void |
public UpdateItem ( ContentItem item, System editor ) : bool | ||
item | ContentItem | |
editor | System | |
return | bool |
public Write ( ContentItem item, string propertyName, System writer ) : void | ||
item | ContentItem | |
propertyName | string | |
writer | System | |
return | void |