Metodo DedNetApplicationGetAllAttrInDb(Boolean, Boolean)
             | 
          
        
        
            Restituisce tutti gli attributi con ambiene anagrafica (Anagrafica, AnagraficaEDistinta, ecc..)  presenti nel Db.
            
        
        Namespace: DedNetAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassipublic List<DedAttr> GetAllAttrInDb(
	bool includeBomAttrs,
	bool allowRedefined
)
Public Function GetAllAttrInDb ( 
	includeBomAttrs As Boolean,
	allowRedefined As Boolean
) As List(Of DedAttr)
public:
List<DedAttr^>^ GetAllAttrInDb(
	bool includeBomAttrs, 
	bool allowRedefined
)
member GetAllAttrInDb : 
        includeBomAttrs : bool * 
        allowRedefined : bool -> List<DedAttr> Parametri
- includeBomAttrs  Boolean
 - Indica se includere anche gli attributi di distinta.
 - allowRedefined  Boolean
 - Indica se includere nella lista anche eventuali attributi ridefiniti.
 
Valore di ritorno
ListDedAttr
Vedi anche