Metodo UtilCreateDataPartFromAllAttr(PartManager)
|
Legge tutti gli attributi dalla parte e li restituisce sotto forma di DedDataPart.
Gli attributi nella parte sono salvati come stringhe quindi tenta di convertire il valore stringa
nel tipo di dato presente nel Db. Se non ci riesce salta lasciando vuoto il valore
Namespace: DedNetAcadAssembly: DedNetAcad (in DedNetAcad.dll) Versione: 27.3.0-beta
Sintassipublic static Dictionary<string, string> CreateDataPartFromAllAttr(
PartManager partManager
)
Public Shared Function CreateDataPartFromAllAttr (
partManager As PartManager
) As Dictionary(Of String, String)
public:
static Dictionary<String^, String^>^ CreateDataPartFromAllAttr(
PartManager^ partManager
)
static member CreateDataPartFromAllAttr :
partManager : PartManager -> Dictionary<string, string>
Parametri
- partManager PartManager
- Parte dalla quale leggere le informazioni.
Valore di ritorno
DictionaryString,
String
Vedi anche