![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Contains information about a service provider. More...
Public Member Functions | |
ServiceProvider (string Id, string Name) | |
Contains information about a service provider. More... | |
ServiceProvider (string Id, string Name, string IconUrl, int IconWidth, int IconHeight) | |
Contains information about a service provider. More... | |
Properties | |
string | Id [get] |
ID of service provider. More... | |
string | Name [get] |
Displayable name of service provider. More... | |
string | IconUrl [get] |
Optional URL to icon of service provider. More... | |
int | IconWidth [get] |
Width of icon, if available. More... | |
int | IconHeight [get] |
Height of icon, if available. More... | |
Contains information about a service provider.
Definition at line 6 of file ServiceProvider.cs.
Paiwise.ServiceProvider.ServiceProvider | ( | string | Id, |
string | Name | ||
) |
Contains information about a service provider.
Id | ID of service provider. |
Name | Displayable name of service provider. |
Definition at line 13 of file ServiceProvider.cs.
Paiwise.ServiceProvider.ServiceProvider | ( | string | Id, |
string | Name, | ||
string | IconUrl, | ||
int | IconWidth, | ||
int | IconHeight | ||
) |
Contains information about a service provider.
Id | ID of service provider. |
Name | Displayable name of service provider. |
IconUrl | Optional URL to icon of service provider. |
IconWidth | Width of icon, if available. |
IconHeight | Height of icon, if available. |
Definition at line 26 of file ServiceProvider.cs.
|
get |
Height of icon, if available.
Implements Paiwise.IServiceProvider.
Definition at line 58 of file ServiceProvider.cs.
|
get |
Optional URL to icon of service provider.
Implements Paiwise.IServiceProvider.
Definition at line 48 of file ServiceProvider.cs.
|
get |
Width of icon, if available.
Implements Paiwise.IServiceProvider.
Definition at line 53 of file ServiceProvider.cs.
|
get |
ID of service provider.
Implements Paiwise.IServiceProvider.
Definition at line 38 of file ServiceProvider.cs.
|
get |
Displayable name of service provider.
Implements Paiwise.IServiceProvider.
Definition at line 43 of file ServiceProvider.cs.