XbrlDocument
XbrlDocument class
An XBRL document which contains one or more XBRL instance.
public class XbrlDocument
Constructors
| Name | Description | 
|---|
| XbrlDocument() | Initializes a new instance of XbrlDocument class | 
| XbrlDocument(string) | Initializes a new instance of XbrlDocument class and open a file. | 
| XbrlDocument(string, LoadOptions) | Initializes a new instance of XbrlDocument class and open a file. | 
Properties
| Name | Description | 
|---|
| XbrlInstances { get; } | Gets XBRL instance collection | 
Methods
| Name | Description | 
|---|
| Save(string) | Creates and saves the XBRL file to the disk. | 
| Save(Stream, SaveOptions) | Save the XbrlDocument to the stream. | 
| Save(string, SaveOptions) | Save the XbrlDocument to the disk. | 
See Also