Click or drag to resize

IDocumentLineProgramComplexEntityMember Interface

Document line program complex entity member

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

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