C# Class Builder.Lesson

ファイルを表示 Open project: yusufyilmazfr/tasarim-desenleri-turkce-kaynak

Public Properties

Property Type Description
discountApplied bool
discountedPrice double
id int
lessonNote string
name string
price double

Property Details

discountApplied public_oe property

public bool discountApplied
return bool

discountedPrice public_oe property

public double discountedPrice
return double

id public_oe property

public int id
return int

lessonNote public_oe property

public string lessonNote
return string

name public_oe property

public string name
return string

price public_oe property

public double price
return double