public interface IValidatingObject
Public Interface IValidatingObject
public interface class IValidatingObject
type IValidatingObject = interface end
IsValid | Gets whether this instance is valid. That is, if the ValidationResults property does not return any entry where the Severity property is Error. |
ValidationResults | Gets the validation results for this instance. |