Click or drag to resize
ICustomEntityValidationManager Methods

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

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