Metodo UtilityFormatPermAttrKey
|
Metodo che ritorna la chiave da utilizzare per identificare l'accoppiata 'attributo' e 'famiglia'.
È 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.CoreAssembly: DedNet (in DedNet.dll) Versione: 28.1.0-RC6
Sintassipublic static string FormatPermAttrKey(
string attrName,
DedTypeBase tp
)
Public Shared Function FormatPermAttrKey (
attrName As String,
tp As DedTypeBase
) As String
public:
static String^ FormatPermAttrKey(
String^ attrName,
DedTypeBase^ tp
)
static member FormatPermAttrKey :
attrName : string *
tp : DedTypeBase -> string Parametri
- attrName String
- Nome dell'attributo.
- tp DedTypeBase
-
Valore di ritorno
String
Vedi anche