Class DIC
DIČ - Daňové Identifikačné Číslo pozostávajúce z číslic s dĺžkou 10 znakov.
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class DIC : IEquatable<DIC>, IComparable<DIC>, IDeepCloneable<DIC>, IDeepCloneable, ICloneable, IEnumerable<char>, IEnumerable
Examples
2004567890
Constructors
DIC(string)
Declaration
Parameters
| Type |
Name |
Description |
| string |
value |
|
Fields
MaxLength
Declaration
public const byte MaxLength = 10
Field Value
MinLength
Declaration
public const byte MinLength = 10
Field Value
Properties
Length
Declaration
public int Length { get; }
Property Value
Methods
CompareTo(DIC)
Declaration
public int CompareTo(DIC other)
Parameters
| Type |
Name |
Description |
| DIC |
other |
|
Returns
DeepClone()
Declaration
Returns
Equals(DIC)
Declaration
public bool Equals(DIC other)
Parameters
| Type |
Name |
Description |
| DIC |
other |
|
Returns
Equals(DIC, DIC)
Declaration
public static bool Equals(DIC x, DIC y)
Parameters
| Type |
Name |
Description |
| DIC |
x |
|
| DIC |
y |
|
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 ==(DIC, DIC)
Declaration
public static bool operator ==(DIC x, DIC y)
Parameters
| Type |
Name |
Description |
| DIC |
x |
|
| DIC |
y |
|
Returns
implicit operator string(DIC)
Declaration
public static implicit operator string(DIC dic)
Parameters
| Type |
Name |
Description |
| DIC |
dic |
|
Returns
implicit operator DIC(string)
Declaration
public static implicit operator DIC(string value)
Parameters
| Type |
Name |
Description |
| string |
value |
|
Returns
operator !=(DIC, DIC)
Declaration
public static bool operator !=(DIC x, DIC y)
Parameters
| Type |
Name |
Description |
| DIC |
x |
|
| DIC |
y |
|
Returns
Implements
Extension Methods