Metodo DedDataManagerCreateData(String, String, String, String, String, DictionaryString, Object, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, String)
             | 
          
        
        
            Crea una nuova anagrafica e la ritorna.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic DedData CreateData(
	string dbPath,
	string progr,
	string infoUser,
	string format,
	string dedrev,
	Dictionary<string, Object> attributes,
	bool forcedata,
	bool useui,
	bool silent,
	bool isVar,
	bool notIncreaseProgr,
	bool validateAttrs,
	string var
)
Public Function CreateData ( 
	dbPath As String,
	progr As String,
	infoUser As String,
	format As String,
	dedrev As String,
	attributes As Dictionary(Of String, Object),
	forcedata As Boolean,
	useui As Boolean,
	silent As Boolean,
	isVar As Boolean,
	notIncreaseProgr As Boolean,
	validateAttrs As Boolean,
	var As String
) As DedData
public:
DedData^ CreateData(
	String^ dbPath, 
	String^ progr, 
	String^ infoUser, 
	String^ format, 
	String^ dedrev, 
	Dictionary<String^, Object^>^ attributes, 
	bool forcedata, 
	bool useui, 
	bool silent, 
	bool isVar, 
	bool notIncreaseProgr, 
	bool validateAttrs, 
	String^ var
)
member CreateData : 
        dbPath : string * 
        progr : string * 
        infoUser : string * 
        format : string * 
        dedrev : string * 
        attributes : Dictionary<string, Object> * 
        forcedata : bool * 
        useui : bool * 
        silent : bool * 
        isVar : bool * 
        notIncreaseProgr : bool * 
        validateAttrs : bool * 
        var : string -> DedData Parametri
- dbPath  String
 - Path di salvataggio dell'anagrafica (obbligatorio).
 - progr  String
 - Progressivo.
 - infoUser  String
 - Eventuale tassello utente.
 - format  String
 - Informazione sul formato.
 - dedrev  String
 - Revisione dell'anagrafica.
 - attributes  DictionaryString, Object
 - Dizionario contentente gli attributi da impostare.
 - forcedata  Boolean
 - Indica se utilizzare gli attributi passati invece di calcolarli.
 - useui  Boolean
 - Comando lanciato con interfaccia grafica.
 - silent  Boolean
 - Comando lanciato silent.
 - isVar  Boolean
 - Indica se è un salva variante.
 - notIncreaseProgr  Boolean
 - Indica di non incrementare il progressivo.
 - validateAttrs  Boolean
 - Indica se validare gli attributi.
 - var  String
 - Valore del campo variante automatica
 
Valore di ritorno
DedData
Vedi anche