Metodo DedAttrCollectionClone(DedCommType, Boolean)
             | 
          
        
        
            Metodo per clonare la lista di attributi abbinati alle commesse.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic DedAttrCollection Clone(
	DedCommType owner,
	bool commAttr
)
Public Function Clone ( 
	owner As DedCommType,
	commAttr As Boolean
) As DedAttrCollection
public:
DedAttrCollection^ Clone(
	DedCommType^ owner, 
	bool commAttr
)
member Clone : 
        owner : DedCommType * 
        commAttr : bool -> DedAttrCollection Parametri
- owner  DedCommType
 -  
 - commAttr  Boolean
 -  
 
Valore di ritorno
DedAttrCollection
Vedi anche