Metodo UtilAssertDocIsNotTopDocument
|
Controlla che il documento passato non sia Nothing e non sia la parte principale del documento.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.0
Sintassi public static void AssertDocIsNotTopDocument(
Document oDoc
)
Public Shared Sub AssertDocIsNotTopDocument (
oDoc As Document
)
public:
static void AssertDocIsNotTopDocument(
Document^ oDoc
)
static member AssertDocIsNotTopDocument :
oDoc : Document -> unit
Parametri
- oDoc Document
- Documento da analizzare.
Vedi anche