Class LicenseVerificationResultAlertCallToAction
Informácie o akcii, ktorá poskytuje používateľovi viac informácii súvisiacích so vzniknutým upozornením.
Inheritance
System.Object
LicenseVerificationResultAlertCallToAction
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class LicenseVerificationResultAlertCallToAction : Object
Constructors
LicenseVerificationResultAlertCallToAction(String, Uri)
Declaration
public LicenseVerificationResultAlertCallToAction(string name, Uri url)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Uri | url |
Properties
Name
Názov akcie, ktorý je možné zobraziť v používateľskom rozhraní, napr. obsah tlačidla otvárajúceho URL.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Url
Webová adresa, na ktorú sa má používateľ presmerovať pre viac informácií súvisiacích so vzniknutým upozornením.
Declaration
public Uri Url { get; }
Property Value
Type | Description |
---|---|
System.Uri |