Constructor CustomDependency
CustomDependency(String)
Creates an instance of CustomDependency.
Declaration
public CustomDependency(string providerName)
Parameters
Type | Name | Description |
---|---|---|
System. |
providerName | Name of the the Extensible Dependency Provider. |
CustomDependency(String, IDictionary<String, String>)
Constructor overload of CustomDependency class that takes provider name and dictionary of key/value pairs to create an instance of the CustomDependency.
Declaration
public CustomDependency(string providerName, IDictionary<string, string> parameters)
Parameters
Type | Name | Description |
---|---|---|
System. |
providerName | Name of the Extensible Dependency Provider. |
System. |
parameters | Collection of parameters in key/value pair to be passed to Extensible Dependency Provider. |