C# Class PetShop.Data.Bases.NetTiersProviderCollection

Reprensents the strongly typed collection of NetTiersProvider.
Inheritance: System.Configuration.Provider.ProviderCollection
Mostrar archivo Open project: netTiers/netTiers Class Usage Examples

Public Methods

Method Description
Add ( NetTiersProvider provider ) : void

Adds the specified provider.

this ( string name ) : NetTiersProvider

Gets the T:NetTiersProvider with the specified name.

Method Details

Add() public method

Adds the specified provider.
public Add ( NetTiersProvider provider ) : void
provider NetTiersProvider The provider.
return void

this() public method

Gets the T:NetTiersProvider with the specified name.
public this ( string name ) : NetTiersProvider
name string
return NetTiersProvider