XbrlDocument

XbrlDocument()

Initializes a new instance of XbrlDocument class

public XbrlDocument()

See Also


XbrlDocument(string)

Initializes a new instance of XbrlDocument class and open a file.

public XbrlDocument(string fileName)
ParameterTypeDescription
fileNameStringThe file name.

See Also


XbrlDocument(string, LoadOptions)

Initializes a new instance of XbrlDocument class and open a file.

public XbrlDocument(string fileName, LoadOptions options)
ParameterTypeDescription
fileNameStringThe file name.
optionsLoadOptionsThe load options.

See Also