ValidateGiftCardPropertyChange
public class ValidateGiftCardPropertyChange : ValidationEventBase
Inheritance
- class ValidationEventBase
Namespace
Constructors
ValidateGiftCardPropertyChange
public ValidateGiftCardPropertyChange(GiftCardReadOnly giftCard, string alias,
ChangingValue<PropertyValue> value)
Properties
Alias
public string Alias { get; }
GiftCard
public GiftCardReadOnly GiftCard { get; }
Value
public ChangingValue<PropertyValue> Value { get; }