Click or drag to resize

IPasswordComplexEntityMember Interface

Represents the complex member to manage password

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

The IPasswordComplexEntityMember type exposes the following members.

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

Password EntityMember

(Mot de passe)

Public propertyPasswordMember

Password EntityMember

(Mot de passe)

Public propertyTypedConfirmationPassword
Dummy (unmapped) typed confirmation Password EntityMember
Public propertyTypedConfirmationPasswordMember
Dummy (unmapped) typed confirmation Password EntityMember
Public propertyTypedPassword
Dummy (unmapped) typed Password EntityMember
Public propertyTypedPasswordMember
Dummy (unmapped) typed Password EntityMember
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also