BCondition
Identità
Namespace:
B.BFormulesAssembly:
BFrameworkTipo: class
Sorgente API: versione
5.0.0
Scopo
Normalizza e scompone una condizione testuale in campi, operatore, negazioni e congiunzione.
Dichiarazione
public class BCondition
Costruttori
BCondition(string cond, string cong)
Proprietà
| Proprietà | Tipo | Accesso |
|---|---|---|
Condition |
string |
get/set |
Congunzione |
eCongiunzione |
get/set |
FieldA |
string |
get/set |
FieldB |
string |
get/set |
NotFieldA |
bool |
get/set |
NotFieldB |
bool |
get/set |
Operatore |
eOperatore |
get/set |
Metodi
string GetField(string field, ref bool notField)
Tipi annidati
eCongiunzione
NESSUNA, AND, OR
eOperatore
UGUALE, DIVERSO, MAGGIORE, MAGGIOREUGUALE, MINORE, MINOREUGUALE, SIMILE
Esempi
Consultare BCondition - Esempi.
