Try Playground
Show / Hide Table of Contents

Constructor CustomDependency

CustomDependency(String)

Creates an instance of CustomDependency.

Declaration
public CustomDependency(string providerName)
Parameters
Type Name Description
System.String providerName

Name of the the extensible dependency provider.

CustomDependency(String, IDictionary<String, String>)

Constructor overlaod of CustomDepdency 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.String providerName

Name of the the extensible dependency provider.

IDictionary<System.String, System.String> parameters

Collection of parameters in key/value pair to be passed to extensible dependency provider

Back to top Copyright © 2017 Alachisoft