Metodo DedTranslationCopyFrom(DedTranslation, Boolean)
             | 
          
        
        
            Compila le traduzioni leggendo i valori dalla collection specificata in ingresso.
            Attenzione! Verranno copiate solo le traduzioni, le altre proprietà (per esempio NEUTRAL) rimaranno 
            invariate.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic void CopyFrom(
	DedTranslation from,
	bool clearBeforeCopy
)
Public Sub CopyFrom ( 
	from As DedTranslation,
	clearBeforeCopy As Boolean
)
public:
void CopyFrom(
	DedTranslation^ from, 
	bool clearBeforeCopy
)
member CopyFrom : 
        from : DedTranslation * 
        clearBeforeCopy : bool -> unit Parametri
- from  DedTranslation
 - Item da cui leggere le traduzioni.
 - clearBeforeCopy  Boolean
 - Indica se cancellare le traduzioni presenti PRIMA di 
            copiare quelle nuove dall'oggetto passato in ingresso.
 
Vedi anche