Click or drag to resize
ICustomEntityValidationManagerGetPropertiesForEntity Method

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

Retrieves properties that are supported for custom validation for a specific entity key

Namespace: Netadmin.Management.EntityValidation
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<long, IPropertyProperties> GetPropertiesForEntity(
	Guid entityKey
)

Parameters

entityKey
Type: SystemGuid

[Missing <param name="entityKey"/> documentation for "M:Netadmin.Management.EntityValidation.ICustomEntityValidationManager.GetPropertiesForEntity(System.Guid)"]

Return Value

Type: IReadOnlyDictionaryInt64, IPropertyProperties

[Missing <returns> documentation for "M:Netadmin.Management.EntityValidation.ICustomEntityValidationManager.GetPropertiesForEntity(System.Guid)"]

See Also