Dynamicweb.eCommerce.Prices Namespace > Rounding Class : getRoundings Method |
'Declaration
Public Shared Function getRoundings() As RoundingCollection
public static RoundingCollection getRoundings()
class MyPage : System.Web.UI.Page { public void DoSome() { Dynamicweb.eCommerce.Prices.Rounding rounding = new Dynamicweb.eCommerce.Prices.Rounding(); foreach (Dynamicweb.eCommerce.Prices.Rounding r in Dynamicweb.eCommerce.Prices.Rounding.getRoundings()) { //TODO: insert your code here } } }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2