| ICustomEntityValidationManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.EntityValidation
The ICustomEntityValidationManager type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| IEnumerableT, T: IEnumerableT | DumpHashTDto(IEnumerableTDto) | ||
| IReadOnlyDictionaryTKey, TValue, T: Int64 | GetCurrentRules(Guid, IEnumerableInt64) |
Retrieves current rules for a specific entity and company ids
| |
| IReadOnlyDictionaryTKey, TValue, T: Int64 | GetPropertiesForEntity(Guid) |
Retrieves properties that are supported for custom validation for a specific entity key
| |
| IEnumerableT, T: ICustomEntityValidatorDetails | GetSupportedEntities |
Retrieves entities that supports custom validation
| |
| void | UpdateCompound(Guid, Int64) |
Updates the compound hash of all entities for the specific entity key and company
| |
| IEnumerableT, T: IValidationIssueTDto | ValidateTDto(IEnumerableTDto) |
Performs validation of a set of entities
|