C# Class EPiCode.Relations.Core.RelationProviders.RuleProviderCollection

Inheritance: System.Configuration.Provider.ProviderCollection
Mostrar archivo Open project: BVNetwork/Relations

Public Methods

Method Description
Add ( ProviderBase provider ) : void
CopyTo ( RuleProviderBase array, int index ) : void
this ( string name ) : RuleProviderBase

Method Details

Add() public method

public Add ( ProviderBase provider ) : void
provider System.Configuration.Provider.ProviderBase
return void

CopyTo() public method

public CopyTo ( RuleProviderBase array, int index ) : void
array RuleProviderBase
index int
return void

this() public method

public this ( string name ) : RuleProviderBase
name string
return RuleProviderBase