C# Class Habanero.Faces.VWG.ListBoxVWG.ListBoxSelectedObjectCollectionGiz

Represents the collection of selected items in the ListBox
Inheritance: ISelectedObjectCollection
Mostrar archivo Open project: Chillisoft/habanero.faces

Public Methods

Method Description
Add ( object item ) : void

Adds an item to the list of selected items for a ListBox

Contains ( object selectedObject ) : bool
GetEnumerator ( ) : IEnumerator

Returns an enumerator that iterates through a collection.

ListBoxSelectedObjectCollectionGiz ( SelectedObjectCollection items ) : System

Method Details

Add() public method

Adds an item to the list of selected items for a ListBox
public Add ( object item ) : void
item object An object representing the item to add /// to the collection of selected items
return void

Contains() public method

public Contains ( object selectedObject ) : bool
selectedObject object
return bool

GetEnumerator() public method

Returns an enumerator that iterates through a collection.
public GetEnumerator ( ) : IEnumerator
return IEnumerator

ListBoxSelectedObjectCollectionGiz() public method

public ListBoxSelectedObjectCollectionGiz ( SelectedObjectCollection items ) : System
items SelectedObjectCollection
return System