GiftCardHasPropertySpecification
public class GiftCardHasPropertySpecification : IQuerySpecification<GiftCardReadOnly>
Inheritance
- interface IQuerySpecification<T>
Namespace
Constructors
GiftCardHasPropertySpecification (1 of 2)
public GiftCardHasPropertySpecification(string key, string value,
StringComparisonType comparisonType)
GiftCardHasPropertySpecification (2 of 2)
public GiftCardHasPropertySpecification(KeyValuePair<string, string> property,
StringComparisonType comparisonType)
Properties
ComparisonType
public StringComparisonType ComparisonType { get; }
Property
public KeyValuePair<string, string> Property { get; }
Methods
Accept
public void Accept(IVisitor visitor, IVisitContext context)
IsSatisfiedBy
public bool IsSatisfiedBy(GiftCardReadOnly item)