Click or drag to resize

IReadOnlySmsOptionsComplexEntityMember Interface

Options for sms providers

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

The IReadOnlySmsOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyAfilnet
Gets the options for Afilnet provider
Public propertyDefaultProvider
Gets the DefaultProvider member value
Public propertyEcoSms
Gets the options for ecoSMS provider
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyEsendex
Gets the options for esendex provider
Public propertyLabsMobile
Gets the options for LabsMobile provider
Public propertySenderLabel
Gets the SenderLabel member value
Public propertySmsEnvoi
Gets the options for SMSenvoi provider
Public propertySmsPubli
Gets the options for SMSpubli provider
Public propertySmsToB
Gets the options for SMSToB provider
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also