Contains information about a service provider.
ServiceProviderWithTemplate(string Id, string Type, string Name, string IconUrl, int IconWidth, int IconHeight)
Contains information about a service provider.
ServiceProviderWithTemplate(string Id, string Type, string Name)
Contains information about a service provider.
abstract IServiceProviderWithTemplate Create(string Id, string Type, string Name, string TemplateContractId)
Creates a new instance of the service provider.
abstract IServiceProviderWithTemplate Create(string Id, string Type, string Name, string IconUrl, int IconWidth, int IconHeight, string TemplateContractId)
Creates a new instance of the service provider.
Contains information about a service provider.
string Type
Type of service provider.
string Id
ID of service provider.
string Name
Displayable name of service provider.
int IconWidth
Width of icon, if available.
string IconUrl
Optional URL to icon of service provider.
int IconHeight
Height of icon, if available.
Interface for information about a service provider.