Click or drag to resize

IReadOnlyFeaturesAvailableComplexEntityMember Interface

Used to activate or deactivate optional features

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Options
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IReadOnlyFeaturesAvailableComplexEntityMember : IReadOnlyComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IReadOnlyFeaturesAvailableComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyIsAnalyticAccountingEnabled
Gets the IsAnalyticAccountingEnabled member value
Public propertyIsCountermarkEnabled
Gets the IsCountermarkEnabled member value
Public propertyIsCustomerCustomReportEnabled
Gets the IsCustomerCustomReportEnabled member value
Public propertyIsDealEnabled
Gets the IsDealEnabled member value
Public propertyIsExpectedResourceEnabled
Gets the IsExpectedResourceEnabled member value
Public propertyIsHairDressingEnabled
Gets the IsHairDressingEnabled member value
Public propertyIsHumanServiceEnabled
Gets the IsHumanServiceEnabled member value
Public propertyIsIntrastatEnabled
Gets the IsIntrastatEnabled member value
Public propertyIsItemBatchNumberEnabled
Gets the IsItemBatchNumberEnabled member value
Public propertyIsItemLimitDateTrackingEnabled
Gets the IsItemLimitDateTrackingEnabled member value
Public propertyIsItemRangeEnabled
Gets the IsItemRangeEnabled member value
Public propertyIsItemSerialNumberEnabled
Gets the IsItemSerialNumberEnabled member value
Public propertyIsMaintenanceEnabled
Gets the IsMaintenanceEnabled member value
Public propertyIsMultiCurrencyEnabled
Gets the IsMultiCurrencyEnabled member value
Public propertyIsMultiLocationEnabled
Gets the IsMultiLocationEnabled member value
Public propertyIsOptionalDocumentSerialEnabled
Gets the IsOptionalDocumentSerialEnabled member value
Public propertyIsPosEnabled
Gets the IsPosEnabled member value
Public propertyIsProjectManagementEnabled
Gets the IsProjectManagementEnabled member value
Public propertyIsScheduleManagementEnabled
Gets the IsScheduleManagementEnabled member value
Public propertyIsSelfBillingEnabled
Gets the IsSelfBillingEnabled member value
Public propertyIsSpigaoEnabled
Gets the IsSpigaoEnabled member value
Public propertyIsStockBookingEnabled
Gets the IsStockBookingEnabled member value
Public propertyIsSupplierCustomReportEnabled
Gets the IsSupplierCustomReportEnabled member value
Public propertyIsVirtualStockMovementEnabled
Gets the IsVirtualStockMovementEnabled member value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Remarks
used for database creation ; for company settings behaviors, see FeaturesAvailableOptionsComplexEntityMember
See Also