Class SellerId
Identifikátor osoby, v ktorej mene bol predaný tovar alebo poskytnutá služba
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
MinLength
Declaration
public const byte MinLength = 1
Field Value
Properties
Length
Declaration
public int Length { get; }
Property Value
Methods
CompareTo(SellerId)
Declaration
public int CompareTo(SellerId other)
Parameters
Returns
DeepClone()
Declaration
public SellerId DeepClone()
Returns
Equals(SellerId)
Declaration
public bool Equals(SellerId other)
Parameters
Returns
Equals(SellerId, SellerId)
Declaration
public static bool Equals(SellerId x, SellerId y)
Parameters
Returns
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
GetEnumerator()
Declaration
public IEnumerator<char> GetEnumerator()
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
IsValid(string)
Declaration
public static bool IsValid(string value)
Parameters
| Type |
Name |
Description |
| string |
value |
|
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
operator ==(SellerId, SellerId)
Declaration
public static bool operator ==(SellerId x, SellerId y)
Parameters
Returns
implicit operator string(SellerId)
Declaration
public static implicit operator string(SellerId SellerId)
Parameters
Returns
implicit operator SellerId(string)
Declaration
public static implicit operator SellerId(string value)
Parameters
| Type |
Name |
Description |
| string |
value |
|
Returns
operator !=(SellerId, SellerId)
Declaration
public static bool operator !=(SellerId x, SellerId y)
Parameters
Returns
Implements
Extension Methods