Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / ProviderHelper Class / LoadTaxProvider<T> Method
Interface for which to load the provider
In This Topic
    LoadTaxProvider<T> Method
    In This Topic
    Loads tax provider for the given interface
    Syntax
    public static T LoadTaxProvider<T>()
    where T: class

    Type Parameters

    T
    Interface for which to load the provider

    Return Value

    Instance of provider found for the given interface
    Requirements

    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

    See Also