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