Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
sdaiValidateAggrUni Function
Syntax
C++
DAI_EXPORT SdaiBoolean sdaiValidateAggrUni(SdaiAppInstance instance, SdaiNPL list);

Validates whether all the aggregate uniqueness constraints defined in the data dictionary for the specified application instance are satisfied. Retrieves the non-persistent list of those attributes that does not conform to the validation.

Parameters
Description
instance
[in] Identifier of the application instance to be validated.
list
[out] An identifier of a pre-existing NPL to which the SdaiAttr identifiers of those attributes are appended that do not conform to the validation.
  • sdaiTRUE if all aggregate uniqueness is satisfied;
  • sdaiFALSE if at least one aggregate uniqueness failed.

File: sdai.h

Copyright © 2002-2022. Open Design Alliance All rights reserved.