Metodo DedDataManagerCreateData (String, String, String, String, String, DictionaryString, Object, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)
|
Crea una nuova anagrafica e la ritorna.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.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
- Tipo: SystemString
Path di salvataggio dell'anagrafica (obbligatorio). - progr
- Tipo: SystemString
Progressivo. - infoUser
- Tipo: SystemString
Eventuale tassello utente. - format
- Tipo: SystemString
Informazione sul formato. - dedrev
- Tipo: SystemString
Revisione dell'anagrafica. - attributes
- Tipo: System.Collections.GenericDictionaryString, Object
Dizionario contentente gli attributi da impostare. - forcedata
- Tipo: SystemBoolean
Indica se utilizzare gli attributi passati invece di calcolarli. - useui
- Tipo: SystemBoolean
Comando lanciato con interfaccia grafica. - silent
- Tipo: SystemBoolean
Comando lanciato silent. - isVar
- Tipo: SystemBoolean
Indica se è un salva variante. - notIncreaseProgr
- Tipo: SystemBoolean
Indica di non incrementare il progressivo. - validateAttrs
- Tipo: SystemBoolean
Indica se validare gli attributi.
Valore di ritorno
Tipo:
DedDataVedi anche