Metodo UtilityShowECO (TreeListHitInfo, DedData, DictionaryTreeListNode, TupleInt32, Boolean)
|
Visualizza gli ECO associati all'anagrafica cliccata.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassi public static bool ShowECO(
TreeListHitInfo hitInfo,
DedData data,
Dictionary<TreeListNode, Tuple<int, bool>> ecoDictionary
)
Public Shared Function ShowECO (
hitInfo As TreeListHitInfo,
data As DedData,
ecoDictionary As Dictionary(Of TreeListNode, Tuple(Of Integer, Boolean))
) As Boolean
public:
static bool ShowECO(
TreeListHitInfo^ hitInfo,
DedData^ data,
Dictionary<TreeListNode^, Tuple<int, bool>^>^ ecoDictionary
)
static member ShowECO :
hitInfo : TreeListHitInfo *
data : DedData *
ecoDictionary : Dictionary<TreeListNode, Tuple<int, bool>> -> bool
Parametri
- hitInfo
- Tipo: TreeListHitInfo
Informazioni sul punto cliccato. - data
- Tipo: DedNet.CoreDedData
Anagrafica da usare come riferimento. - ecoDictionary
- Tipo: System.Collections.GenericDictionaryTreeListNode, TupleInt32, Boolean
Dizionario contentente il numero di ECO.
Valore di ritorno
Tipo:
BooleanRitorna True se è stata cliccata la colonna ECO, False altrimenti.
Vedi anche