![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Contains information about a service provider that users can use to sell eDaler. More...
Public Member Functions | |
SellEDalerServiceProvider (string Id, string Name, string TemplateContractId) | |
Contains information about a service provider that users can use to sell eDaler. More... | |
SellEDalerServiceProvider (string Id, string Name, string IconUrl, int IconWidth, int IconHeight, string TemplateContractId) | |
Contains information about a service provider that users can use to sell eDaler. More... | |
Properties | |
string | TemplateContractId [get] |
Contract ID of Template, for selling e-Daler More... | |
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 that users can use to sell eDaler.
Definition at line 7 of file SellEDalerServiceProvider.cs.
Paiwise.SellEDalerServiceProvider.SellEDalerServiceProvider | ( | string | Id, |
string | Name, | ||
string | TemplateContractId | ||
) |
Contains information about a service provider that users can use to sell eDaler.
Id | ID of service provider. |
Name | Displayable name of service provider. |
TemplateContractId | Contract ID of Template, for selling e-Daler |
Definition at line 16 of file SellEDalerServiceProvider.cs.
Paiwise.SellEDalerServiceProvider.SellEDalerServiceProvider | ( | string | Id, |
string | Name, | ||
string | IconUrl, | ||
int | IconWidth, | ||
int | IconHeight, | ||
string | TemplateContractId | ||
) |
Contains information about a service provider that users can use to sell eDaler.
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. |
TemplateContractId | Contract ID of Template, for selling e-Daler |
Definition at line 31 of file SellEDalerServiceProvider.cs.
|
getinherited |
Height of icon, if available.
Implements Paiwise.IServiceProvider.
Definition at line 58 of file ServiceProvider.cs.
|
getinherited |
Optional URL to icon of service provider.
Implements Paiwise.IServiceProvider.
Definition at line 48 of file ServiceProvider.cs.
|
getinherited |
Width of icon, if available.
Implements Paiwise.IServiceProvider.
Definition at line 53 of file ServiceProvider.cs.
|
getinherited |
ID of service provider.
Implements Paiwise.IServiceProvider.
Definition at line 38 of file ServiceProvider.cs.
|
getinherited |
Displayable name of service provider.
Implements Paiwise.IServiceProvider.
Definition at line 43 of file ServiceProvider.cs.
|
get |
Contract ID of Template, for selling e-Daler
Definition at line 41 of file SellEDalerServiceProvider.cs.