C# Class Controls.ItemList

Show file Open project: paigedr/swipenserve Class Usage Examples

Public Properties

Property Type Description
multiselected System.Boolean[]

Protected Properties

Property Type Description
items List
selected int

Public Methods

Method 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 method

public Add ( Item i ) : void
i Item
return void

Count() public method

public Count ( ) : int
return int

Delete() public method

public Delete ( Item i ) : void
i Item
return void

Display() public method

public Display ( Image img, int displaytype ) : void
img Image
displaytype int
return void

DisplayAsText() public method

public DisplayAsText ( System.Windows.Controls.Label labels ) : void
labels System.Windows.Controls.Label
return void

Down() public method

public Down ( ) : void
return void

Item() public method

public Item ( int i ) : Item
i int
return Item

ItemList() public method

public ItemList ( ) : System
return System

ItemList() public method

public ItemList ( Item i ) : System
i Item
return System

ItemList() public method

public ItemList ( ItemList i ) : System
i ItemList
return System

Items() public method

public Items ( ) : List
return List

MultiSelected() public method

public MultiSelected ( int i ) : System.Boolean
i int
return System.Boolean

Names() public method

public Names ( ) : string[]
return string[]

ReturnMultiple() public method

public ReturnMultiple ( ) : ItemList
return ItemList

ReturnSingle() public method

public ReturnSingle ( ) : Item
return Item

Select() public method

public Select ( int i ) : void
i int
return void

SelectedIndex() public method

public SelectedIndex ( ) : int
return int

Toggle() public method

public Toggle ( int i ) : void
i int
return void

ToggleSelected() public method

public ToggleSelected ( ) : void
return void

TotalPrice() public method

public TotalPrice ( ) : double
return double

Up() public method

public Up ( ) : void
return void

Property Details

items protected property

protected List items
return List

multiselected public property

public Boolean[],System multiselected
return System.Boolean[]

selected protected property

protected int selected
return int