C# Class Open.Core.Lists.ListItem

An implementation of a TreeNode for inclusion within the ListTree control.
Inheritance: TreeNode, IListItem, IHtmlFactory
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string text ) : ListItem

Creates a new tree node (factory).

CreateHtml ( ) : string

Allows deriving classes to provide custom HTML for the item.

To reuse default behavior, use the following classes on child-elements of the returned HTML: - itemLabel: The display text of the item.

ToString ( ) : string

Méthodes protégées

Méthode Description
OnIsSelectedChanged ( ) : void

Method Details

Create() public static méthode

Creates a new tree node (factory).
public static Create ( string text ) : ListItem
text string The value of the 'Text' property.
Résultat ListItem

CreateHtml() public méthode

Allows deriving classes to provide custom HTML for the item.
To reuse default behavior, use the following classes on child-elements of the returned HTML: - itemLabel: The display text of the item.
public CreateHtml ( ) : string
Résultat string

OnIsSelectedChanged() protected méthode

protected OnIsSelectedChanged ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string