| 名前 | 解説 | |
|---|---|---|
![]() | BaseURI | オーバーライドされます。 Gets the base URI. |
![]() | Document | オーバーライドされます。 |
![]() | FileName | Gets the file name. C1.Document.Serialization.XmlDocumentWrapperBaseから継承されます。 |
![]() | Root | オーバーライドされます。 Gets the XmlNodeWrapperBase object. |
XDocumentWrapperデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | BaseURI | オーバーライドされます。 Gets the base URI. |
![]() | Document | オーバーライドされます。 |
![]() | FileName | Gets the file name. C1.Document.Serialization.XmlDocumentWrapperBaseから継承されます。 |
![]() | Root | オーバーライドされます。 Gets the XmlNodeWrapperBase object. |
| 名前 | 解説 | |
|---|---|---|
![]() ![]() | FromBase64 | For internal use. Creates XDocumentWrapper from BASE64 encoded string containing XMl report definition. |
![]() ![]() | FromFile | For internal use. Creates XDocumentWrapper from file. |
![]() ![]() | FromStream | For internal use. Creates XDocumentWrapper from System.IO.Stream. NOTE! Stream can be disposed after calling this method. |
![]() ![]() | FromString | For internal use. Creates XDocumentWrapper from string containing XML report definition. |
![]() ![]() | FromXDocument | Creates XDocumentWrapper from System.Xml.Linq.XDocument. |