Click or drag to resize

IReadOnlyEsendexOptionsComplexEntityMember Interface

Esendex options

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 IReadOnlyEsendexOptionsComplexEntityMember : IReadOnlyStandardOptionsComplexEntityMemberBase, 
	IReadOnlyComplexEntityMember, IDisposable, IEquatable<IProxy>

The IReadOnlyEsendexOptionsComplexEntityMember type exposes the following members.

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