Property Validators
| Improve this Doc View SourceValidators
Gets the validators owned by this model.
Declaration
public List<IValidator> Validators { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IValidator> |
Gets the validators owned by this model.
public List<IValidator> Validators { get; }
Type | Description |
---|---|
System.Collections.Generic.List<IValidator> |