Click or drag to resize

IReadOnlySmsPubliOptionsComplexEntityMember Interface

SMSpubli 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 IReadOnlySmsPubliOptionsComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlySmsPubliOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyApiKey
Gets the ApiKey member value
Public propertyEncryptedApiKey
Gets the EncryptedApiKey member value
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyRemoveAccents
Gets the RemoveAccents member value
Public propertySender
Gets the Sender member value
Public propertyTestMode
Gets the TestMode 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