Click or drag to resize

IApiEntity Interface

the entity (non typed business object) manage a information, and can have one or more detail

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 IApiEntity : IDisposable, 
	IEquatable<IProxy>

The IApiEntity type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetExtension
Gets the extension.
Public methodShowMessage
Method to display a message. The message is displayed if the UI has connected to the ShowMessage event
Top
See Also