Click or drag to resize

IDocumentLineProgramComplexEntityMemberBase Interface

DocumentLineProgramComplexEntityMember

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 IDocumentLineProgramComplexEntityMemberBase : IProgramComplexEntityMember, 
	IComplexEntityMember, IDisposable, IEquatable<IProxy>

The IDocumentLineProgramComplexEntityMemberBase 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 propertyIsActive
Gets or sets whether the program is active.
Public propertyIsActiveMember
Gets whether the program is active.
Public propertyLinkedResult
Gets or sets the linked result.
Public propertyLinkedResultMember
Gets the linked result.
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