Click or drag to resize

IReadOnlyComplexEntityMember Interface

Complex entity member, is a member composed by x 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 IReadOnlyComplexEntityMember : IDisposable, 
	IEquatable<IProxy>

The IReadOnlyComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also