Professional Enterprise .NET by Jon Arking & Scott Millett

Professional Enterprise .NET by Jon Arking & Scott Millett

Author:Jon Arking & Scott Millett
Language: eng
Format: mobi
Publisher: John Wiley & Sons
Published: 2010-12-09T05:00:00+00:00


{

sbBrokenRules.Append(br.Rule);

}

return sbBrokenRules.ToString();

}

public List<BrokenBusinessRule> GetBrokenRules()

{

List<BrokenBusinessRule> brokenRules = new List<BrokenBusinessRule>();

if (InterestRate <= 0)

brokenRules.Add(new BrokenBusinessRule

("InterestRate",

"An Offer must have an interest rate greater than zero."));

if (LoanAmount <= 0)

brokenRules.Add(new BrokenBusinessRule

("LoanAmount",

"An Offer must have a Loan Amount greater than zero."));



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.