Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More programmatic support to provider configuration. #243

Merged
merged 1 commit into from
Mar 19, 2015

Conversation

gabikliot
Copy link
Contributor

  1. Added: TryGetProviderConfiguration and GetAllProviderConfigurations
  2. Added constructor to ProviderConfiguration class.
  3. Added more functions to IProviderConfiguration: Type, SetProperty, RemoveProperty, ReadOnlyDictionary<string, string> Properties.
  4. Updated examples in AzureWebSample.

The important new parts are in:

  1. IProviderConfiguration.cs
  2. public bool TryGetProviderConfiguration(string providerTypeFullName, string providerName, out IProviderConfiguration config)
  3. public IEnumerable GetAllProviderConfigurations()

…rConfiguration and GetAllProviderConfigurations

2) Added constructor to ProviderConfiguration class.
3) Added more functions to IProviderConfiguration: Type, SetProperty, RemoveProperty, ReadOnlyDictionary<string, string> Properties.
4) Updated examples in AzureWebSample.
sergeybykov added a commit that referenced this pull request Mar 19, 2015
More programmatic support to provider configuration.
@sergeybykov sergeybykov merged commit 7ccdc74 into dotnet:master Mar 19, 2015
@gabikliot gabikliot deleted the Update-Provider-Configuration branch March 19, 2015 20:19
@github-actions github-actions bot locked and limited conversation to collaborators Dec 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants