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

    Type Parameters

    T
    Interface for which to load the providers

    Return Value

    List of instances of all providers 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