Metodo UtilityCheckPrjIsDed
|
Controlla che il progetto attivo sia congruente con una root di progetto definita nel Database.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassi public static bool CheckPrjIsDed(
DedNetApplication app,
string activePrj
)
Public Shared Function CheckPrjIsDed (
app As DedNetApplication,
activePrj As String
) As Boolean
public:
static bool CheckPrjIsDed(
DedNetApplication^ app,
String^ activePrj
)
static member CheckPrjIsDed :
app : DedNetApplication *
activePrj : string -> bool
Parametri
- app
- Tipo: DedNetDedNetApplication
- activePrj
- Tipo: SystemString
Progetto da controllare
Valore di ritorno
Tipo:
BooleanVedi anche