BExpressions
Identità
Namespace:
B.BFormulesAssembly:
BFrameworkTipo: class
Sorgente API: versione
5.0.0
Scopo
Normalizza un'espressione composta e contiene le proprietà previste per condizioni e sottoespressioni.
Dichiarazione
public class BExpressions
Costruttori
BExpressions(string exp)
Proprietà
| Proprietà | Tipo | Accesso |
|---|---|---|
Conditions |
List<BCondition>? |
get/set |
Congunzione |
eCongiunzione |
get/set |
Expression |
string |
get/set |
IsWrongExpression |
bool |
get/set |
SubExpressions |
List<BExpressions>? |
get/set |
Esempi
Consultare BExpressions - Esempi.
