C# Class Gurtle.Providers.ProviderFactory

Afficher le fichier Open project: csware/GurtleReloaded

Méthodes publiques

Méthode Description
getProvider ( string provider ) : IProvider
getProvider ( string provider, string projectName ) : IProvider
getProviders ( ) : string[]

Method Details

getProvider() public static méthode

public static getProvider ( string provider ) : IProvider
provider string
Résultat IProvider

getProvider() public static méthode

public static getProvider ( string provider, string projectName ) : IProvider
provider string
projectName string
Résultat IProvider

getProviders() public static méthode

public static getProviders ( ) : string[]
Résultat string[]