Click or drag to resize
ICustomEntityValidationManager Interface

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

Single point of entry to custom entity validation

Namespace: Netadmin.Management.EntityValidation
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ICustomEntityValidationManager

The ICustomEntityValidationManager type exposes the following members.

Methods
  NameDescription
Public methodIEnumerableT, T: IEnumerableTDumpHashTDto(IEnumerableTDto)
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetCurrentRules(Guid, IEnumerableInt64)
Retrieves current rules for a specific entity and company ids
Public methodIReadOnlyDictionaryTKey, TValue, T: Int64GetPropertiesForEntity(Guid)
Retrieves properties that are supported for custom validation for a specific entity key
Public methodIEnumerableT, T: ICustomEntityValidatorDetailsGetSupportedEntities
Retrieves entities that supports custom validation
Public method void UpdateCompound(Guid, Int64)
Updates the compound hash of all entities for the specific entity key and company
Public methodIEnumerableT, T: IValidationIssueTDtoValidateTDto(IEnumerableTDto)
Performs validation of a set of entities
Top
See Also