Metodo DedProgManagerIsProgReserved
|
Restituisce se il progressivo da settare è già riservato a qualche utente.
Internamente effettua una operazione RICORSIVA sui genitori della famiglia passata.
In questo modo se la famiglia corrente ha un progressivo ereditato, il controllo viene
effettuato su quella di livello superiore.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static bool IsProgReserved(
DedTypeBase fam,
string newValue
)
Public Shared Function IsProgReserved (
fam As DedTypeBase,
newValue As String
) As Boolean
public:
static bool IsProgReserved(
DedTypeBase^ fam,
String^ newValue
)
static member IsProgReserved :
fam : DedTypeBase *
newValue : string -> bool
Parametri
- fam DedTypeBase
- Famiglia sulla quale verificare il progressivo.
- newValue String
- Valore del progressivo da impostare.
Valore di ritorno
BooleanVedi anche