Class SellerId
Identifikátor osoby, v ktorej mene bol predaný tovar alebo poskytnutá služba
Inheritance
System.Object
SellerId
Implements
System.ICloneable
System.Collections.Generic.IEnumerable<System.Char>
System.Collections.IEnumerable
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
Returns
Type |
Description |
System.Int32 |
|
DeepClone()
Declaration
public SellerId DeepClone()
Returns
Equals(SellerId)
Declaration
public bool Equals(SellerId other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(SellerId, SellerId)
Declaration
public static bool Equals(SellerId x, SellerId y)
Parameters
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
Returns
Type |
Description |
System.Boolean |
|
Implicit(SellerId to String)
Declaration
public static implicit operator string (SellerId SellerId)
Parameters
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
Inequality(SellerId, SellerId)
Declaration
public static bool operator !=(SellerId x, SellerId y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Explicit Interface Implementations
IDeepCloneable.DeepClone()
Declaration
object IDeepCloneable.DeepClone()
Returns
Type |
Description |
System.Object |
|
Implements
System.IEquatable<>
System.IComparable<>
System.ICloneable
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable