Click or drag to resize

IProgramComplexEntityMember Interface

program formula and system informations

Namespace:  EBP.Api.Interfaces.Framework.BusinessLogic.Parsing.Entities
Assembly:  EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntax
public interface IProgramComplexEntityMember : IComplexEntityMember, 
	IDisposable, IEquatable<IProxy>

The IProgramComplexEntityMember type exposes the following members.

Properties
  NameDescription
Public propertyEntity
The owner entity
(Inherited from IComplexEntityMember.)
Public propertyFormula
Gets or sets the formula.
Public propertyFormulaMember
Gets the formula.
Public propertyProgram

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

(Calcul de quantité (vente))

Public propertyProgramMember

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

(Calcul de quantité (vente))

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