Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Paiwise.ServiceProvider Class Reference

Contains information about a service provider. More...

Inheritance diagram for Paiwise.ServiceProvider:
Paiwise.IServiceProvider Paiwise.BuyEDalerServiceProvider Paiwise.Internal.BuyEDalerPaymentService Paiwise.Internal.SellEDalerPaymentService Paiwise.SellEDalerServiceProvider

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...
 

Detailed Description

Contains information about a service provider.

Definition at line 6 of file ServiceProvider.cs.

Constructor & Destructor Documentation

◆ ServiceProvider() [1/2]

Paiwise.ServiceProvider.ServiceProvider ( string  Id,
string  Name 
)

Contains information about a service provider.

Parameters
IdID of service provider.
NameDisplayable name of service provider.

Definition at line 13 of file ServiceProvider.cs.

◆ ServiceProvider() [2/2]

Paiwise.ServiceProvider.ServiceProvider ( string  Id,
string  Name,
string  IconUrl,
int  IconWidth,
int  IconHeight 
)

Contains information about a service provider.

Parameters
IdID of service provider.
NameDisplayable name of service provider.
IconUrlOptional URL to icon of service provider.
IconWidthWidth of icon, if available.
IconHeightHeight of icon, if available.

Definition at line 26 of file ServiceProvider.cs.

Property Documentation

◆ IconHeight

int Paiwise.ServiceProvider.IconHeight
get

Height of icon, if available.

Implements Paiwise.IServiceProvider.

Definition at line 58 of file ServiceProvider.cs.

◆ IconUrl

string Paiwise.ServiceProvider.IconUrl
get

Optional URL to icon of service provider.

Implements Paiwise.IServiceProvider.

Definition at line 48 of file ServiceProvider.cs.

◆ IconWidth

int Paiwise.ServiceProvider.IconWidth
get

Width of icon, if available.

Implements Paiwise.IServiceProvider.

Definition at line 53 of file ServiceProvider.cs.

◆ Id

string Paiwise.ServiceProvider.Id
get

ID of service provider.

Implements Paiwise.IServiceProvider.

Definition at line 38 of file ServiceProvider.cs.

◆ Name

string Paiwise.ServiceProvider.Name
get

Displayable name of service provider.

Implements Paiwise.IServiceProvider.

Definition at line 43 of file ServiceProvider.cs.


The documentation for this class was generated from the following file: