C# 클래스 Habanero.Faces.VWG.ListBoxVWG.ListBoxSelectedObjectCollectionGiz

Represents the collection of selected items in the ListBox
상속: ISelectedObjectCollection
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

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
리턴 void

Contains() 공개 메소드

public Contains ( object selectedObject ) : bool
selectedObject object
리턴 bool

GetEnumerator() 공개 메소드

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

ListBoxSelectedObjectCollectionGiz() 공개 메소드

public ListBoxSelectedObjectCollectionGiz ( SelectedObjectCollection items ) : System
items SelectedObjectCollection
리턴 System