Click or drag to resize
ICustomEntityValidationConfigurationManager.AddOrUpdateRules Method

[This is preliminary documentation and is subject to change.]

Adds or updates rules. The id of the rule is ignored on updates, but must be 0 for creation. Rules are identified by the combination of RulesetId and PropertyKey

Namespace: Netadmin.Management.EntityValidation
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void AddOrUpdateRules(
	IEnumerable<IValidationRule> rules
)

Parameters

rules
Type: System.Collections.Generic.IEnumerable<IValidationRule>

[Missing <param name="rules"/> documentation for "M:Netadmin.Management.EntityValidation.ICustomEntityValidationConfigurationManager.AddOrUpdateRules(System.Collections.Generic.IEnumerable{Netadmin.Management.EntityValidation.Dto.IValidationRule})"]

See Also