Exemple #1
0
 protected abstract void ValidateField(ValueRunner validator, ValidatorAttribute attribute);
Exemple #2
0
        protected override bool IsArray => false; // we don't allow non serialized array drawing at the moment

        /// <inheritdoc />
        protected override void ValidateField(ValueRunner validator, ValidatorAttribute attribute)
        {
            validator.Run(this, attribute);
        }