Initial commit: JDE Scoping Tool migration project
Set up repository with legacy .NET Framework 4.8 source (OLD/), new .NET 10 Blazor solution (NEW/), OpenSpec specifications, documentation, and project configuration.
This commit is contained in:
BIN
Binary file not shown.
BIN
Binary file not shown.
+1685
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
+1171
File diff suppressed because it is too large
Load Diff
Executable
BIN
Binary file not shown.
Executable
+4397
File diff suppressed because it is too large
Load Diff
Executable
BIN
Binary file not shown.
Executable
+17900
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
+96
@@ -0,0 +1,96 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Telerik.Windows.Documents.Flow.FormatProviders.Pdf</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.PdfFormatProvider">
|
||||
<summary>
|
||||
Represents PDF format provider.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.PdfFormatProvider.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.PdfFormatProvider"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.PdfFormatProvider.ExportToFixedDocument(Telerik.Windows.Documents.Flow.Model.RadFlowDocument)">
|
||||
<summary>
|
||||
Exports to fixed document.
|
||||
</summary>
|
||||
<param name="document">The document.</param>
|
||||
<returns>The fixed document.</returns>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.PdfFormatProvider.ExportOverride(Telerik.Windows.Documents.Flow.Model.RadFlowDocument,System.IO.Stream)">
|
||||
<summary>
|
||||
Exports the specified document.
|
||||
</summary>
|
||||
<param name="document">The document.</param>
|
||||
<param name="output">The output.</param>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.PdfFormatProvider.ExportSettings">
|
||||
<summary>
|
||||
Gets or sets the export settings.
|
||||
</summary>
|
||||
<value>The export settings.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.PdfFormatProvider.CanExport">
|
||||
<summary>
|
||||
Gets a value indicating whether format provider can export.
|
||||
</summary>
|
||||
<value>The value indicating whether can export.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.PdfFormatProvider.CanImport">
|
||||
<summary>
|
||||
Gets a value indicating whether format provider can import.
|
||||
</summary>
|
||||
<value>The value indicating whether can import.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.PdfFormatProvider.SupportedExtensions">
|
||||
<summary>
|
||||
Gets the supported extensions.
|
||||
</summary>
|
||||
<value>The supported extensions.</value>
|
||||
</member>
|
||||
<member name="T:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Export.PdfExportSettings">
|
||||
<summary>
|
||||
Represents PDF export settings.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Export.PdfExportSettings.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Export.PdfExportSettings"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Export.PdfExportSettings.ExtensibilityManager">
|
||||
<summary>
|
||||
Gets the extensibility manager.
|
||||
</summary>
|
||||
<value>The extensibility manager.</value>
|
||||
</member>
|
||||
<member name="T:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Utils.ExtensibilityManager">
|
||||
<summary>
|
||||
Provides methods for extending the functionality of the PdfFormatProvider.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Utils.ExtensibilityManager.RegisterNumberingStyleConverter(Telerik.Windows.Documents.Flow.Model.Lists.NumberingStyle,Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Utils.INumberingStyleConverter)">
|
||||
<summary>
|
||||
Registers the numbering style converter.
|
||||
</summary>
|
||||
<param name="numberingStyle">The numbering style.</param>
|
||||
<param name="converter">The converter.</param>
|
||||
</member>
|
||||
<member name="T:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Utils.INumberingStyleConverter">
|
||||
<summary>
|
||||
Represents a numbering style converter.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Flow.FormatProviders.Pdf.Utils.INumberingStyleConverter.ConvertNumberToText(System.Int32)">
|
||||
<summary>
|
||||
Converts the number to text.
|
||||
</summary>
|
||||
<param name="number">The number.</param>
|
||||
<returns>The text representation of the given number.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Executable
BIN
Binary file not shown.
Executable
+37650
File diff suppressed because it is too large
Load Diff
BIN
Binary file not shown.
+93
@@ -0,0 +1,93 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.Contexts.GradientInfoType">
|
||||
<summary>
|
||||
Defines gradient info types.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.Contexts.XlsxWorksheetImportContext.ImportShapesSizes">
|
||||
<summary>
|
||||
Imports the shapes sizes from the from cell and to cell.
|
||||
Used in case the shape size is not indicated in the TransformElement.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.Import.XlsxImportSettings">
|
||||
<summary>
|
||||
Reserved for future use.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.Export.XlsxExportSettings">
|
||||
<summary>
|
||||
Reserved for future use.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.XlsxFormatProvider">
|
||||
<summary>
|
||||
Binary format provider to export Spreadsheet data to XLSX.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.XlsxFormatProvider.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.XlsxFormatProvider"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.XlsxFormatProvider.ImportOverride(System.IO.Stream)">
|
||||
<summary>
|
||||
Imports the specified input.
|
||||
</summary>
|
||||
<param name="input">The input.</param>
|
||||
<returns>The imported workbook.</returns>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.XlsxFormatProvider.ExportOverride(Telerik.Windows.Documents.Spreadsheet.Model.Workbook,System.IO.Stream)">
|
||||
<summary>
|
||||
Exports the specified workbook.
|
||||
</summary>
|
||||
<param name="workbook">The workbook.</param>
|
||||
<param name="output">The output.</param>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.XlsxFormatProvider.Name">
|
||||
<summary>
|
||||
Gets the name.
|
||||
</summary>
|
||||
<value>The name of the provider.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.XlsxFormatProvider.FilesDescription">
|
||||
<summary>
|
||||
Gets the files description.
|
||||
</summary>
|
||||
<value>The files description.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.XlsxFormatProvider.SupportedExtensions">
|
||||
<summary>
|
||||
Gets the supported extensions.
|
||||
</summary>
|
||||
<value>The supported extensions.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.XlsxFormatProvider.CanImport">
|
||||
<summary>
|
||||
Gets a value indicating whether can import.
|
||||
</summary>
|
||||
<value>The value indicating whether can import.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.XlsxFormatProvider.CanExport">
|
||||
<summary>
|
||||
Gets a value indicating whether can export.
|
||||
</summary>
|
||||
<value>The value indicating whether can export.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.XlsxFormatProvider.ExportSettings">
|
||||
<summary>
|
||||
Reserved for future use.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx.XlsxFormatProvider.ImportSettings">
|
||||
<summary>
|
||||
Reserved for future use.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
Binary file not shown.
+165
@@ -0,0 +1,165 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.IPdfChartRenderer">
|
||||
<summary>
|
||||
Defines members for classes which will be used to render charts when exporting a workbook to PDF.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.IPdfChartRenderer.RenderChart(Telerik.Windows.Documents.Fixed.Model.Editing.FixedContentEditor,Telerik.Windows.Documents.Spreadsheet.Model.Shapes.FloatingChartShape)">
|
||||
<summary>
|
||||
Renders the chart.
|
||||
</summary>
|
||||
<param name="editor">The editor which will render the chart.</param>
|
||||
<param name="chart">The chart to be rendered.</param>
|
||||
</member>
|
||||
<member name="F:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.Layers.WorksheetPredefinedPdfLayers.Gridlines">
|
||||
<summary>
|
||||
The name of the grid lines layer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.Layers.WorksheetPredefinedPdfLayers.GridlinesOutline">
|
||||
<summary>
|
||||
The name of the grid lines outline layer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.Layers.WorksheetPredefinedPdfLayers.CellFill">
|
||||
<summary>
|
||||
The name of the cell fill layer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.Layers.WorksheetPredefinedPdfLayers.CellBorders">
|
||||
<summary>
|
||||
The name of the cell borders layer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.Layers.WorksheetPredefinedPdfLayers.CellValues">
|
||||
<summary>
|
||||
The name of the cell values layer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.Layers.WorksheetPredefinedPdfLayers.Shapes">
|
||||
<summary>
|
||||
The name of the shapes layer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.Layers.WorksheetPredefinedPdfLayers.RowHeadingMargin">
|
||||
<summary>
|
||||
The name of the row heading margin layer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.Layers.WorksheetPredefinedPdfLayers.ColumnHeadingMargin">
|
||||
<summary>
|
||||
The name of the column heading margin layer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.Layers.WorksheetPredefinedPdfLayers.HeaderFooter">
|
||||
<summary>
|
||||
The name of the header/footer layer.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.PdfExportSettings">
|
||||
<summary>
|
||||
Provides properties specifying what to export to PDF.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.PdfExportSettings.#ctor(Telerik.Windows.Documents.Spreadsheet.FormatProviders.ExportWhat,System.Boolean)">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.PdfExportSettings"/> class.
|
||||
</summary>
|
||||
<param name="exportWhat">The ExportWhat option.</param>
|
||||
<param name="ignorePrintArea">The value indicating whether to ignore print area.</param>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.PdfExportSettings.#ctor(System.Collections.Generic.IEnumerable{Telerik.Windows.Documents.Spreadsheet.Model.CellRange})">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.PdfExportSettings"/> class.
|
||||
</summary>
|
||||
<param name="selection">The ranges to export.</param>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.PdfExportSettings.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.PdfExportSettings"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.PdfExportSettings.SelectedRanges">
|
||||
<summary>
|
||||
Gets the selected ranges.
|
||||
</summary>
|
||||
<value>The selected ranges.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.PdfExportSettings.PdfFileSettings">
|
||||
<summary>
|
||||
Gets or sets the PDF settings used when the <see cref="T:Telerik.Windows.Documents.Spreadsheet.Model.Workbook"/> is exported to a file.
|
||||
</summary>
|
||||
<value>The PDF export settings.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.Export.PdfExportSettings.ChartRenderer">
|
||||
<summary>
|
||||
Gets or sets the renderer which will be used to render charts.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PdfFormatProvider">
|
||||
<summary>
|
||||
Represents the PdfFormatProvider.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PdfFormatProvider.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PdfFormatProvider"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PdfFormatProvider.ExportToFixedDocument(Telerik.Windows.Documents.Spreadsheet.Model.Workbook)">
|
||||
<summary>
|
||||
Exports to fixed document.
|
||||
</summary>
|
||||
<param name="workbook">The workbook.</param>
|
||||
<returns>The exported fixed document.</returns>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PdfFormatProvider.ExportOverride(Telerik.Windows.Documents.Spreadsheet.Model.Workbook,System.IO.Stream)">
|
||||
<summary>
|
||||
Exports the specified workbook.
|
||||
</summary>
|
||||
<param name="workbook">The workbook to export.</param>
|
||||
<param name="output">The output.</param>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PdfFormatProvider.Name">
|
||||
<summary>
|
||||
Gets the name.
|
||||
</summary>
|
||||
<value>The name of the provider.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PdfFormatProvider.FilesDescription">
|
||||
<summary>
|
||||
Gets the files description.
|
||||
</summary>
|
||||
<value>The files description.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PdfFormatProvider.CanExport">
|
||||
<summary>
|
||||
Gets a value indicating whether can export.
|
||||
</summary>
|
||||
<value>The value indicating whether can export.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PdfFormatProvider.CanImport">
|
||||
<summary>
|
||||
Gets a value indicating whether can import.
|
||||
</summary>
|
||||
<value>The value indicating whether can import.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PdfFormatProvider.SupportedExtensions">
|
||||
<summary>
|
||||
Gets the supported extensions.
|
||||
</summary>
|
||||
<value>The supported extensions.</value>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf.PdfFormatProvider.ExportSettings">
|
||||
<summary>
|
||||
Gets or sets the export settings.
|
||||
</summary>
|
||||
<value>The export settings.</value>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
Binary file not shown.
+30548
File diff suppressed because it is too large
Load Diff
Executable
BIN
Binary file not shown.
Executable
+229
@@ -0,0 +1,229 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>Telerik.Windows.Zip.Extensions</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Telerik.Windows.Zip.Extensions.DotNetPlatformManager">
|
||||
<summary>
|
||||
Platform manager which can be used with full version of the .NET Framework.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.DotNetPlatformManager.#ctor">
|
||||
<summary>
|
||||
Initializes a new instance of the DotNetPlatformManager class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.DotNetPlatformManager.CreateTemporaryStream">
|
||||
<summary>
|
||||
Creates temporary stream.
|
||||
</summary>
|
||||
<returns>Stream will be used for temporary operations.</returns>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.DotNetPlatformManager.DeleteTemporaryStream(System.IO.Stream)">
|
||||
<summary>
|
||||
Deletes temporary stream.
|
||||
</summary>
|
||||
<param name="stream">Stream to delete.</param>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.DotNetPlatformManager.GetCryptoProvider(Telerik.Windows.Zip.EncryptionSettings)">
|
||||
<summary>
|
||||
Gets crypto provider initialized using given encryption settings.
|
||||
</summary>
|
||||
<param name="settings">Encryption settings.</param>
|
||||
<returns>Crypto provider.</returns>
|
||||
<exception cref="T:System.NotSupportedException">Specified crypto algorithm is not supported.</exception>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.DotNetPlatformManager.IsEncodingSupported(System.Text.Encoding)">
|
||||
<summary>
|
||||
Indicates whether specified encoding is supported for this platform.
|
||||
</summary>
|
||||
<param name="encoding">Encoding.</param>
|
||||
<returns>true if encoding is allowed in the ZIP file.</returns>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Zip.Extensions.DotNetPlatformManager.AltDirectorySeparatorChar">
|
||||
<summary>
|
||||
Gets a platform-specific alternate character used to separate directory levels in a path string that reflects a hierarchical file system organization.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Zip.Extensions.DotNetPlatformManager.DefaultEncoding">
|
||||
<summary>
|
||||
Gets default encoding for this platform.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Zip.Extensions.DotNetPlatformManager.DirectorySeparatorChar">
|
||||
<summary>
|
||||
Gets a platform-specific character used to separate directory levels in a path string that reflects a hierarchical file system organization.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Telerik.Windows.Zip.Extensions.DotNetPlatformManager.TemporaryStreamType">
|
||||
<summary>
|
||||
Gets or sets type of the temporary stream. The default value is TemporaryStreamType.Memory.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Telerik.Windows.Zip.Extensions.TemporaryStreamType">
|
||||
<summary>
|
||||
Type of the temporary stream.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Telerik.Windows.Zip.Extensions.TemporaryStreamType.File">
|
||||
<summary>
|
||||
The temporary stream represents temporary file in the file system.
|
||||
</summary>
|
||||
<remarks>It allows manipulations with large archives and minimize memory consumption.</remarks>
|
||||
</member>
|
||||
<member name="F:Telerik.Windows.Zip.Extensions.TemporaryStreamType.Memory">
|
||||
<summary>
|
||||
The temporary stream represents data in the memory.
|
||||
</summary>
|
||||
<remarks>It is the fastest way of the data manipulation.</remarks>
|
||||
</member>
|
||||
<member name="T:Telerik.Windows.Zip.Extensions.ZipFile">
|
||||
<summary>
|
||||
Provides static methods for creating, extracting, and opening zip archives.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.CreateEntryFromFile(Telerik.Windows.Zip.ZipArchive,System.String,System.String)">
|
||||
<summary>
|
||||
Archives a file by compressing it and adding it to the zip archive.
|
||||
</summary>
|
||||
<param name="destination">The zip archive to add the file to.</param>
|
||||
<param name="sourceFileName">The path to the file to be archived. You can specify either a relative or an absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
<param name="entryName">The name of the entry to create in the zip archive.</param>
|
||||
<returns>New entry in archive.</returns>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.CreateEntryFromFile(Telerik.Windows.Zip.ZipArchive,System.String,System.String,Telerik.Windows.Zip.CompressionLevel)">
|
||||
<summary>
|
||||
Archives a file by compressing it using the specified compression level and adding it to the zip archive.
|
||||
</summary>
|
||||
<param name="destination">The zip archive to add the file to.</param>
|
||||
<param name="sourceFileName">The path to the file to be archived. You can specify either a relative or an absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
<param name="entryName">The name of the entry to create in the zip archive.</param>
|
||||
<param name="compressionLevel">One of the enumeration values that indicates whether to emphasize speed or compression effectiveness when creating the entry.</param>
|
||||
<returns>New entry in archive.</returns>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.CreateEntryFromFile(Telerik.Windows.Zip.ZipArchive,System.String,System.String,Telerik.Windows.Zip.CompressionSettings)">
|
||||
<summary>
|
||||
Archives a file by compressing it using the specified compression settings and adding it to the zip archive.
|
||||
</summary>
|
||||
<param name="destination">The zip archive to add the file to.</param>
|
||||
<param name="sourceFileName">The path to the file to be archived. You can specify either a relative or an absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
<param name="entryName">The name of the entry to create in the zip archive.</param>
|
||||
<param name="compressionSettings">Compression settings.</param>
|
||||
<returns>New entry in archive.</returns>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.CreateFromDirectory(System.String,System.String)">
|
||||
<summary>
|
||||
Creates a zip archive that contains the files and directories from the specified directory.
|
||||
</summary>
|
||||
<param name="sourceDirectoryName">The path to the directory to be archived, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
<param name="destinationArchiveFileName">The path of the archive to be created, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.CreateFromDirectory(System.String,System.String,Telerik.Windows.Zip.CompressionLevel,System.Boolean)">
|
||||
<summary>
|
||||
Creates a zip archive that contains the files and directories from the specified directory, uses the specified compression level, and optionally includes the base directory.
|
||||
</summary>
|
||||
<param name="sourceDirectoryName">The path to the directory to be archived, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
<param name="destinationArchiveFileName">The path of the archive to be created, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
<param name="compressionLevel">One of the enumeration values that indicates whether to emphasize speed or compression effectiveness when creating the entry.</param>
|
||||
<param name="includeBaseDirectory">True to include the directory name from sourceDirectoryName at the root of the archive; false to include only the contents of the directory.</param>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.CreateFromDirectory(System.String,System.String,Telerik.Windows.Zip.CompressionLevel,System.Boolean,System.Text.Encoding)">
|
||||
<summary>
|
||||
Creates a zip archive that contains the files and directories from the specified directory, uses the specified compression level, and optionally includes the base directory.
|
||||
</summary>
|
||||
<param name="sourceDirectoryName">The path to the directory to be archived, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
<param name="destinationArchiveFileName">The path of the archive to be created, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
<param name="compressionLevel">One of the enumeration values that indicates whether to emphasize speed or compression effectiveness when creating the entry.</param>
|
||||
<param name="includeBaseDirectory">True to include the directory name from sourceDirectoryName at the root of the archive; false to include only the contents of the directory.</param>
|
||||
<param name="entryNameEncoding">The encoding to use when reading or writing entry names in this archive. Specify a value for this parameter only when an encoding is required for interoperability with zip archive tools and libraries that do not support UTF-8 encoding for entry names.</param>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.CreateFromDirectory(System.String,System.String,Telerik.Windows.Zip.CompressionSettings,System.Boolean,System.Text.Encoding)">
|
||||
<summary>
|
||||
Creates a zip archive that contains the files and directories from the specified directory, uses the specified compression settings, and optionally includes the base directory.
|
||||
</summary>
|
||||
<param name="sourceDirectoryName">The path to the directory to be archived, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
<param name="destinationArchiveFileName">The path of the archive to be created, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
<param name="compressionSettings">Compression settings.</param>
|
||||
<param name="includeBaseDirectory">True to include the directory name from sourceDirectoryName at the root of the archive; false to include only the contents of the directory.</param>
|
||||
<param name="entryNameEncoding">The encoding to use when reading or writing entry names in this archive. Specify a value for this parameter only when an encoding is required for interoperability with zip archive tools and libraries that do not support UTF-8 encoding for entry names.</param>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.ExtractToDirectory(System.String,System.String)">
|
||||
<summary>
|
||||
Extracts all the files in the specified zip archive to a directory on the file system.
|
||||
</summary>
|
||||
<param name="sourceArchiveFileName">The path to the archive that is to be extracted.</param>
|
||||
<param name="destinationDirectoryName">The path to the directory in which to place the extracted files,
|
||||
specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.ExtractToDirectory(System.String,System.String,System.Text.Encoding)">
|
||||
<summary>
|
||||
Extracts all the files in the specified zip archive to a directory on the file system and uses the specified character encoding for entry names.
|
||||
</summary>
|
||||
<param name="sourceArchiveFileName">The path to the archive that is to be extracted.</param>
|
||||
<param name="destinationDirectoryName">The path to the directory in which to place the extracted files,
|
||||
specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
<param name="entryNameEncoding">The encoding to use when reading or writing entry names in this archive.
|
||||
Specify a value for this parameter only when an encoding is required for interoperability with zip archive
|
||||
tools and libraries that do not support UTF-8 encoding for entry names.</param>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.ExtractToDirectory(Telerik.Windows.Zip.ZipArchive,System.String)">
|
||||
<summary>
|
||||
Extracts all the files in the zip archive to a directory on the file system.
|
||||
</summary>
|
||||
<param name="source">The zip archive to extract files from.</param>
|
||||
<param name="destinationDirectoryName">The path to the directory to place the extracted files in. You can specify either a relative or an absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.ExtractToFile(Telerik.Windows.Zip.ZipArchiveEntry,System.String)">
|
||||
<summary>
|
||||
Extracts an entry in the zip archive to a file.
|
||||
</summary>
|
||||
<param name="source">The zip archive entry to extract a file from.</param>
|
||||
<param name="destinationFileName">The path of the file to create from the contents
|
||||
of the entry. You can specify either a relative or an absolute path. A relative path
|
||||
is interpreted as relative to the current working directory.</param>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.ExtractToFile(Telerik.Windows.Zip.ZipArchiveEntry,System.String,System.Boolean)">
|
||||
<summary>
|
||||
Extracts an entry in the zip archive to a file, and optionally overwrites an existing file that has the same name.
|
||||
</summary>
|
||||
<param name="source">The zip archive entry to extract a file from.</param>
|
||||
<param name="destinationFileName">The path of the file to create from the contents
|
||||
of the entry. You can specify either a relative or an absolute path. A relative path
|
||||
is interpreted as relative to the current working directory.</param>
|
||||
<param name="overwrite">True to overwrite an existing file that has the same name as the destination file; otherwise, false.</param>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.Open(System.String,Telerik.Windows.Zip.ZipArchiveMode)">
|
||||
<summary>
|
||||
Opens a zip archive at the specified path and in the specified mode.
|
||||
</summary>
|
||||
<param name="archiveFileName">The path to the archive to open, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
<param name="mode">One of the enumeration values that specifies the actions which are allowed on the entries in the opened archive.</param>
|
||||
<returns>The opened zip archive.</returns>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.Open(System.String,Telerik.Windows.Zip.ZipArchiveMode,System.Text.Encoding)">
|
||||
<summary>
|
||||
Opens a zip archive at the specified path and in the specified mode.
|
||||
</summary>
|
||||
<param name="archiveFileName">The path to the archive to open, specified as a relative or absolute path. A relative path is interpreted as relative to the current working directory.</param>
|
||||
<param name="mode">One of the enumeration values that specifies the actions which are allowed on the entries in the opened archive.</param>
|
||||
<param name="entryNameEncoding">The encoding to use when reading or writing entry names in this archive. Specify a value for this parameter only when an encoding is required for interoperability with zip archive tools and libraries that do not support UTF-8 encoding for entry names.</param>
|
||||
<returns>The opened zip archive.</returns>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.OpenRead(System.String)">
|
||||
<summary>
|
||||
Opens a zip archive for reading at the specified path.
|
||||
</summary>
|
||||
<param name="archiveFileName">The path to the archive to open, specified as a relative or absolute path.
|
||||
A relative path is interpreted as relative to the current working directory.</param>
|
||||
<returns>The opened zip archive.</returns>
|
||||
</member>
|
||||
<member name="M:Telerik.Windows.Zip.Extensions.ZipFile.IsDirectoryEmpty(System.IO.DirectoryInfo)">
|
||||
<summary>
|
||||
Indicates whether specified directory is empty or not.
|
||||
</summary>
|
||||
<param name="directoryInfo">Directory info.</param>
|
||||
<returns>True if directory is empty; otherwise - false.</returns>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
Binary file not shown.
+3833
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user