C# 클래스 Builder.Lesson

파일 보기 프로젝트 열기: yusufyilmazfr/tasarim-desenleri-turkce-kaynak

공개 프로퍼티들

프로퍼티 타입 설명
discountApplied bool
discountedPrice double
id int
lessonNote string
name string
price double

프로퍼티 상세

discountApplied 공개적으로 프로퍼티

public bool discountApplied
리턴 bool

discountedPrice 공개적으로 프로퍼티

public double discountedPrice
리턴 double

id 공개적으로 프로퍼티

public int id
리턴 int

lessonNote 공개적으로 프로퍼티

public string lessonNote
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

price 공개적으로 프로퍼티

public double price
리턴 double