Méthode | 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 |
Méthode | 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 |
Méthode | Description | |
---|---|---|
Is ( EditableItemSelectionFilter filter ) : bool |
protected ConvertToValue ( string value ) : object | ||
value | string | |
Résultat | object |
public EditableItemSelectionAttribute ( ) : N2.Definitions | ||
Résultat | N2.Definitions |
public EditableItemSelectionAttribute ( |
||
linkedType | ||
Résultat | N2.Definitions |
public EditableItemSelectionAttribute ( |
||
linkedType | ||
title | string | |
sortOrder | int | |
Résultat | N2.Definitions |
protected GetDataItemsByIds ( ) : IEnumerable |
||
Résultat | IEnumerable |
protected GetListItems ( ) : System.Web.UI.WebControls.ListItem[] | ||
Résultat | System.Web.UI.WebControls.ListItem[] |
protected GetStoredSelection ( ContentItem item ) : HashSet |
||
item | ContentItem | |
Résultat | HashSet |
protected GetValue ( ContentItem item ) : string | ||
item | ContentItem | |
Résultat | string |
protected ReplaceStoredValue ( ContentItem item, IEnumerable |
||
item | ContentItem | |
linksToReplace | IEnumerable |
|
Résultat | void |
public UpdateEditor ( ContentItem item, System editor ) : void | ||
item | ContentItem | |
editor | System | |
Résultat | void |
public UpdateItem ( ContentItem item, System editor ) : bool | ||
item | ContentItem | |
editor | System | |
Résultat | bool |
public Write ( ContentItem item, string propertyName, System writer ) : void | ||
item | ContentItem | |
propertyName | string | |
writer | System | |
Résultat | void |