Click or drag to resize
ICustomEntityValidatorDetails Interface

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

Details of a custom entity validator

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

The ICustomEntityValidatorDetails type exposes the following members.

Properties
  NameDescription
Public propertyTypeDtoType
The type that is handled by this entity validator
Public propertyGuidEntityKey
The unique key for this entity validator
Public propertyStringFriendlyName
A friendly name for the entity validator
Public propertyStringLocalizationName
A string suitable for localization for the entity validator
Top
See Also