Metodo Util.ReadAllAttr

DedNet

Metodo UtilReadAllAttr

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:  DedNetAcad
Assembly:  DedNetAcad (in DedNetAcad.dll) Versione: 21.3.0.0 (21.3.0.0)
Sintassi
public static DedDataPart ReadAllAttr(
	PartInfo prt,
	DedAttrList attrList
)
Public Shared Function ReadAllAttr ( 
	prt As PartInfo,
	attrList As DedAttrList
) As DedDataPart
public:
static DedDataPart^ ReadAllAttr(
	PartInfo^ prt, 
	DedAttrList^ attrList
)
static member ReadAllAttr : 
        prt : PartInfo * 
        attrList : DedAttrList -> DedDataPart 

Parametri

prt
Tipo: DedNetAcadPartInfo
Parte dalla quale leggere le informazioni.
attrList
Tipo: DedNet.CoreDedAttrList
Lista degli attributi da leggere dalla parte.

Valore di ritorno

Tipo: DedDataPart
Vedi anche