ValidateCountryCodeChange
public class ValidateCountryCodeChange : ValidationEventBase
Inheritance
- class ValidationEventBase
Namespace
Constructors
ValidateCountryCodeChange
public ValidateCountryCodeChange(CountryReadOnly country, ChangingValue<string> code)
Properties
Code
public ChangingValue<string> Code { get; }
Country
public CountryReadOnly Country { get; }