Show / Hide Table of Contents

Class SellerId

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

Inheritance
System.Object
SellerId
Implements
System.IEquatable<SellerId>
System.IComparable<SellerId>
IDeepCloneable<SellerId>
IDeepCloneable
System.ICloneable
System.Collections.Generic.IEnumerable<System.Char>
System.Collections.IEnumerable
Namespace: NineDigit.eKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class SellerId : Object, 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
System.String value

Fields

MaxLength

Declaration
public const byte MaxLength = 50
Field Value
Type Description
System.Byte

MinLength

Declaration
public const byte MinLength = 1
Field Value
Type Description
System.Byte

Properties

Length

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

Methods

CompareTo(SellerId)

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

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
System.Boolean

Equals(SellerId, SellerId)

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

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

Implicit(SellerId to String)

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

Implicit(String to SellerId)

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

Inequality(SellerId, SellerId)

Declaration
public static bool operator !=(SellerId x, SellerId y)
Parameters
Type Name Description
SellerId x
SellerId 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. ©