Show / Hide Table of Contents

Class SellerId

Identifikátor osoby, v ktorej mene bol predaný tovar alebo poskytnutá služba

Inheritance
object
SellerId
Implements
IEquatableSellerId
IComparableSellerId
IDeepCloneableSellerId
IDeepCloneable
ICloneable
IEnumerablechar
IEnumerable
Inherited Members
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class SellerId : IEquatable<SellerId>, IComparable<SellerId>, IDeepCloneable<SellerId>, IDeepCloneable, ICloneable, IEnumerable<char>, IEnumerable
Examples

SK2004567890

Constructors

SellerId(string)

Declaration
public SellerId(string value)
Parameters
Type Name Description
string value

Fields

MaxLength

Declaration
public const byte MaxLength = 50
Field Value
Type Description
byte

MinLength

Declaration
public const byte MinLength = 1
Field Value
Type Description
byte

Properties

Length

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

Methods

CompareTo(SellerId)

Declaration
public int CompareTo(SellerId other)
Parameters
Type Name Description
SellerId other
Returns
Type Description
int

DeepClone()

Declaration
public SellerId DeepClone()
Returns
Type Description
SellerId

Equals(SellerId)

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

Equals(SellerId, SellerId)

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

GetEnumerator()

Declaration
public IEnumerator<char> GetEnumerator()
Returns
Type Description
IEnumeratorchar

GetHashCode()

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

IsValid(string)

Declaration
public static bool IsValid(string value)
Parameters
Type Name Description
string value
Returns
Type Description
bool

ToString()

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

Operators

operator ==(SellerId, SellerId)

Declaration
public static bool operator ==(SellerId x, SellerId y)
Parameters
Type Name Description
SellerId x
SellerId y
Returns
Type Description
bool

implicit operator string(SellerId)

Declaration
public static implicit operator string(SellerId SellerId)
Parameters
Type Name Description
SellerId SellerId
Returns
Type Description
string

implicit operator SellerId(string)

Declaration
public static implicit operator SellerId(string value)
Parameters
Type Name Description
string value
Returns
Type Description
SellerId

operator !=(SellerId, SellerId)

Declaration
public static bool operator !=(SellerId x, SellerId y)
Parameters
Type Name Description
SellerId x
SellerId y
Returns
Type Description
bool

Implements

IEquatable<T>
IComparable<T>
IDeepCloneable<T>
IDeepCloneable
ICloneable
IEnumerable<T>
IEnumerable

Extension Methods

IEnumerableExtensions.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>, IEqualityComparer<TKey>)
IEnumerableExtensions.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
IEnumerableExtensions.ForEach<T>(IEnumerable<T>, Action<T, int>)
IEnumerableExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
IEnumerableExtensions.IsNullOrEmpty<T>(IEnumerable<T>)
IEnumerableExtensions.Paginate<T>(IEnumerable<T>, Pagination)
IEnumerableExtensions.ToReadOnlyCollection<TSource>(IEnumerable<TSource>)
In This Article
Na začiatok stránky Nine Digit, s.r.o. ©