Class SingleIdentityFilter
Dopyt pre vyhľadanie konkrétnej identity platnej v špecifikovanom čase
Inheritance
System.Object
SingleIdentityFilter
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class SingleIdentityFilter : Object, IEquatable<SingleIdentityFilter>, IDeepCloneable<SingleIdentityFilter>, IDeepCloneable
Constructors
SingleIdentityFilter(ORPCode, DateTimeOffsetRange)
Declaration
public SingleIdentityFilter(ORPCode cashRegisterCode, DateTimeOffsetRange validAt)
Parameters
Properties
CashRegisterCode
Kód on-line registračnej pokladne
Declaration
public ORPCode CashRegisterCode { get; }
Property Value
ValidAt
Časový úsek platnosti identity
Declaration
public DateTimeOffsetRange ValidAt { get; }
Property Value
Methods
DeepClone()
Declaration
public SingleIdentityFilter DeepClone()
Returns
Equals(SingleIdentityFilter)
Declaration
public bool Equals(SingleIdentityFilter other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(SingleIdentityFilter, SingleIdentityFilter)
Declaration
public static bool Equals(SingleIdentityFilter first, SingleIdentityFilter second)
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 |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Explicit Interface Implementations
IDeepCloneable.DeepClone()
Declaration
object IDeepCloneable.DeepClone()
Returns
Type |
Description |
System.Object |
|
Implements
System.IEquatable<>