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)
Parameter Type Description
fileName String The file name.

See Also


XbrlDocument(string, LoadOptions)

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

public XbrlDocument(string fileName, LoadOptions options)
Parameter Type Description
fileName String The file name.
options LoadOptions The load options.

See Also