Click or drag to resize

IReadOnlyEntityMemberBase.CheckData Method

Check the actual value integrity

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
void CheckData(
	IErrors errors
)

Parameters

errors
Type: EBP.Api.Interfaces.Misc.IErrors
Collection of Errors to fill
See Also