CountrySaveDto
public class CountrySaveDto : CountryDto, IValidatableObject
Inheritance
- class CountryDto
Namespace
Constructors
CountrySaveDto
The default constructor.
public CountrySaveDto()
Properties
PresetIsoCode
public string PresetIsoCode { get; set; }
Methods
Validate
public IEnumerable<ValidationResult> Validate(ValidationContext validationContext)