C# 클래스 EGSW.Services.QuestionAnswerEntityData

상속: IQuestionAnswerEntityData
파일 보기 프로젝트 열기: careerengine/EGSW-Project

공개 메소드들

메소드 설명
CalculateCost ( int QuestionSquareFootage, int QuestionYearBuilt, int QuestionStyleOfGutter, string RoofMaterial, int QuestionDeliveryTime ) : decimal
DeliveryTimeAnswer ( ) : List
RoofMaterialAnswer ( ) : List
SquareFootageAnswer ( ) : List
StyleOfGuttersAnswer ( ) : List
YearBuiltAnswer ( ) : List

비공개 메소드들

메소드 설명
GetDeliveryTimeCost ( int DeliveryTime, decimal amount ) : decimal
GetQuestionSquareFootageCost ( int QuestionSquareFootage, decimal amount ) : decimal
GetRoofMaterialAnswerCost ( string RoofMaterial, decimal amount ) : decimal
GetStyleOfGuttersCost ( int QuestionStyleOfGutter, decimal amount ) : decimal
GetYearBuiltCost ( int QuestionYearBuilt, decimal amount ) : decimal

메소드 상세

CalculateCost() 공개 메소드

public CalculateCost ( int QuestionSquareFootage, int QuestionYearBuilt, int QuestionStyleOfGutter, string RoofMaterial, int QuestionDeliveryTime ) : decimal
QuestionSquareFootage int
QuestionYearBuilt int
QuestionStyleOfGutter int
RoofMaterial string
QuestionDeliveryTime int
리턴 decimal

DeliveryTimeAnswer() 공개 메소드

public DeliveryTimeAnswer ( ) : List
리턴 List

RoofMaterialAnswer() 공개 메소드

public RoofMaterialAnswer ( ) : List
리턴 List

SquareFootageAnswer() 공개 메소드

public SquareFootageAnswer ( ) : List
리턴 List

StyleOfGuttersAnswer() 공개 메소드

public StyleOfGuttersAnswer ( ) : List
리턴 List

YearBuiltAnswer() 공개 메소드

public YearBuiltAnswer ( ) : List
리턴 List