C# 클래스 Controls.Item

파일 보기 프로젝트 열기: paigedr/swipenserve

보호된 프로퍼티들

프로퍼티 타입 설명
altimagepath string
imagepath string
name string
price double

공개 메소드들

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

메소드 상세

AltImage() 공개 메소드

public AltImage ( ) : string
리턴 string

Image() 공개 메소드

public Image ( ) : string
리턴 string

Item() 공개 메소드

public Item ( ) : System
리턴 System

Item() 공개 메소드

public Item ( Item i ) : System
i Item
리턴 System

Item() 공개 메소드

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

Name() 공개 메소드

public Name ( ) : string
리턴 string

Price() 공개 메소드

public Price ( ) : double
리턴 double

SetImage() 공개 메소드

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

SetLabel() 공개 메소드

public SetLabel ( Label l ) : void
l Label
리턴 void

프로퍼티 상세

altimagepath 보호되어 있는 프로퍼티

protected string altimagepath
리턴 string

imagepath 보호되어 있는 프로퍼티

protected string imagepath
리턴 string

name 보호되어 있는 프로퍼티

protected string name
리턴 string

price 보호되어 있는 프로퍼티

protected double price
리턴 double