ValidateCountryNameChange
public class ValidateCountryNameChange : ValidationEventBase
Inheritance
- class ValidationEventBase
Namespace
Constructors
ValidateCountryNameChange
public ValidateCountryNameChange(CountryReadOnly country, ChangingValue<string> name)
Properties
Country
public CountryReadOnly Country { get; }
Name
public ChangingValue<string> Name { get; }