Metodo UtilityFormatPermAttrKeyToDelete (DedAttr)
|
Metodo che ritorna la chiave da utilizzare per identificare i record da eliminare in DED_OBJ_PERM
quando viene eliminato un attributo.
È stato centralizzato in un metodo affinchè se un in un futuro si dovesse cambiare formattazione,
basta modificare questo metodo senza dover girare tutto il progetto.
Attenzione! Non viene eseguito nessun controllo sulla validità dei parametri.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public static string FormatPermAttrKeyToDelete(
DedAttr attr
)
Public Shared Function FormatPermAttrKeyToDelete (
attr As DedAttr
) As String
public:
static String^ FormatPermAttrKeyToDelete(
DedAttr^ attr
)
static member FormatPermAttrKeyToDelete :
attr : DedAttr -> string
Parametri
- attr
- Tipo: DedNet.CoreDedAttr
Attributo da utilizzare.
Valore di ritorno
Tipo:
StringVedi anche