Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IServiceProviderWithTemplate.cs
2
3namespace EDaler
4{
9 {
17 IServiceProviderWithTemplate Create(string Id, string Type, string Name, string TemplateContractId);
18
29 IServiceProviderWithTemplate Create(string Id, string Type, string Name, string IconUrl, int IconWidth, int IconHeight, string TemplateContractId);
30 }
31}
Interface for information about a service provider.
IServiceProviderWithTemplate Create(string Id, string Type, string Name, string IconUrl, int IconWidth, int IconHeight, string TemplateContractId)
Creates a new instance of the service provider.
IServiceProviderWithTemplate Create(string Id, string Type, string Name, string TemplateContractId)
Creates a new instance of the service provider.
Interface for information about a service provider.
string Name
Displayable name of service provider.
int IconHeight
Height of icon, if available.
string IconUrl
Optional URL to icon of service provider.