Show / Hide Table of Contents

Class LicenseVerificationResultAlert

Upozornenia indikované pri verifikácii licencie

Inheritance
System.Object
LicenseVerificationResultAlert
Implements
System.IEquatable<LicenseVerificationResultAlert>
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class LicenseVerificationResultAlert : Object, IEquatable<LicenseVerificationResultAlert>

Properties

CallToAction

Informácie o akcii, ktorá poskytuje používateľovi viac informácii súvisiacích so vzniknutým upozornením.

Declaration
public LicenseVerificationResultAlertCallToAction CallToAction { get; set; }
Property Value
Type Description
LicenseVerificationResultAlertCallToAction

Code

Kód upozornenia. Zoznam hodnôt je možné nájsť v online dokumentácii.

Declaration
public Nullable<int> Code { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Message

Správa upozornenia.

Declaration
public string Message { get; }
Property Value
Type Description
System.String

Priority

Indikácia priority. Vyššia hodnota znamená vyššiu prioritu.

Declaration
public Nullable<int> Priority { get; }
Property Value
Type Description
System.Nullable<System.Int32>

Type

Typ upozornenia.

Declaration
public LicenseVerificationResultAlertType Type { get; }
Property Value
Type Description
LicenseVerificationResultAlertType

Methods

<Clone>$()

Declaration
public LicenseVerificationResultAlert <Clone>$()
Returns
Type Description
LicenseVerificationResultAlert

Equals(LicenseVerificationResultAlert)

Declaration
public bool Equals(LicenseVerificationResultAlert other)
Parameters
Type Name Description
LicenseVerificationResultAlert other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String

Operators

Equality(LicenseVerificationResultAlert, LicenseVerificationResultAlert)

Declaration
public static bool operator ==(LicenseVerificationResultAlert left, LicenseVerificationResultAlert right)
Parameters
Type Name Description
LicenseVerificationResultAlert left
LicenseVerificationResultAlert right
Returns
Type Description
System.Boolean

Inequality(LicenseVerificationResultAlert, LicenseVerificationResultAlert)

Declaration
public static bool operator !=(LicenseVerificationResultAlert left, LicenseVerificationResultAlert right)
Parameters
Type Name Description
LicenseVerificationResultAlert left
LicenseVerificationResultAlert right
Returns
Type Description
System.Boolean

Implements

System.IEquatable<>
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©