Click or drag to resize

IReadOnlyAfilnetOptionsComplexEntityMember Interface

Options for Afilnet SMS provider (ES)

Namespace:  EBP.Api.Interfaces.BusinessFramework.BusinessLogic.Sms.Options
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyAfilnetOptionsComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyAfilnetOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEncryptedPassword
Gets the EncryptedPassword member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyPassword
Gets the Password member value
Public propertyRemoveAccents
Gets the RemoveAccents member value
Public propertyUserEMail
Gets the UserEMail member value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also