Show / Hide Table of Contents

Class LicenseVerificationResultAlert

Upozornenia indikované pri verifikácii licencie

Inheritance
object
LicenseVerificationResultAlert
Implements
IEquatableLicenseVerificationResultAlert
Inherited Members
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed record LicenseVerificationResultAlert : 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 int? Code { get; }
Property Value
Type Description
int

Message

Správa upozornenia.

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

Priority

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

Declaration
public int? Priority { get; }
Property Value
Type Description
int

Type

Typ upozornenia.

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

Methods

Equals(LicenseVerificationResultAlert?)

Declaration
public bool Equals(LicenseVerificationResultAlert? other)
Parameters
Type Name Description
LicenseVerificationResultAlert other
Returns
Type Description
bool

Equals(object?)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

<Clone>$()

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

Operators

operator ==(LicenseVerificationResultAlert?, LicenseVerificationResultAlert?)

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

operator !=(LicenseVerificationResultAlert?, LicenseVerificationResultAlert?)

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

Implements

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