Click or drag to resize

IFromToComplexEntityMemberT Interface

A complex entity member containing a from and a to value. The From and To values can be auto updated to ensure From <= To

Namespace:  EBP.Api.Interfaces.Framework.Data.EntityBase
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IFromToComplexEntityMember<T> : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>
where T : IReadOnlyEntityMemberBase

Type Parameters

T
Type of entity member

The IFromToComplexEntityMemberT type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyFrom

Gets or sets the From entity member.

(Début)

Public propertyFromMember

Gets the From entity member.

(Début)

Public propertyTo

Gets or sets the To entity member

(Fin)

Public propertyToMember

Gets the To entity member

(Fin)

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