Show / Hide Table of Contents

Class SWID

ID verzie softvéru vo formáte SHA1

Inheritance
System.Object
SWID
Implements
System.IEquatable<SWID>
System.IComparable<SWID>
IDeepCloneable<SWID>
IDeepCloneable
System.ICloneable
System.Collections.Generic.IEnumerable<System.Char>
System.Collections.IEnumerable
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class SWID : Object, IEquatable<SWID>, IComparable<SWID>, IDeepCloneable<SWID>, IDeepCloneable, ICloneable, IEnumerable<char>, IEnumerable
Examples

C85C98FADBC33C1F489A048D16A2BAEB9EFB78A3

Constructors

SWID(String)

Declaration
public SWID(string value)
Parameters
Type Name Description
System.String value

Fields

ValueLength

Declaration
public const byte ValueLength = 40
Field Value
Type Description
System.Byte

Properties

Length

Declaration
public int Length { get; }
Property Value
Type Description
System.Int32

Methods

CompareTo(SWID)

Declaration
public int CompareTo(SWID other)
Parameters
Type Name Description
SWID other
Returns
Type Description
System.Int32

Create(EKasaProductInfo)

Declaration
public static SWID Create(EKasaProductInfo eKasaProductInfo)
Parameters
Type Name Description
EKasaProductInfo eKasaProductInfo
Returns
Type Description
SWID

DeepClone()

Declaration
public SWID DeepClone()
Returns
Type Description
SWID

Equals(SWID)

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

Equals(SWID, SWID)

Declaration
public static bool Equals(SWID x, SWID y)
Parameters
Type Name Description
SWID x
SWID y
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

GetEnumerator()

Declaration
public IEnumerator<char> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<System.Char>

GetHashCode()

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

IsValid(String)

Declaration
public static bool IsValid(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
System.Boolean

ToString()

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

Operators

Equality(SWID, SWID)

Declaration
public static bool operator ==(SWID x, SWID y)
Parameters
Type Name Description
SWID x
SWID y
Returns
Type Description
System.Boolean

Implicit(SWID to String)

Declaration
public static implicit operator string (SWID swId)
Parameters
Type Name Description
SWID swId
Returns
Type Description
System.String

Implicit(String to SWID)

Declaration
public static implicit operator SWID(string value)
Parameters
Type Name Description
System.String value
Returns
Type Description
SWID

Inequality(SWID, SWID)

Declaration
public static bool operator !=(SWID x, SWID y)
Parameters
Type Name Description
SWID x
SWID y
Returns
Type Description
System.Boolean

Explicit Interface Implementations

IDeepCloneable.DeepClone()

Declaration
object IDeepCloneable.DeepClone()
Returns
Type Description
System.Object

Implements

System.IEquatable<>
System.IComparable<>
IDeepCloneable<T>
IDeepCloneable
System.ICloneable
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©