C# 클래스 Acme.Biz.Product

Manage products carried in repository
파일 보기 프로젝트 열기: DeborahK/CSharpBP-Collections 1 사용 예제들

공개 메소드들

메소드 설명
CalculateSuggestedPrice ( decimal markupPercent ) : decimal

Calculates the suggested retail price

Product ( ) : System
Product ( int productId, string productName, string description ) : System
ToString ( ) : string

메소드 상세

CalculateSuggestedPrice() 공개 메소드

Calculates the suggested retail price
public CalculateSuggestedPrice ( decimal markupPercent ) : decimal
markupPercent decimal Percent used to mark up the cost.
리턴 decimal

Product() 공개 메소드

public Product ( ) : System
리턴 System

Product() 공개 메소드

public Product ( int productId, string productName, string description ) : System
productId int
productName string
description string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string