InlineXbrlDocument.InlineXbrlDocument

InlineXbrlDocument(string)

Initialiseert een nieuw exemplaar vanInlineXbrlDocument klasse en open een bestand.

public InlineXbrlDocument(string fileName)
Parameter Type Beschrijving
fileName String De bestandsnaam.

Zie ook


InlineXbrlDocument(Stream)

Initialiseert een nieuw exemplaar vanInlineXbrlDocument class en opent het met een stream..

public InlineXbrlDocument(Stream stream)
Parameter Type Beschrijving
stream Stream De bestandsstroom.

Zie ook


InlineXbrlDocument(string, LoadOptions)

Initialiseert een nieuw exemplaar vanInlineXbrlDocument klasse en open een bestand.

public InlineXbrlDocument(string fileName, LoadOptions options)
Parameter Type Beschrijving
fileName String De bestandsnaam.
options LoadOptions De laadopties.

Zie ook


InlineXbrlDocument(Stream, LoadOptions)

Initialiseert een nieuw exemplaar vanInlineXbrlDocument class en opent het met een stream.

public InlineXbrlDocument(Stream stream, LoadOptions options)
Parameter Type Beschrijving
stream Stream De bestandsnaam.
options LoadOptions De laadopties.

Zie ook