Click or drag to resize
ICustomEntityValidationManagerUpdateCompound Method

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

Updates the compound hash of all entities for the specific entity key and company

Namespace: Netadmin.Management.EntityValidation
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void UpdateCompound(
	Guid entityKey,
	long companyId
)

Parameters

entityKey
Type: SystemGuid

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

companyId
Type: SystemInt64

[Missing <param name="companyId"/> documentation for "M:Netadmin.Management.EntityValidation.ICustomEntityValidationManager.UpdateCompound(System.Guid,System.Int64)"]

See Also