Click or drag to resize

ICheckingDataEventArgs Interface

Args for the CheckData event of the entity and entity members

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface ICheckingDataEventArgs : IEventArgs, 
	IDisposable, IEquatable<IProxy>

The ICheckingDataEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyErrors
Collection of errors to complete
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also