Click or drag to resize

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

The IReadOnlyFeaturesAvailableOptionsComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IReadOnlyComplexEntityMember.)
Public propertyIsAnalyticAccountingEnabled
Gets the IsAnalyticAccountingEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsCountermarkEnabled
Gets the IsCountermarkEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsCustomerCustomReportEnabled
Gets the IsCustomerCustomReportEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsDealEnabled
Gets the IsDealEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsExpectedResourceEnabled
Gets the IsExpectedResourceEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsHairDressingEnabled
Gets the IsHairDressingEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsHumanServiceEnabled
Gets the IsHumanServiceEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsIntrastatEnabled
Gets the IsIntrastatEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsItemBatchNumberEnabled
Gets the IsItemBatchNumberEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsItemLimitDateTrackingEnabled
Gets the IsItemLimitDateTrackingEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsItemRangeEnabled
Gets the IsItemRangeEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsItemSerialNumberEnabled
Gets the IsItemSerialNumberEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsMaintenanceEnabled
Gets the IsMaintenanceEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsMultiCurrencyEnabled
Gets the IsMultiCurrencyEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsMultiLocationEnabled
Gets the IsMultiLocationEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsOptionalDocumentSerialEnabled
Gets the IsOptionalDocumentSerialEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsPosEnabled
Gets the IsPosEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsProjectManagementEnabled
Gets the IsProjectManagementEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsScheduleManagementEnabled
Gets the IsScheduleManagementEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsSelfBillingEnabled
Gets the IsSelfBillingEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsSpigaoEnabled
Gets the IsSpigaoEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsStockBookingEnabled
Gets the IsStockBookingEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsSupplierCustomReportEnabled
Gets the IsSupplierCustomReportEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
Public propertyIsVirtualStockMovementEnabled
Gets the IsVirtualStockMovementEnabled member value
(Inherited from IReadOnlyFeaturesAvailableComplexEntityMember.)
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
See Also