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

Contains information about a service provider that users can use to buy eDaler. More...

Inheritance diagram for Paiwise.BuyEDalerServiceProvider:
Paiwise.ServiceProvider Paiwise.IServiceProvider

Public Member Functions

 BuyEDalerServiceProvider (string Id, string Name, string TemplateContractId)
 Contains information about a service provider that users can use to buy eDaler. More...
 
 BuyEDalerServiceProvider (string Id, string Name, string IconUrl, int IconWidth, int IconHeight, string TemplateContractId)
 Contains information about a service provider that users can use to buy eDaler. More...
 

Properties

string TemplateContractId [get]
 Contract ID of Template, for buying 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...
 

Detailed Description

Contains information about a service provider that users can use to buy eDaler.

Definition at line 7 of file BuyEDalerServiceProvider.cs.

Constructor & Destructor Documentation

◆ BuyEDalerServiceProvider() [1/2]

Paiwise.BuyEDalerServiceProvider.BuyEDalerServiceProvider ( string  Id,
string  Name,
string  TemplateContractId 
)

Contains information about a service provider that users can use to buy eDaler.

Parameters
IdID of service provider.
NameDisplayable name of service provider.
TemplateContractIdContract ID of Template, for buying e-Daler

Definition at line 16 of file BuyEDalerServiceProvider.cs.

◆ BuyEDalerServiceProvider() [2/2]

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

Contains information about a service provider that users can use to buy eDaler.

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.
TemplateContractIdContract ID of Template, for buying e-Daler

Definition at line 31 of file BuyEDalerServiceProvider.cs.

Property Documentation

◆ IconHeight

int Paiwise.ServiceProvider.IconHeight
getinherited

Height of icon, if available.

Implements Paiwise.IServiceProvider.

Definition at line 58 of file ServiceProvider.cs.

◆ IconUrl

string Paiwise.ServiceProvider.IconUrl
getinherited

Optional URL to icon of service provider.

Implements Paiwise.IServiceProvider.

Definition at line 48 of file ServiceProvider.cs.

◆ IconWidth

int Paiwise.ServiceProvider.IconWidth
getinherited

Width of icon, if available.

Implements Paiwise.IServiceProvider.

Definition at line 53 of file ServiceProvider.cs.

◆ Id

string Paiwise.ServiceProvider.Id
getinherited

ID of service provider.

Implements Paiwise.IServiceProvider.

Definition at line 38 of file ServiceProvider.cs.

◆ Name

string Paiwise.ServiceProvider.Name
getinherited

Displayable name of service provider.

Implements Paiwise.IServiceProvider.

Definition at line 43 of file ServiceProvider.cs.

◆ TemplateContractId

string Paiwise.BuyEDalerServiceProvider.TemplateContractId
get

Contract ID of Template, for buying e-Daler

Definition at line 41 of file BuyEDalerServiceProvider.cs.


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