Click or drag to resize

IItemProgramComplexEntityMember Interface

Program formula on item entity

Namespace:  EBP.Api.Interfaces.Invoicing.Module.Entities.CalculatedData
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IItemProgramComplexEntityMember : IProgramComplexEntityMember, 
	IComplexEntityMember, IDisposable, IEquatable<IProxy>

The IItemProgramComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyFormula
Gets or sets the formula.
(Inherited from IProgramComplexEntityMember.)
Public propertyFormulaMember
Gets the formula.
(Inherited from IProgramComplexEntityMember.)
Public propertyFormulaText
Gets or sets the formula text.
Public propertyFormulaTextMember
Gets the formula text.
Public propertyKeepActiveFromQuoteToOrder

Gets or sets whether keep active from quote to order.

(Conserver le calcul de quantité actif en transfert de devis en commande)

Public propertyKeepActiveFromQuoteToOrderMember

Gets whether keep active from quote to order.

(Conserver le calcul de quantité actif en transfert de devis en commande)

Public propertyProgram

Gets or sets the program (formula + meta data serialized in Xml)

(Calcul de quantité (vente))

(Inherited from IProgramComplexEntityMember.)
Public propertyProgramMember

Gets the program (formula + meta data serialized in Xml)

(Calcul de quantité (vente))

(Inherited from IProgramComplexEntityMember.)
Public propertyReferencedQualifiers
Gets or sets the referenced qualifiers.
(Inherited from IProgramComplexEntityMember.)
Public propertyReferencedQualifiersMember
Gets the referenced qualifiers.
(Inherited from IProgramComplexEntityMember.)
Public propertyReferencedUserFunctions
Gets or sets the referenced user functions.
(Inherited from IProgramComplexEntityMember.)
Public propertyReferencedUserFunctionsMember
Gets the referenced user functions.
(Inherited from IProgramComplexEntityMember.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also