|  | 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
Syntaxpublic interface ICheckingDataEventArgs : IEventArgs, 
	IDisposable, IEquatable<IProxy>
Public Interface ICheckingDataEventArgs
	Inherits IEventArgs, IDisposable, IEquatable(Of IProxy)
The ICheckingDataEventArgs type exposes the following members.
 Properties
Properties|  | Name | Description | 
|---|
|  | Errors | 
            Collection of errors to complete
             | 
Top Methods
Methods|  | Name | Description | 
|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
Top See Also
See Also