C# Class Controls.Item

Show file Open project: paigedr/swipenserve

Protected Properties

Property Type Description
altimagepath string
imagepath string
name string
price double

Public Methods

Method Description
AltImage ( ) : string
Image ( ) : string
Item ( ) : System
Item ( Item i ) : System
Item ( string n, string i, double p, string a = "" ) : System
Name ( ) : string
Price ( ) : double
SetImage ( Image i, Boolean alt = false ) : void
SetLabel ( Label l ) : void

Method Details

AltImage() public method

public AltImage ( ) : string
return string

Image() public method

public Image ( ) : string
return string

Item() public method

public Item ( ) : System
return System

Item() public method

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

Item() public method

public Item ( string n, string i, double p, string a = "" ) : System
n string
i string
p double
a string
return System

Name() public method

public Name ( ) : string
return string

Price() public method

public Price ( ) : double
return double

SetImage() public method

public SetImage ( Image i, Boolean alt = false ) : void
i Image
alt Boolean
return void

SetLabel() public method

public SetLabel ( Label l ) : void
l Label
return void

Property Details

altimagepath protected property

protected string altimagepath
return string

imagepath protected property

protected string imagepath
return string

name protected property

protected string name
return string

price protected property

protected double price
return double