C# Class N2.Details.EditableMultipleItemSelectionAttribute

Inheritance: EditableItemSelectionAttribute
Afficher le fichier Open project: n2cms/n2cms

Méthodes publiques

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

Méthodes protégées

Méthode 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 méthode

protected AddEditor ( System container ) : System.Web.UI.Control
container System
Résultat System.Web.UI.Control

Configure() protected méthode

protected Configure ( N2.Web.UI.WebControls.MultiSelect ddl ) : void
ddl N2.Web.UI.WebControls.MultiSelect
Résultat void

EditableMultipleItemSelectionAttribute() public méthode

public EditableMultipleItemSelectionAttribute ( ) : System
Résultat System

EditableMultipleItemSelectionAttribute() public méthode

public EditableMultipleItemSelectionAttribute ( Type linkedType ) : System
linkedType System.Type
Résultat System

EditableMultipleItemSelectionAttribute() public méthode

public EditableMultipleItemSelectionAttribute ( Type linkedType, string title, int sortOrder ) : System
linkedType System.Type
title string
sortOrder int
Résultat System

GetStoredSelection() protected méthode

protected GetStoredSelection ( ContentItem item ) : HashSet
item ContentItem
Résultat HashSet

ReplaceStoredValue() protected méthode

protected ReplaceStoredValue ( ContentItem item, IEnumerable linksToReplace ) : void
item ContentItem
linksToReplace IEnumerable
Résultat void

Write() public méthode

public Write ( ContentItem item, string propertyName, System writer ) : void
item ContentItem
propertyName string
writer System
Résultat void