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

Inheritance: System.Configuration.Provider.ProviderCollection
Afficher le fichier Open project: BVNetwork/Relations

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( ProviderBase provider ) : void
provider System.Configuration.Provider.ProviderBase
Résultat void

CopyTo() public méthode

public CopyTo ( RuleProviderBase array, int index ) : void
array RuleProviderBase
index int
Résultat void

this() public méthode

public this ( string name ) : RuleProviderBase
name string
Résultat RuleProviderBase