Click or drag to resize

IReadOnlyEPagesOptionComplexEntityMemberBase Interface

EPagesOptionOptionComplexEntityMemberBase

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

The IReadOnlyEPagesOptionComplexEntityMemberBase type exposes the following members.

Properties
  NameDescription
Public propertyAdministratorLogin
Gets the AdministratorLogin member value
Public propertyAdministratorPassword
Gets the AdministratorPassword member value
Public propertyAllowSendImage
Gets the AllowSendImage member value
(Inherited from IReadOnlyEcommerceOptionsComplexEntityMember.)
Public propertyApplicationPassword
Gets the ApplicationPassword member value
Public propertyDocumentSerialId
Gets the DocumentSerialId member value
(Inherited from IReadOnlyEcommerceOptionsComplexEntityMember.)
Public propertyEnabled
Gets the Enabled member value
(Inherited from IReadOnlyEcommerceOptionsComplexEntityMember.)
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyIsCustomVat
Gets the IsCustomVat member value
Public propertyShopName
Gets the ShopName member value
Public propertyStorehouseId
Gets the StorehouseId member value
(Inherited from IReadOnlyEcommerceOptionsComplexEntityMember.)
Public propertyWebServiceUrl
Gets the WebServiceUrl member value
Public propertyWebSiteName
Gets the WebSiteName member value
(Inherited from IReadOnlyEcommerceOptionsComplexEntityMember.)
Public propertyWebSiteUri
Gets the WebSiteUri member value
(Inherited from IReadOnlyEcommerceOptionsComplexEntityMember.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also