C# Class Controls.ItemList

Afficher le fichier Open project: paigedr/swipenserve Class Usage Examples

Méthodes publiques

Свойство Type Description
multiselected System.Boolean[]

Protected Properties

Свойство Type Description
items List
selected int

Méthodes publiques

Méthode Description
Add ( Item i ) : void
Count ( ) : int
Delete ( Item i ) : void
Display ( Image img, int displaytype ) : void
DisplayAsText ( System.Windows.Controls.Label labels ) : void
Down ( ) : void
Item ( int i ) : Item
ItemList ( ) : System
ItemList ( Item i ) : System
ItemList ( ItemList i ) : System
Items ( ) : List
MultiSelected ( int i ) : System.Boolean
Names ( ) : string[]
ReturnMultiple ( ) : ItemList
ReturnSingle ( ) : Item
Select ( int i ) : void
SelectedIndex ( ) : int
Toggle ( int i ) : void
ToggleSelected ( ) : void
TotalPrice ( ) : double
Up ( ) : void

Method Details

Add() public méthode

public Add ( Item i ) : void
i Item
Résultat void

Count() public méthode

public Count ( ) : int
Résultat int

Delete() public méthode

public Delete ( Item i ) : void
i Item
Résultat void

Display() public méthode

public Display ( Image img, int displaytype ) : void
img Image
displaytype int
Résultat void

DisplayAsText() public méthode

public DisplayAsText ( System.Windows.Controls.Label labels ) : void
labels System.Windows.Controls.Label
Résultat void

Down() public méthode

public Down ( ) : void
Résultat void

Item() public méthode

public Item ( int i ) : Item
i int
Résultat Item

ItemList() public méthode

public ItemList ( ) : System
Résultat System

ItemList() public méthode

public ItemList ( Item i ) : System
i Item
Résultat System

ItemList() public méthode

public ItemList ( ItemList i ) : System
i ItemList
Résultat System

Items() public méthode

public Items ( ) : List
Résultat List

MultiSelected() public méthode

public MultiSelected ( int i ) : System.Boolean
i int
Résultat System.Boolean

Names() public méthode

public Names ( ) : string[]
Résultat string[]

ReturnMultiple() public méthode

public ReturnMultiple ( ) : ItemList
Résultat ItemList

ReturnSingle() public méthode

public ReturnSingle ( ) : Item
Résultat Item

Select() public méthode

public Select ( int i ) : void
i int
Résultat void

SelectedIndex() public méthode

public SelectedIndex ( ) : int
Résultat int

Toggle() public méthode

public Toggle ( int i ) : void
i int
Résultat void

ToggleSelected() public méthode

public ToggleSelected ( ) : void
Résultat void

TotalPrice() public méthode

public TotalPrice ( ) : double
Résultat double

Up() public méthode

public Up ( ) : void
Résultat void

Property Details

items protected_oe property

protected List items
Résultat List

multiselected public_oe property

public Boolean[],System multiselected
Résultat System.Boolean[]

selected protected_oe property

protected int selected
Résultat int