OctopartPartLibrary Constructor

Initializes a new instance of the OctopartPartLibrary class

Definition

Namespace: PCBI_PartExpert.ApiLibraries
Assembly: PCBI_PartExpert (in PCBI_PartExpert.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public OctopartPartLibrary(
	Func<Task<ApiLibraryCredentials>> credentialsFactory,
	string currency = "EUR"
)

Parameters

credentialsFactory  FuncTaskApiLibraryCredentials
 
currency  String  (Optional)
 

See Also