XbrlDocument.XbrlDocument

XbrlDocument()

XbrlDocument class का एक नया उदाहरण शुरू करता है

public XbrlDocument()

यह सभी देखें


XbrlDocument(string)

XbrlDocument वर्ग का एक नया उदाहरण आरंभ करता है और एक फ़ाइल खोलता है।

public XbrlDocument(string fileName)
पैरामीटरप्रकारविवरण
fileNameStringफ़ाइल का नाम।

यह सभी देखें


XbrlDocument(Stream)

XbrlDocument वर्ग का एक नया उदाहरण शुरू करता है और इसे स्ट्रीम के साथ खोलता है..

public XbrlDocument(Stream stream)
पैरामीटरप्रकारविवरण
streamStreamफ़ाइल स्ट्रीम।

यह सभी देखें


XbrlDocument(string, LoadOptions)

XbrlDocument वर्ग का एक नया उदाहरण आरंभ करता है और एक फ़ाइल खोलता है।

public XbrlDocument(string fileName, LoadOptions options)
पैरामीटरप्रकारविवरण
fileNameStringफ़ाइल का नाम।
optionsLoadOptionsलोड विकल्प।

यह सभी देखें


XbrlDocument(Stream, LoadOptions)

XbrlDocument वर्ग का एक नया उदाहरण शुरू करता है और इसे स्ट्रीम के साथ खोलता है..

public XbrlDocument(Stream stream, LoadOptions options)
पैरामीटरप्रकारविवरण
streamStreamफ़ाइल स्ट्रीम।
optionsLoadOptionsलोड विकल्प।

यह सभी देखें