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

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

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

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

Detailed Description

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

Definition at line 7 of file SellEDalerServiceProvider.cs.

Constructor & Destructor Documentation

◆ SellEDalerServiceProvider() [1/2]

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

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

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

Definition at line 16 of file SellEDalerServiceProvider.cs.

◆ SellEDalerServiceProvider() [2/2]

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.

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 selling e-Daler

Definition at line 31 of file SellEDalerServiceProvider.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.SellEDalerServiceProvider.TemplateContractId
get

Contract ID of Template, for selling e-Daler

Definition at line 41 of file SellEDalerServiceProvider.cs.


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