Click or drag to resize

IHashComplexEntityMember Interface

hash complex entity member

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

The IHashComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyChainedId

Gets or sets the chained identifier.

(Identifiant de la donnée chaînée)

Public propertyChainedIdMember

Gets the chained identifier.

(Identifiant de la donnée chaînée)

Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyHash

Gets or sets the hash.

(Hachage)

Public propertyHashMember

Gets the hash.

(Hachage)

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