C# 클래스 SiparisOtomasyonu.YetkiliFirma

파일 보기 프로젝트 열기: berkansasmaz/oop-order-automation 1 사용 예제들

공개 메소드들

메소드 설명
UrunCıkart ( int index ) : void
UrunEkle ( SiparisOtomasyonu.urun urn ) : void
UrunGüncelle ( int index, string ad, int miktar, string aciklama, int fiyat ) : void
YetkiliFirma ( ) : System
stokAzalt ( string u, int Miktar ) : void

메소드 상세

UrunCıkart() 공개 메소드

public UrunCıkart ( int index ) : void
index int
리턴 void

UrunEkle() 공개 메소드

public UrunEkle ( SiparisOtomasyonu.urun urn ) : void
urn SiparisOtomasyonu.urun
리턴 void

UrunGüncelle() 공개 메소드

public UrunGüncelle ( int index, string ad, int miktar, string aciklama, int fiyat ) : void
index int
ad string
miktar int
aciklama string
fiyat int
리턴 void

YetkiliFirma() 공개 메소드

public YetkiliFirma ( ) : System
리턴 System

stokAzalt() 공개 메소드

public stokAzalt ( string u, int Miktar ) : void
u string
Miktar int
리턴 void