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.EntityValidationAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIReadOnlyDictionary<long, IPropertyProperties> GetPropertiesForEntity(
Guid entityKey
)
Function GetPropertiesForEntity (
entityKey As Guid
) As IReadOnlyDictionary(Of Long, IPropertyProperties)
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