Metodo DedDataManagerCreateData(String, String, String, String, String, DictionaryString, Object, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
|
Crea una nuova anagrafica e la ritorna.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi 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
)
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
) 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
)
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 -> 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.
Valore di ritorno
DedDataVedi anche