Compare commits
18 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
989476e579 | ||
|
c14f3a0b73 | ||
|
8a71a24eee | ||
|
fa1e222b91 | ||
|
658881cb94 | ||
|
1f0aa9538c | ||
|
e0ef3d6e81 | ||
|
1ff19e93e5 | ||
|
03e39f6b13 | ||
|
79a181b789 | ||
|
7c88edeef3 | ||
|
d7251322f3 | ||
|
d990fdb00f | ||
|
5177f3c8e1 | ||
|
9725f07d76 | ||
|
3feb33895e | ||
|
cf9dc68b63 | ||
|
6c59744189 |
46
COP/COP.sln
46
COP/COP.sln
@ -3,9 +3,23 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 17
|
# Visual Studio Version 17
|
||||||
VisualStudioVersion = 17.11.35222.181
|
VisualStudioVersion = 17.11.35222.181
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RodionovLibrary", "RodionovLibrary\RodionovLibrary.csproj", "{F586414D-01E1-499C-A77B-C6A4B0882B0E}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RodionovLibrary", "RodionovLibrary\RodionovLibrary.csproj", "{F586414D-01E1-499C-A77B-C6A4B0882B0E}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinForms", "WinForms\WinForms.csproj", "{E160EBCF-4BD1-4049-ADD6-597332133952}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinForms", "WinForms\WinForms.csproj", "{E160EBCF-4BD1-4049-ADD6-597332133952}"
|
||||||
|
EndProject
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PortalAccountsContracts", "PortalAccountsContracts\PortalAccountsContracts.csproj", "{F18747FB-607B-42E4-AA8E-86A7E2FFBD28}"
|
||||||
|
EndProject
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PortalAccountsDataModels", "PortalAccountsDataModels\PortalAccountsDataModels.csproj", "{4DFB6049-FCE4-42F3-B611-BAEE5156EA9C}"
|
||||||
|
EndProject
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PortalAccountsBusinessLogic", "PortalAccountsBusinessLogic\PortalAccountsBusinessLogic.csproj", "{06D98752-0805-4CE4-AE5A-0EC14694D7D9}"
|
||||||
|
EndProject
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PortalAccountsDatabaseImplement", "PortalAccountsDatabaseImplement\PortalAccountsDatabaseImplement.csproj", "{0D3E5B70-5816-4AF6-AA94-95EA34EEC9FE}"
|
||||||
|
EndProject
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PortalAccountsView", "PortalAccountsView\PortalAccountsView.csproj", "{0304D12E-0F97-4C82-BB88-4E4784DEC81C}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginsConventionLibrary", "PluginsConventionLibrary\PluginsConventionLibrary.csproj", "{6D5CA9C2-3975-43D4-8355-D06A5F38D1B6}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PluginsApp", "PluginsApp\PluginsApp.csproj", "{B4C12E16-5D35-4AB6-9DAA-DC4D545A8C5C}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
@ -21,6 +35,34 @@ Global
|
|||||||
{E160EBCF-4BD1-4049-ADD6-597332133952}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{E160EBCF-4BD1-4049-ADD6-597332133952}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{E160EBCF-4BD1-4049-ADD6-597332133952}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{E160EBCF-4BD1-4049-ADD6-597332133952}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{E160EBCF-4BD1-4049-ADD6-597332133952}.Release|Any CPU.Build.0 = Release|Any CPU
|
{E160EBCF-4BD1-4049-ADD6-597332133952}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{F18747FB-607B-42E4-AA8E-86A7E2FFBD28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{F18747FB-607B-42E4-AA8E-86A7E2FFBD28}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{F18747FB-607B-42E4-AA8E-86A7E2FFBD28}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{F18747FB-607B-42E4-AA8E-86A7E2FFBD28}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{4DFB6049-FCE4-42F3-B611-BAEE5156EA9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{4DFB6049-FCE4-42F3-B611-BAEE5156EA9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{4DFB6049-FCE4-42F3-B611-BAEE5156EA9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{4DFB6049-FCE4-42F3-B611-BAEE5156EA9C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{06D98752-0805-4CE4-AE5A-0EC14694D7D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{06D98752-0805-4CE4-AE5A-0EC14694D7D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{06D98752-0805-4CE4-AE5A-0EC14694D7D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{06D98752-0805-4CE4-AE5A-0EC14694D7D9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{0D3E5B70-5816-4AF6-AA94-95EA34EEC9FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{0D3E5B70-5816-4AF6-AA94-95EA34EEC9FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{0D3E5B70-5816-4AF6-AA94-95EA34EEC9FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{0D3E5B70-5816-4AF6-AA94-95EA34EEC9FE}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{0304D12E-0F97-4C82-BB88-4E4784DEC81C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{0304D12E-0F97-4C82-BB88-4E4784DEC81C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{0304D12E-0F97-4C82-BB88-4E4784DEC81C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{0304D12E-0F97-4C82-BB88-4E4784DEC81C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{6D5CA9C2-3975-43D4-8355-D06A5F38D1B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{6D5CA9C2-3975-43D4-8355-D06A5F38D1B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{6D5CA9C2-3975-43D4-8355-D06A5F38D1B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{6D5CA9C2-3975-43D4-8355-D06A5F38D1B6}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{B4C12E16-5D35-4AB6-9DAA-DC4D545A8C5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{B4C12E16-5D35-4AB6-9DAA-DC4D545A8C5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{B4C12E16-5D35-4AB6-9DAA-DC4D545A8C5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{B4C12E16-5D35-4AB6-9DAA-DC4D545A8C5C}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
173
COP/PluginsApp/FormMain.Designer.cs
generated
Normal file
173
COP/PluginsApp/FormMain.Designer.cs
generated
Normal file
@ -0,0 +1,173 @@
|
|||||||
|
namespace PluginsApp
|
||||||
|
{
|
||||||
|
partial class FormMain
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Required designer variable.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Clean up any resources being used.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Windows Form Designer generated code
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Required method for Designer support - do not modify
|
||||||
|
/// the contents of this method with the code editor.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
menuStrip = new MenuStrip();
|
||||||
|
ControlsStripMenuItem = new ToolStripMenuItem();
|
||||||
|
ActionsToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
ThesaurusToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
AddElementToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
UpdElementToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
DelElementToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
DocsToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
SimpleDocToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
TableDocToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
ChartDocToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
panelControl = new Panel();
|
||||||
|
menuStrip.SuspendLayout();
|
||||||
|
SuspendLayout();
|
||||||
|
//
|
||||||
|
// menuStrip
|
||||||
|
//
|
||||||
|
menuStrip.Items.AddRange(new ToolStripItem[] { ControlsStripMenuItem, ActionsToolStripMenuItem, DocsToolStripMenuItem });
|
||||||
|
menuStrip.Location = new Point(0, 0);
|
||||||
|
menuStrip.Name = "menuStrip";
|
||||||
|
menuStrip.Size = new Size(800, 24);
|
||||||
|
menuStrip.TabIndex = 0;
|
||||||
|
menuStrip.Text = "Меню";
|
||||||
|
//
|
||||||
|
// ControlsStripMenuItem
|
||||||
|
//
|
||||||
|
ControlsStripMenuItem.Name = "ControlsStripMenuItem";
|
||||||
|
ControlsStripMenuItem.Size = new Size(90, 20);
|
||||||
|
ControlsStripMenuItem.Text = "Компоненты";
|
||||||
|
//
|
||||||
|
// ActionsToolStripMenuItem
|
||||||
|
//
|
||||||
|
ActionsToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { ThesaurusToolStripMenuItem, AddElementToolStripMenuItem, UpdElementToolStripMenuItem, DelElementToolStripMenuItem });
|
||||||
|
ActionsToolStripMenuItem.Name = "ActionsToolStripMenuItem";
|
||||||
|
ActionsToolStripMenuItem.Size = new Size(70, 20);
|
||||||
|
ActionsToolStripMenuItem.Text = "Действия";
|
||||||
|
//
|
||||||
|
// ThesaurusToolStripMenuItem
|
||||||
|
//
|
||||||
|
ThesaurusToolStripMenuItem.Name = "ThesaurusToolStripMenuItem";
|
||||||
|
ThesaurusToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.I;
|
||||||
|
ThesaurusToolStripMenuItem.Size = new Size(180, 22);
|
||||||
|
ThesaurusToolStripMenuItem.Text = "Справочник";
|
||||||
|
ThesaurusToolStripMenuItem.Click += ThesaurusToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// AddElementToolStripMenuItem
|
||||||
|
//
|
||||||
|
AddElementToolStripMenuItem.Name = "AddElementToolStripMenuItem";
|
||||||
|
AddElementToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.A;
|
||||||
|
AddElementToolStripMenuItem.Size = new Size(180, 22);
|
||||||
|
AddElementToolStripMenuItem.Text = "Добавить";
|
||||||
|
AddElementToolStripMenuItem.Click += AddElementToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// UpdElementToolStripMenuItem
|
||||||
|
//
|
||||||
|
UpdElementToolStripMenuItem.Name = "UpdElementToolStripMenuItem";
|
||||||
|
UpdElementToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.U;
|
||||||
|
UpdElementToolStripMenuItem.Size = new Size(180, 22);
|
||||||
|
UpdElementToolStripMenuItem.Text = "Изменить";
|
||||||
|
UpdElementToolStripMenuItem.Click += UpdElementToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// DelElementToolStripMenuItem
|
||||||
|
//
|
||||||
|
DelElementToolStripMenuItem.Name = "DelElementToolStripMenuItem";
|
||||||
|
DelElementToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.D;
|
||||||
|
DelElementToolStripMenuItem.Size = new Size(180, 22);
|
||||||
|
DelElementToolStripMenuItem.Text = "Удалить";
|
||||||
|
DelElementToolStripMenuItem.Click += DelElementToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// DocsToolStripMenuItem
|
||||||
|
//
|
||||||
|
DocsToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { SimpleDocToolStripMenuItem, TableDocToolStripMenuItem, ChartDocToolStripMenuItem });
|
||||||
|
DocsToolStripMenuItem.Name = "DocsToolStripMenuItem";
|
||||||
|
DocsToolStripMenuItem.Size = new Size(82, 20);
|
||||||
|
DocsToolStripMenuItem.Text = "Документы";
|
||||||
|
//
|
||||||
|
// SimpleDocToolStripMenuItem
|
||||||
|
//
|
||||||
|
SimpleDocToolStripMenuItem.Name = "SimpleDocToolStripMenuItem";
|
||||||
|
SimpleDocToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.S;
|
||||||
|
SimpleDocToolStripMenuItem.Size = new Size(232, 22);
|
||||||
|
SimpleDocToolStripMenuItem.Text = "Простой документ";
|
||||||
|
SimpleDocToolStripMenuItem.Click += SimpleDocToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// TableDocToolStripMenuItem
|
||||||
|
//
|
||||||
|
TableDocToolStripMenuItem.Name = "TableDocToolStripMenuItem";
|
||||||
|
TableDocToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.T;
|
||||||
|
TableDocToolStripMenuItem.Size = new Size(232, 22);
|
||||||
|
TableDocToolStripMenuItem.Text = "Документ с таблицей";
|
||||||
|
TableDocToolStripMenuItem.Click += TableDocToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// ChartDocToolStripMenuItem
|
||||||
|
//
|
||||||
|
ChartDocToolStripMenuItem.Name = "ChartDocToolStripMenuItem";
|
||||||
|
ChartDocToolStripMenuItem.ShortcutKeys = Keys.Control | Keys.C;
|
||||||
|
ChartDocToolStripMenuItem.Size = new Size(232, 22);
|
||||||
|
ChartDocToolStripMenuItem.Text = "Диаграмма";
|
||||||
|
ChartDocToolStripMenuItem.Click += ChartDocToolStripMenuItem_Click;
|
||||||
|
//
|
||||||
|
// panelControl
|
||||||
|
//
|
||||||
|
panelControl.Dock = DockStyle.Fill;
|
||||||
|
panelControl.Location = new Point(0, 24);
|
||||||
|
panelControl.Name = "panelControl";
|
||||||
|
panelControl.Size = new Size(800, 426);
|
||||||
|
panelControl.TabIndex = 1;
|
||||||
|
//
|
||||||
|
// FormMain
|
||||||
|
//
|
||||||
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||||
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
|
ClientSize = new Size(800, 450);
|
||||||
|
Controls.Add(panelControl);
|
||||||
|
Controls.Add(menuStrip);
|
||||||
|
MainMenuStrip = menuStrip;
|
||||||
|
Name = "FormMain";
|
||||||
|
StartPosition = FormStartPosition.CenterScreen;
|
||||||
|
Text = "Главная форма";
|
||||||
|
WindowState = FormWindowState.Maximized;
|
||||||
|
KeyDown += FormMain_KeyDown;
|
||||||
|
menuStrip.ResumeLayout(false);
|
||||||
|
menuStrip.PerformLayout();
|
||||||
|
ResumeLayout(false);
|
||||||
|
PerformLayout();
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private System.Windows.Forms.MenuStrip menuStrip;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem ControlsStripMenuItem;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem DocsToolStripMenuItem;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem SimpleDocToolStripMenuItem;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem TableDocToolStripMenuItem;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem ChartDocToolStripMenuItem;
|
||||||
|
private System.Windows.Forms.Panel panelControl;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem ActionsToolStripMenuItem;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem ThesaurusToolStripMenuItem;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem AddElementToolStripMenuItem;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem UpdElementToolStripMenuItem;
|
||||||
|
private System.Windows.Forms.ToolStripMenuItem DelElementToolStripMenuItem;
|
||||||
|
}
|
||||||
|
}
|
243
COP/PluginsApp/FormMain.cs
Normal file
243
COP/PluginsApp/FormMain.cs
Normal file
@ -0,0 +1,243 @@
|
|||||||
|
using PluginsConventionLibrary;
|
||||||
|
using System.Reflection;
|
||||||
|
|
||||||
|
namespace PluginsApp
|
||||||
|
{
|
||||||
|
public partial class FormMain : Form
|
||||||
|
{
|
||||||
|
private readonly Dictionary<string, IPluginsConvention> _plugins;
|
||||||
|
|
||||||
|
private string _selectedPlugin;
|
||||||
|
|
||||||
|
public FormMain()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
_plugins = LoadPlugins();
|
||||||
|
_selectedPlugin = string.Empty;
|
||||||
|
}
|
||||||
|
|
||||||
|
private Dictionary<string, IPluginsConvention> LoadPlugins()
|
||||||
|
{
|
||||||
|
var plugins = new Dictionary<string, IPluginsConvention>();
|
||||||
|
string pluginsDir = Path.Combine(Directory.GetParent(Directory.GetCurrentDirectory())!.Parent!.Parent!.FullName, "Plugins");
|
||||||
|
if (!Directory.Exists(pluginsDir))
|
||||||
|
{
|
||||||
|
MessageBox.Show($"Êàòàëîã {pluginsDir} íå íàéäåí.", "Îøèáêà", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
return plugins;
|
||||||
|
}
|
||||||
|
foreach (string dllFile in Directory.EnumerateFiles(pluginsDir, "*.dll", SearchOption.AllDirectories))
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
Assembly assembly = Assembly.LoadFrom(dllFile);
|
||||||
|
Type[] types = assembly.GetTypes();
|
||||||
|
foreach (var type in types)
|
||||||
|
{
|
||||||
|
if (typeof(IPluginsConvention).IsAssignableFrom(type) && !type.IsInterface && !type.IsAbstract)
|
||||||
|
{
|
||||||
|
var plugin = (IPluginsConvention)Activator.CreateInstance(type)!;
|
||||||
|
plugins.Add(plugin.PluginName, plugin);
|
||||||
|
CreateToolStripMenuItem(plugin.PluginName);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show($"Îøèáêà ïðè çàãðóçêå ñáîðêè {dllFile}: {ex.Message}", "Îøèáêà", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return plugins;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void CreateToolStripMenuItem(string pluginName)
|
||||||
|
{
|
||||||
|
var menuItem = new ToolStripMenuItem(pluginName);
|
||||||
|
menuItem.Click += (object? sender, EventArgs e) =>
|
||||||
|
{
|
||||||
|
_selectedPlugin = pluginName;
|
||||||
|
IPluginsConvention plugin = _plugins![pluginName];
|
||||||
|
UserControl userControl = plugin?.GetControl ?? throw new Exception("Ïðîáëåìà ñ çàãðóçêîé ýëåìåíòà äëÿ âûâîäà äàííûõ");
|
||||||
|
panelControl.Controls.Clear();
|
||||||
|
plugin.ReloadData();
|
||||||
|
userControl.Dock = DockStyle.Fill;
|
||||||
|
panelControl.Controls.Add(userControl);
|
||||||
|
};
|
||||||
|
ControlsStripMenuItem.DropDownItems.Add(menuItem);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void FormMain_KeyDown(object sender, KeyEventArgs e)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(_selectedPlugin) || !_plugins.ContainsKey(_selectedPlugin))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (!e.Control)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
switch (e.KeyCode)
|
||||||
|
{
|
||||||
|
case Keys.I:
|
||||||
|
ShowThesaurus();
|
||||||
|
break;
|
||||||
|
case Keys.A:
|
||||||
|
AddNewElement();
|
||||||
|
break;
|
||||||
|
case Keys.U:
|
||||||
|
UpdateElement();
|
||||||
|
break;
|
||||||
|
case Keys.D:
|
||||||
|
DeleteElement();
|
||||||
|
break;
|
||||||
|
case Keys.S:
|
||||||
|
CreateSimpleDoc();
|
||||||
|
break;
|
||||||
|
case Keys.T:
|
||||||
|
CreateTableDoc();
|
||||||
|
break;
|
||||||
|
case Keys.C:
|
||||||
|
CreateChartDoc();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ShowThesaurus()
|
||||||
|
{
|
||||||
|
_plugins[_selectedPlugin].GetThesaurus()?.Show();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void AddNewElement()
|
||||||
|
{
|
||||||
|
var form = _plugins[_selectedPlugin].GetForm(null);
|
||||||
|
if (form != null && form.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
_plugins[_selectedPlugin].ReloadData();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void UpdateElement()
|
||||||
|
{
|
||||||
|
var element = _plugins[_selectedPlugin].GetElement;
|
||||||
|
if (element == null)
|
||||||
|
{
|
||||||
|
MessageBox.Show("Íåò âûáðàííîãî ýëåìåíòà", "Îøèáêà", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
var form = _plugins[_selectedPlugin].GetForm(element);
|
||||||
|
if (form != null && form.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
_plugins[_selectedPlugin].ReloadData();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DeleteElement()
|
||||||
|
{
|
||||||
|
if (MessageBox.Show("Óäàëèòü âûáðàííûé ýëåìåíò", "Óäàëåíèå", MessageBoxButtons.YesNo, MessageBoxIcon.Question) != DialogResult.Yes)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
var element = _plugins[_selectedPlugin].GetElement;
|
||||||
|
if (element == null)
|
||||||
|
{
|
||||||
|
MessageBox.Show("Íåò âûáðàííîãî ýëåìåíòà", "Îøèáêà", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (_plugins[_selectedPlugin].DeleteElement(element))
|
||||||
|
{
|
||||||
|
_plugins[_selectedPlugin].ReloadData();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void CreateSimpleDoc()
|
||||||
|
{
|
||||||
|
using var dialog = new SaveFileDialog
|
||||||
|
{
|
||||||
|
Filter = "docx|*.docx"
|
||||||
|
};
|
||||||
|
if (dialog.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
if (_plugins[_selectedPlugin].CreateSimpleDocument(new PluginsConventionSaveDocument() { FileName = dialog.FileName } ))
|
||||||
|
{
|
||||||
|
MessageBox.Show("Äîêóìåíò ñîõðàíåí", "Ñîçäàíèå äîêóìåíòà", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
MessageBox.Show("Îøèáêà ïðè ñîçäàíèè äîêóìåíòà", "Îøèáêà", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show("Ïðîèçîøëà îøèáêà: " + ex.Message, "Îøèáêà", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void CreateTableDoc()
|
||||||
|
{
|
||||||
|
using var dialog = new SaveFileDialog
|
||||||
|
{
|
||||||
|
Filter = "PDF Files|*.pdf"
|
||||||
|
};
|
||||||
|
if (dialog.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
if (_plugins[_selectedPlugin].CreateTableDocument(new PluginsConventionSaveDocument() { FileName = dialog.FileName }))
|
||||||
|
{
|
||||||
|
MessageBox.Show("Äîêóìåíò ñîõðàíåí", "Ñîçäàíèå äîêóìåíòà", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
MessageBox.Show("Îøèáêà ïðè ñîçäàíèè äîêóìåíòà", "Îøèáêà", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show("Ïðîèçîøëà îøèáêà: " + ex.Message, "Îøèáêà", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void CreateChartDoc()
|
||||||
|
{
|
||||||
|
using var dialog = new SaveFileDialog
|
||||||
|
{
|
||||||
|
Filter = "Excel Files|*.xlsx"
|
||||||
|
};
|
||||||
|
if (dialog.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
if (_plugins[_selectedPlugin].CreateChartDocument(new PluginsConventionSaveDocument() { FileName = dialog.FileName }))
|
||||||
|
{
|
||||||
|
MessageBox.Show("Äîêóìåíò ñîõðàíåí", "Ñîçäàíèå äîêóìåíòà", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
MessageBox.Show("Îøèáêà ïðè ñîçäàíèè äîêóìåíòà", "Îøèáêà", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show("Ïðîèçîøëà îøèáêà: " + ex.Message, "Îøèáêà", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ThesaurusToolStripMenuItem_Click(object sender, EventArgs e) => ShowThesaurus();
|
||||||
|
|
||||||
|
private void AddElementToolStripMenuItem_Click(object sender, EventArgs e) => AddNewElement();
|
||||||
|
|
||||||
|
private void UpdElementToolStripMenuItem_Click(object sender, EventArgs e) => UpdateElement();
|
||||||
|
|
||||||
|
private void DelElementToolStripMenuItem_Click(object sender, EventArgs e) => DeleteElement();
|
||||||
|
|
||||||
|
private void SimpleDocToolStripMenuItem_Click(object sender, EventArgs e) => CreateSimpleDoc();
|
||||||
|
|
||||||
|
private void TableDocToolStripMenuItem_Click(object sender, EventArgs e) => CreateTableDoc();
|
||||||
|
|
||||||
|
private void ChartDocToolStripMenuItem_Click(object sender, EventArgs e) => CreateChartDoc();
|
||||||
|
}
|
||||||
|
}
|
123
COP/PluginsApp/FormMain.resx
Normal file
123
COP/PluginsApp/FormMain.resx
Normal file
@ -0,0 +1,123 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<metadata name="menuStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
BIN
COP/PluginsApp/Plugins/ComponentsLibraryNet60.dll
Normal file
BIN
COP/PluginsApp/Plugins/ComponentsLibraryNet60.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/ControlsLibraryNet60.dll
Normal file
BIN
COP/PluginsApp/Plugins/ControlsLibraryNet60.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/DocumentFormat.OpenXml.dll
Normal file
BIN
COP/PluginsApp/Plugins/DocumentFormat.OpenXml.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/Humanizer.dll
Normal file
BIN
COP/PluginsApp/Plugins/Humanizer.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
COP/PluginsApp/Plugins/Microsoft.EntityFrameworkCore.Design.dll
Normal file
BIN
COP/PluginsApp/Plugins/Microsoft.EntityFrameworkCore.Design.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
COP/PluginsApp/Plugins/Microsoft.EntityFrameworkCore.dll
Normal file
BIN
COP/PluginsApp/Plugins/Microsoft.EntityFrameworkCore.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
COP/PluginsApp/Plugins/Microsoft.Extensions.Caching.Memory.dll
Normal file
BIN
COP/PluginsApp/Plugins/Microsoft.Extensions.Caching.Memory.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
COP/PluginsApp/Plugins/Microsoft.Extensions.Configuration.dll
Normal file
BIN
COP/PluginsApp/Plugins/Microsoft.Extensions.Configuration.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
COP/PluginsApp/Plugins/Microsoft.Extensions.DependencyModel.dll
Normal file
BIN
COP/PluginsApp/Plugins/Microsoft.Extensions.DependencyModel.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
COP/PluginsApp/Plugins/Microsoft.Extensions.Logging.dll
Normal file
BIN
COP/PluginsApp/Plugins/Microsoft.Extensions.Logging.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/Microsoft.Extensions.Options.dll
Normal file
BIN
COP/PluginsApp/Plugins/Microsoft.Extensions.Options.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/Microsoft.Extensions.Primitives.dll
Normal file
BIN
COP/PluginsApp/Plugins/Microsoft.Extensions.Primitives.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/MigraDoc.DocumentObjectModel.dll
Normal file
BIN
COP/PluginsApp/Plugins/MigraDoc.DocumentObjectModel.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/MigraDoc.Rendering.dll
Normal file
BIN
COP/PluginsApp/Plugins/MigraDoc.Rendering.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/Mono.TextTemplating.dll
Normal file
BIN
COP/PluginsApp/Plugins/Mono.TextTemplating.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/Npgsql.EntityFrameworkCore.PostgreSQL.dll
Normal file
BIN
COP/PluginsApp/Plugins/Npgsql.EntityFrameworkCore.PostgreSQL.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/Npgsql.dll
Normal file
BIN
COP/PluginsApp/Plugins/Npgsql.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/PdfSharp.Charting.dll
Normal file
BIN
COP/PluginsApp/Plugins/PdfSharp.Charting.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/PdfSharp.dll
Normal file
BIN
COP/PluginsApp/Plugins/PdfSharp.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/PluginsConventionLibrary.dll
Normal file
BIN
COP/PluginsApp/Plugins/PluginsConventionLibrary.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/PortalAccountsBusinessLogic.dll
Normal file
BIN
COP/PluginsApp/Plugins/PortalAccountsBusinessLogic.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/PortalAccountsContracts.dll
Normal file
BIN
COP/PluginsApp/Plugins/PortalAccountsContracts.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/PortalAccountsDataModels.dll
Normal file
BIN
COP/PluginsApp/Plugins/PortalAccountsDataModels.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/PortalAccountsDatabaseImplement.dll
Normal file
BIN
COP/PluginsApp/Plugins/PortalAccountsDatabaseImplement.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/PortalAccountsView.dll
Normal file
BIN
COP/PluginsApp/Plugins/PortalAccountsView.dll
Normal file
Binary file not shown.
BIN
COP/PluginsApp/Plugins/RodionovLibrary.dll
Normal file
BIN
COP/PluginsApp/Plugins/RodionovLibrary.dll
Normal file
Binary file not shown.
19
COP/PluginsApp/PluginsApp.csproj
Normal file
19
COP/PluginsApp/PluginsApp.csproj
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<TargetFramework>net6.0-windows</TargetFramework>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\PluginsConventionLibrary\PluginsConventionLibrary.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
17
COP/PluginsApp/Program.cs
Normal file
17
COP/PluginsApp/Program.cs
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
namespace PluginsApp
|
||||||
|
{
|
||||||
|
internal static class Program
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// The main entry point for the application.
|
||||||
|
/// </summary>
|
||||||
|
[STAThread]
|
||||||
|
static void Main()
|
||||||
|
{
|
||||||
|
// To customize application configuration such as set high DPI settings or default font,
|
||||||
|
// see https://aka.ms/applicationconfiguration.
|
||||||
|
ApplicationConfiguration.Initialize();
|
||||||
|
Application.Run(new FormMain());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
66
COP/PluginsConventionLibrary/IPluginsConvention.cs
Normal file
66
COP/PluginsConventionLibrary/IPluginsConvention.cs
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
namespace PluginsConventionLibrary
|
||||||
|
{
|
||||||
|
public interface IPluginsConvention
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Название плагина
|
||||||
|
/// </summary>
|
||||||
|
string PluginName { get; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Получение контрола для вывода набора данных
|
||||||
|
/// </summary>
|
||||||
|
UserControl GetControl { get; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Получение элемента, выбранного в контроле
|
||||||
|
/// </summary>
|
||||||
|
PluginsConventionElement GetElement { get; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Получение формы для создания/редактирования объекта
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="element"></param>
|
||||||
|
/// <returns></returns>
|
||||||
|
Form GetForm(PluginsConventionElement element);
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Получение формы для работы со справочником
|
||||||
|
/// </summary>
|
||||||
|
/// <returns></returns>
|
||||||
|
Form GetThesaurus();
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Удаление элемента
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="element"></param>
|
||||||
|
/// <returns></returns>
|
||||||
|
bool DeleteElement(PluginsConventionElement element);
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Обновление набора данных в контроле
|
||||||
|
/// </summary>
|
||||||
|
void ReloadData();
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Создание простого документа
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="saveDocument"></param>
|
||||||
|
/// <returns></returns>
|
||||||
|
bool CreateSimpleDocument(PluginsConventionSaveDocument saveDocument);
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Создание документа с таблицей
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="saveDocument"></param>
|
||||||
|
/// <returns></returns>
|
||||||
|
bool CreateTableDocument(PluginsConventionSaveDocument saveDocument);
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Создание документа с диаграммой
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="saveDocument"></param>
|
||||||
|
/// <returns></returns>
|
||||||
|
bool CreateChartDocument(PluginsConventionSaveDocument saveDocument);
|
||||||
|
}
|
||||||
|
}
|
7
COP/PluginsConventionLibrary/PluginsConventionElement.cs
Normal file
7
COP/PluginsConventionLibrary/PluginsConventionElement.cs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
namespace PluginsConventionLibrary
|
||||||
|
{
|
||||||
|
public class PluginsConventionElement
|
||||||
|
{
|
||||||
|
public Guid Id { get; set; }
|
||||||
|
}
|
||||||
|
}
|
10
COP/PluginsConventionLibrary/PluginsConventionLibrary.csproj
Normal file
10
COP/PluginsConventionLibrary/PluginsConventionLibrary.csproj
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net6.0-windows</TargetFramework>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
@ -0,0 +1,7 @@
|
|||||||
|
namespace PluginsConventionLibrary
|
||||||
|
{
|
||||||
|
public class PluginsConventionSaveDocument
|
||||||
|
{
|
||||||
|
public string FileName { get; set; }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,78 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.BusinessLogicsContracts;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.StoragesContracts;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace PortalAccountsBusinessLogic.BusinessLogics
|
||||||
|
{
|
||||||
|
public class AccountLogic : IAccountLogic
|
||||||
|
{
|
||||||
|
private readonly IAccountStorage _accountStorage;
|
||||||
|
|
||||||
|
public AccountLogic(IAccountStorage AccountStorage)
|
||||||
|
{
|
||||||
|
_accountStorage = AccountStorage;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<AccountViewModel>? ReadList(AccountSearchModel? model)
|
||||||
|
{
|
||||||
|
return model == null ? _accountStorage.GetFullList() : _accountStorage.GetFilteredList(model);
|
||||||
|
}
|
||||||
|
|
||||||
|
public AccountViewModel? ReadElement(AccountSearchModel model)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException(nameof(model));
|
||||||
|
}
|
||||||
|
return _accountStorage.GetElement(model);
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool Create(AccountBindingModel model)
|
||||||
|
{
|
||||||
|
CheckModel(model);
|
||||||
|
return _accountStorage.Insert(model) != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool Update(AccountBindingModel model)
|
||||||
|
{
|
||||||
|
CheckModel(model);
|
||||||
|
return _accountStorage.Update(model) != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool Delete(AccountBindingModel model)
|
||||||
|
{
|
||||||
|
CheckModel(model, false);
|
||||||
|
return _accountStorage.Delete(model) != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void CheckModel(AccountBindingModel model, bool withParams = true)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException(nameof(model));
|
||||||
|
}
|
||||||
|
if (!withParams)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (string.IsNullOrEmpty(model.Login))
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException("Нет логина у аккаунта", nameof(model.Login));
|
||||||
|
}
|
||||||
|
if (model.RoleId <= 0)
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException("Некорректный идентификатор роли", nameof(model.RoleId));
|
||||||
|
}
|
||||||
|
var element = _accountStorage.GetElement(new AccountSearchModel
|
||||||
|
{
|
||||||
|
Login = model.Login
|
||||||
|
});
|
||||||
|
if (element != null && element.Id != model.Id)
|
||||||
|
{
|
||||||
|
throw new InvalidOperationException("Аккаунт с таким логином уже есть");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
74
COP/PortalAccountsBusinessLogic/BusinessLogics/RoleLogic.cs
Normal file
74
COP/PortalAccountsBusinessLogic/BusinessLogics/RoleLogic.cs
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.BusinessLogicsContracts;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.StoragesContracts;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace PortalAccountsBusinessLogic.BusinessLogics
|
||||||
|
{
|
||||||
|
public class RoleLogic : IRoleLogic
|
||||||
|
{
|
||||||
|
private readonly IRoleStorage _roleStorage;
|
||||||
|
|
||||||
|
public RoleLogic(IRoleStorage RoleStorage)
|
||||||
|
{
|
||||||
|
_roleStorage = RoleStorage;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<RoleViewModel>? ReadList(RoleSearchModel? model)
|
||||||
|
{
|
||||||
|
return model == null ? _roleStorage.GetFullList() : _roleStorage.GetFilteredList(model);
|
||||||
|
}
|
||||||
|
|
||||||
|
public RoleViewModel? ReadElement(RoleSearchModel model)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException(nameof(model));
|
||||||
|
}
|
||||||
|
return _roleStorage.GetElement(model);
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool Create(RoleBindingModel model)
|
||||||
|
{
|
||||||
|
CheckModel(model);
|
||||||
|
return _roleStorage.Insert(model) != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool Update(RoleBindingModel model)
|
||||||
|
{
|
||||||
|
CheckModel(model);
|
||||||
|
return _roleStorage.Update(model) != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool Delete(RoleBindingModel model)
|
||||||
|
{
|
||||||
|
CheckModel(model, false);
|
||||||
|
return _roleStorage.Delete(model) != null;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void CheckModel(RoleBindingModel model, bool withParams = true)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException(nameof(model));
|
||||||
|
}
|
||||||
|
if (!withParams)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (string.IsNullOrEmpty(model.Name))
|
||||||
|
{
|
||||||
|
throw new ArgumentNullException("Нет названия роли", nameof(model.Name));
|
||||||
|
}
|
||||||
|
var element = _roleStorage.GetElement(new RoleSearchModel
|
||||||
|
{
|
||||||
|
Name = model.Name
|
||||||
|
});
|
||||||
|
if (element != null && element.Id != model.Id)
|
||||||
|
{
|
||||||
|
throw new InvalidOperationException("Роль с таким названием уже есть");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,13 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\PortalAccountsContracts\PortalAccountsContracts.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
@ -0,0 +1,17 @@
|
|||||||
|
using PortalAccountsDataModels.Models;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.BindingModels
|
||||||
|
{
|
||||||
|
public class AccountBindingModel : IAccountModel
|
||||||
|
{
|
||||||
|
public int Id { get; set; }
|
||||||
|
|
||||||
|
public string Login { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string? Warnings { get; set; }
|
||||||
|
|
||||||
|
public int RoleId { get; set; }
|
||||||
|
|
||||||
|
public double? Rating { get; set; }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,11 @@
|
|||||||
|
using PortalAccountsDataModels.Models;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.BindingModels
|
||||||
|
{
|
||||||
|
public class RoleBindingModel : IRoleModel
|
||||||
|
{
|
||||||
|
public int Id { get; set; }
|
||||||
|
|
||||||
|
public string Name { get; set; } = string.Empty;
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,19 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.BusinessLogicsContracts
|
||||||
|
{
|
||||||
|
public interface IAccountLogic
|
||||||
|
{
|
||||||
|
List<AccountViewModel>? ReadList(AccountSearchModel? model);
|
||||||
|
|
||||||
|
AccountViewModel? ReadElement(AccountSearchModel model);
|
||||||
|
|
||||||
|
bool Create(AccountBindingModel model);
|
||||||
|
|
||||||
|
bool Update(AccountBindingModel model);
|
||||||
|
|
||||||
|
bool Delete(AccountBindingModel model);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,19 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.BusinessLogicsContracts
|
||||||
|
{
|
||||||
|
public interface IRoleLogic
|
||||||
|
{
|
||||||
|
List<RoleViewModel>? ReadList(RoleSearchModel? model);
|
||||||
|
|
||||||
|
RoleViewModel? ReadElement(RoleSearchModel model);
|
||||||
|
|
||||||
|
bool Create(RoleBindingModel model);
|
||||||
|
|
||||||
|
bool Update(RoleBindingModel model);
|
||||||
|
|
||||||
|
bool Delete(RoleBindingModel model);
|
||||||
|
}
|
||||||
|
}
|
13
COP/PortalAccountsContracts/PortalAccountsContracts.csproj
Normal file
13
COP/PortalAccountsContracts/PortalAccountsContracts.csproj
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\PortalAccountsDataModels\PortalAccountsDataModels.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
@ -0,0 +1,11 @@
|
|||||||
|
namespace PortalAccountsContracts.SearchModels
|
||||||
|
{
|
||||||
|
public class AccountSearchModel
|
||||||
|
{
|
||||||
|
public int? Id { get; set; }
|
||||||
|
|
||||||
|
public string? Login { get; set; }
|
||||||
|
|
||||||
|
public int? RoleId { get; set; }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
namespace PortalAccountsContracts.SearchModels
|
||||||
|
{
|
||||||
|
public class RoleSearchModel
|
||||||
|
{
|
||||||
|
public int? Id { get; set; }
|
||||||
|
|
||||||
|
public string? Name { get; set; }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,21 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.StoragesContracts
|
||||||
|
{
|
||||||
|
public interface IAccountStorage
|
||||||
|
{
|
||||||
|
List<AccountViewModel> GetFullList();
|
||||||
|
|
||||||
|
List<AccountViewModel> GetFilteredList(AccountSearchModel model);
|
||||||
|
|
||||||
|
AccountViewModel? GetElement(AccountSearchModel model);
|
||||||
|
|
||||||
|
AccountViewModel? Insert(AccountBindingModel model);
|
||||||
|
|
||||||
|
AccountViewModel? Update(AccountBindingModel model);
|
||||||
|
|
||||||
|
AccountViewModel? Delete(AccountBindingModel model);
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,21 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.StoragesContracts
|
||||||
|
{
|
||||||
|
public interface IRoleStorage
|
||||||
|
{
|
||||||
|
List<RoleViewModel> GetFullList();
|
||||||
|
|
||||||
|
List<RoleViewModel> GetFilteredList(RoleSearchModel model);
|
||||||
|
|
||||||
|
RoleViewModel? GetElement(RoleSearchModel model);
|
||||||
|
|
||||||
|
RoleViewModel? Insert(RoleBindingModel model);
|
||||||
|
|
||||||
|
RoleViewModel? Update(RoleBindingModel model);
|
||||||
|
|
||||||
|
RoleViewModel? Delete(RoleBindingModel model);
|
||||||
|
}
|
||||||
|
}
|
26
COP/PortalAccountsContracts/ViewModels/AccountViewModel.cs
Normal file
26
COP/PortalAccountsContracts/ViewModels/AccountViewModel.cs
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
using PortalAccountsDataModels.Models;
|
||||||
|
using System.ComponentModel;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.ViewModels
|
||||||
|
{
|
||||||
|
public class AccountViewModel : IAccountModel
|
||||||
|
{
|
||||||
|
public int Id { get; set; }
|
||||||
|
|
||||||
|
[DisplayName("Логин")]
|
||||||
|
public string Login { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
[DisplayName("Предупреждения")]
|
||||||
|
public string? Warnings { get; set; }
|
||||||
|
|
||||||
|
public int RoleId { get; set; }
|
||||||
|
|
||||||
|
[DisplayName("Роль")]
|
||||||
|
public string RoleName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
[DisplayName("Рейтинг")]
|
||||||
|
public double? Rating { get; set; }
|
||||||
|
|
||||||
|
public string OutputRating { get; set; } = string.Empty;
|
||||||
|
}
|
||||||
|
}
|
13
COP/PortalAccountsContracts/ViewModels/RoleViewModel.cs
Normal file
13
COP/PortalAccountsContracts/ViewModels/RoleViewModel.cs
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
using PortalAccountsDataModels.Models;
|
||||||
|
using System.ComponentModel;
|
||||||
|
|
||||||
|
namespace PortalAccountsContracts.ViewModels
|
||||||
|
{
|
||||||
|
public class RoleViewModel : IRoleModel
|
||||||
|
{
|
||||||
|
public int Id { get; set; }
|
||||||
|
|
||||||
|
[DisplayName("Название роли")]
|
||||||
|
public string Name { get; set; } = string.Empty;
|
||||||
|
}
|
||||||
|
}
|
7
COP/PortalAccountsDataModels/IId.cs
Normal file
7
COP/PortalAccountsDataModels/IId.cs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
namespace PortalAccountsDataModels
|
||||||
|
{
|
||||||
|
public interface IId
|
||||||
|
{
|
||||||
|
int Id { get; }
|
||||||
|
}
|
||||||
|
}
|
13
COP/PortalAccountsDataModels/Models/IAccountModel.cs
Normal file
13
COP/PortalAccountsDataModels/Models/IAccountModel.cs
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
namespace PortalAccountsDataModels.Models
|
||||||
|
{
|
||||||
|
public interface IAccountModel : IId
|
||||||
|
{
|
||||||
|
string Login { get; }
|
||||||
|
|
||||||
|
string? Warnings { get; }
|
||||||
|
|
||||||
|
int RoleId { get; }
|
||||||
|
|
||||||
|
double? Rating { get; }
|
||||||
|
}
|
||||||
|
}
|
7
COP/PortalAccountsDataModels/Models/IRoleModel.cs
Normal file
7
COP/PortalAccountsDataModels/Models/IRoleModel.cs
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
namespace PortalAccountsDataModels.Models
|
||||||
|
{
|
||||||
|
public interface IRoleModel : IId
|
||||||
|
{
|
||||||
|
string Name { get; }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
</Project>
|
@ -0,0 +1,98 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.StoragesContracts;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
using PortalAccountsDatabaseImplement.Models;
|
||||||
|
using Microsoft.EntityFrameworkCore;
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement.Implements
|
||||||
|
{
|
||||||
|
public class AccountStorage : IAccountStorage
|
||||||
|
{
|
||||||
|
public List<AccountViewModel> GetFullList()
|
||||||
|
{
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
return context.Accounts
|
||||||
|
.Include(x => x.Role)
|
||||||
|
.Select(x => x.GetViewModel)
|
||||||
|
.ToList();
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<AccountViewModel> GetFilteredList(AccountSearchModel model)
|
||||||
|
{
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
if (model.RoleId.HasValue)
|
||||||
|
{
|
||||||
|
return context.Accounts
|
||||||
|
.Include(x => x.Role)
|
||||||
|
.Where(x => x.RoleId == model.RoleId)
|
||||||
|
.Select(x => x.GetViewModel)
|
||||||
|
.ToList();
|
||||||
|
}
|
||||||
|
return new();
|
||||||
|
}
|
||||||
|
|
||||||
|
public AccountViewModel? GetElement(AccountSearchModel model)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(model.Login) && !model.Id.HasValue)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
return context.Accounts
|
||||||
|
.Include(x => x.Role)
|
||||||
|
.FirstOrDefault(x => !string.IsNullOrEmpty(model.Login) && x.Login == model.Login ||
|
||||||
|
model.Id.HasValue && x.Id == model.Id)
|
||||||
|
?.GetViewModel;
|
||||||
|
}
|
||||||
|
|
||||||
|
public AccountViewModel? Insert(AccountBindingModel model)
|
||||||
|
{
|
||||||
|
var newAccount = Account.Create(model);
|
||||||
|
if (newAccount == null)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
context.Accounts.Add(newAccount);
|
||||||
|
context.SaveChanges();
|
||||||
|
return context.Accounts
|
||||||
|
.Include(x => x.Role)
|
||||||
|
.FirstOrDefault(x => x.Id == newAccount.Id)
|
||||||
|
?.GetViewModel;
|
||||||
|
}
|
||||||
|
|
||||||
|
public AccountViewModel? Update(AccountBindingModel model)
|
||||||
|
{
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
var account = context.Accounts.FirstOrDefault(x => x.Id == model.Id);
|
||||||
|
if (account == null)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
account.Update(model);
|
||||||
|
context.SaveChanges();
|
||||||
|
return context.Accounts
|
||||||
|
.Include(x => x.Role)
|
||||||
|
.FirstOrDefault(x => x.Id == model.Id)
|
||||||
|
?.GetViewModel;
|
||||||
|
}
|
||||||
|
|
||||||
|
public AccountViewModel? Delete(AccountBindingModel model)
|
||||||
|
{
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
var element = context.Accounts.FirstOrDefault(rec => rec.Id == model.Id);
|
||||||
|
if (element != null)
|
||||||
|
{
|
||||||
|
var deletedElement = context.Accounts
|
||||||
|
.Include(x => x.Role)
|
||||||
|
.FirstOrDefault(x => x.Id == model.Id)
|
||||||
|
?.GetViewModel;
|
||||||
|
context.Accounts.Remove(element);
|
||||||
|
context.SaveChanges();
|
||||||
|
return deletedElement;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,84 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.StoragesContracts;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
using PortalAccountsDatabaseImplement.Models;
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement.Implements
|
||||||
|
{
|
||||||
|
public class RoleStorage : IRoleStorage
|
||||||
|
{
|
||||||
|
public List<RoleViewModel> GetFullList()
|
||||||
|
{
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
return context.Roles
|
||||||
|
.Select(x => x.GetViewModel)
|
||||||
|
.ToList();
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<RoleViewModel> GetFilteredList(RoleSearchModel model)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(model.Name))
|
||||||
|
{
|
||||||
|
return new();
|
||||||
|
}
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
return context.Roles
|
||||||
|
.Where(x => x.Name.Contains(model.Name))
|
||||||
|
.Select(x => x.GetViewModel)
|
||||||
|
.ToList();
|
||||||
|
}
|
||||||
|
|
||||||
|
public RoleViewModel? GetElement(RoleSearchModel model)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(model.Name) && !model.Id.HasValue)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
return context.Roles
|
||||||
|
.FirstOrDefault(x => !string.IsNullOrEmpty(model.Name) && x.Name == model.Name ||
|
||||||
|
model.Id.HasValue && x.Id == model.Id)
|
||||||
|
?.GetViewModel;
|
||||||
|
}
|
||||||
|
|
||||||
|
public RoleViewModel? Insert(RoleBindingModel model)
|
||||||
|
{
|
||||||
|
var newRole = Role.Create(model);
|
||||||
|
if (newRole == null)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
context.Roles.Add(newRole);
|
||||||
|
context.SaveChanges();
|
||||||
|
return newRole.GetViewModel;
|
||||||
|
}
|
||||||
|
|
||||||
|
public RoleViewModel? Update(RoleBindingModel model)
|
||||||
|
{
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
var role = context.Roles.FirstOrDefault(x => x.Id == model.Id);
|
||||||
|
if (role == null)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
role.Update(model);
|
||||||
|
context.SaveChanges();
|
||||||
|
return role.GetViewModel;
|
||||||
|
}
|
||||||
|
|
||||||
|
public RoleViewModel? Delete(RoleBindingModel model)
|
||||||
|
{
|
||||||
|
using var context = new PortalAccountsDatabase();
|
||||||
|
var element = context.Roles.FirstOrDefault(rec => rec.Id == model.Id);
|
||||||
|
if (element != null)
|
||||||
|
{
|
||||||
|
context.Roles.Remove(element);
|
||||||
|
context.SaveChanges();
|
||||||
|
return element.GetViewModel;
|
||||||
|
}
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
91
COP/PortalAccountsDatabaseImplement/Migrations/20241022165136_InitialCreate.Designer.cs
generated
Normal file
91
COP/PortalAccountsDatabaseImplement/Migrations/20241022165136_InitialCreate.Designer.cs
generated
Normal file
@ -0,0 +1,91 @@
|
|||||||
|
// <auto-generated />
|
||||||
|
using System;
|
||||||
|
using Microsoft.EntityFrameworkCore;
|
||||||
|
using Microsoft.EntityFrameworkCore.Infrastructure;
|
||||||
|
using Microsoft.EntityFrameworkCore.Migrations;
|
||||||
|
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||||
|
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||||
|
using PortalAccountsDatabaseImplement;
|
||||||
|
|
||||||
|
#nullable disable
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement.Migrations
|
||||||
|
{
|
||||||
|
[DbContext(typeof(PortalAccountsDatabase))]
|
||||||
|
[Migration("20241022165136_InitialCreate")]
|
||||||
|
partial class InitialCreate
|
||||||
|
{
|
||||||
|
/// <inheritdoc />
|
||||||
|
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
||||||
|
{
|
||||||
|
#pragma warning disable 612, 618
|
||||||
|
modelBuilder
|
||||||
|
.HasAnnotation("ProductVersion", "7.0.11")
|
||||||
|
.HasAnnotation("Relational:MaxIdentifierLength", 63);
|
||||||
|
|
||||||
|
NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder);
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Account", b =>
|
||||||
|
{
|
||||||
|
b.Property<int>("Id")
|
||||||
|
.ValueGeneratedOnAdd()
|
||||||
|
.HasColumnType("integer");
|
||||||
|
|
||||||
|
NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
|
||||||
|
|
||||||
|
b.Property<string>("Login")
|
||||||
|
.IsRequired()
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
|
b.Property<double?>("Rating")
|
||||||
|
.HasColumnType("double precision");
|
||||||
|
|
||||||
|
b.Property<int>("RoleId")
|
||||||
|
.HasColumnType("integer");
|
||||||
|
|
||||||
|
b.Property<string>("Warnings")
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
|
b.HasKey("Id");
|
||||||
|
|
||||||
|
b.HasIndex("RoleId");
|
||||||
|
|
||||||
|
b.ToTable("Accounts");
|
||||||
|
});
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Role", b =>
|
||||||
|
{
|
||||||
|
b.Property<int>("Id")
|
||||||
|
.ValueGeneratedOnAdd()
|
||||||
|
.HasColumnType("integer");
|
||||||
|
|
||||||
|
NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
|
||||||
|
|
||||||
|
b.Property<string>("Name")
|
||||||
|
.IsRequired()
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
|
b.HasKey("Id");
|
||||||
|
|
||||||
|
b.ToTable("Roles");
|
||||||
|
});
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Account", b =>
|
||||||
|
{
|
||||||
|
b.HasOne("PortalAccountsDatabaseImplement.Models.Role", "Role")
|
||||||
|
.WithMany("Accounts")
|
||||||
|
.HasForeignKey("RoleId")
|
||||||
|
.OnDelete(DeleteBehavior.Cascade)
|
||||||
|
.IsRequired();
|
||||||
|
|
||||||
|
b.Navigation("Role");
|
||||||
|
});
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Role", b =>
|
||||||
|
{
|
||||||
|
b.Navigation("Accounts");
|
||||||
|
});
|
||||||
|
#pragma warning restore 612, 618
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,65 @@
|
|||||||
|
using Microsoft.EntityFrameworkCore.Migrations;
|
||||||
|
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||||
|
|
||||||
|
#nullable disable
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement.Migrations
|
||||||
|
{
|
||||||
|
/// <inheritdoc />
|
||||||
|
public partial class InitialCreate : Migration
|
||||||
|
{
|
||||||
|
/// <inheritdoc />
|
||||||
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
|
{
|
||||||
|
migrationBuilder.CreateTable(
|
||||||
|
name: "Roles",
|
||||||
|
columns: table => new
|
||||||
|
{
|
||||||
|
Id = table.Column<int>(type: "integer", nullable: false)
|
||||||
|
.Annotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn),
|
||||||
|
Name = table.Column<string>(type: "text", nullable: false)
|
||||||
|
},
|
||||||
|
constraints: table =>
|
||||||
|
{
|
||||||
|
table.PrimaryKey("PK_Roles", x => x.Id);
|
||||||
|
});
|
||||||
|
|
||||||
|
migrationBuilder.CreateTable(
|
||||||
|
name: "Accounts",
|
||||||
|
columns: table => new
|
||||||
|
{
|
||||||
|
Id = table.Column<int>(type: "integer", nullable: false)
|
||||||
|
.Annotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn),
|
||||||
|
Login = table.Column<string>(type: "text", nullable: false),
|
||||||
|
Warnings = table.Column<string>(type: "text", nullable: true),
|
||||||
|
RoleId = table.Column<int>(type: "integer", nullable: false),
|
||||||
|
Rating = table.Column<double>(type: "double precision", nullable: true)
|
||||||
|
},
|
||||||
|
constraints: table =>
|
||||||
|
{
|
||||||
|
table.PrimaryKey("PK_Accounts", x => x.Id);
|
||||||
|
table.ForeignKey(
|
||||||
|
name: "FK_Accounts_Roles_RoleId",
|
||||||
|
column: x => x.RoleId,
|
||||||
|
principalTable: "Roles",
|
||||||
|
principalColumn: "Id",
|
||||||
|
onDelete: ReferentialAction.Cascade);
|
||||||
|
});
|
||||||
|
|
||||||
|
migrationBuilder.CreateIndex(
|
||||||
|
name: "IX_Accounts_RoleId",
|
||||||
|
table: "Accounts",
|
||||||
|
column: "RoleId");
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <inheritdoc />
|
||||||
|
protected override void Down(MigrationBuilder migrationBuilder)
|
||||||
|
{
|
||||||
|
migrationBuilder.DropTable(
|
||||||
|
name: "Accounts");
|
||||||
|
|
||||||
|
migrationBuilder.DropTable(
|
||||||
|
name: "Roles");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,88 @@
|
|||||||
|
// <auto-generated />
|
||||||
|
using System;
|
||||||
|
using Microsoft.EntityFrameworkCore;
|
||||||
|
using Microsoft.EntityFrameworkCore.Infrastructure;
|
||||||
|
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
|
||||||
|
using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||||
|
using PortalAccountsDatabaseImplement;
|
||||||
|
|
||||||
|
#nullable disable
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement.Migrations
|
||||||
|
{
|
||||||
|
[DbContext(typeof(PortalAccountsDatabase))]
|
||||||
|
partial class PortalAccountsDatabaseModelSnapshot : ModelSnapshot
|
||||||
|
{
|
||||||
|
protected override void BuildModel(ModelBuilder modelBuilder)
|
||||||
|
{
|
||||||
|
#pragma warning disable 612, 618
|
||||||
|
modelBuilder
|
||||||
|
.HasAnnotation("ProductVersion", "7.0.11")
|
||||||
|
.HasAnnotation("Relational:MaxIdentifierLength", 63);
|
||||||
|
|
||||||
|
NpgsqlModelBuilderExtensions.UseIdentityByDefaultColumns(modelBuilder);
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Account", b =>
|
||||||
|
{
|
||||||
|
b.Property<int>("Id")
|
||||||
|
.ValueGeneratedOnAdd()
|
||||||
|
.HasColumnType("integer");
|
||||||
|
|
||||||
|
NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
|
||||||
|
|
||||||
|
b.Property<string>("Login")
|
||||||
|
.IsRequired()
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
|
b.Property<double?>("Rating")
|
||||||
|
.HasColumnType("double precision");
|
||||||
|
|
||||||
|
b.Property<int>("RoleId")
|
||||||
|
.HasColumnType("integer");
|
||||||
|
|
||||||
|
b.Property<string>("Warnings")
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
|
b.HasKey("Id");
|
||||||
|
|
||||||
|
b.HasIndex("RoleId");
|
||||||
|
|
||||||
|
b.ToTable("Accounts");
|
||||||
|
});
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Role", b =>
|
||||||
|
{
|
||||||
|
b.Property<int>("Id")
|
||||||
|
.ValueGeneratedOnAdd()
|
||||||
|
.HasColumnType("integer");
|
||||||
|
|
||||||
|
NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
|
||||||
|
|
||||||
|
b.Property<string>("Name")
|
||||||
|
.IsRequired()
|
||||||
|
.HasColumnType("text");
|
||||||
|
|
||||||
|
b.HasKey("Id");
|
||||||
|
|
||||||
|
b.ToTable("Roles");
|
||||||
|
});
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Account", b =>
|
||||||
|
{
|
||||||
|
b.HasOne("PortalAccountsDatabaseImplement.Models.Role", "Role")
|
||||||
|
.WithMany("Accounts")
|
||||||
|
.HasForeignKey("RoleId")
|
||||||
|
.OnDelete(DeleteBehavior.Cascade)
|
||||||
|
.IsRequired();
|
||||||
|
|
||||||
|
b.Navigation("Role");
|
||||||
|
});
|
||||||
|
|
||||||
|
modelBuilder.Entity("PortalAccountsDatabaseImplement.Models.Role", b =>
|
||||||
|
{
|
||||||
|
b.Navigation("Accounts");
|
||||||
|
});
|
||||||
|
#pragma warning restore 612, 618
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
62
COP/PortalAccountsDatabaseImplement/Models/Account.cs
Normal file
62
COP/PortalAccountsDatabaseImplement/Models/Account.cs
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
using PortalAccountsDataModels.Models;
|
||||||
|
using System.ComponentModel.DataAnnotations;
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement.Models
|
||||||
|
{
|
||||||
|
public class Account : IAccountModel
|
||||||
|
{
|
||||||
|
public int Id { get; private set; }
|
||||||
|
|
||||||
|
[Required]
|
||||||
|
public string Login { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string? Warnings { get; set; }
|
||||||
|
|
||||||
|
[Required]
|
||||||
|
public int RoleId { get; set; }
|
||||||
|
|
||||||
|
public double? Rating { get; set; }
|
||||||
|
|
||||||
|
public virtual Role Role { get; set; }
|
||||||
|
|
||||||
|
public static Account? Create(AccountBindingModel? model)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
return new Account()
|
||||||
|
{
|
||||||
|
Id = model.Id,
|
||||||
|
Login = model.Login,
|
||||||
|
Warnings = model.Warnings,
|
||||||
|
RoleId = model.RoleId,
|
||||||
|
Rating = model.Rating
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
public void Update(AccountBindingModel? model)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
Login = model.Login;
|
||||||
|
Warnings = model.Warnings;
|
||||||
|
RoleId = model.RoleId;
|
||||||
|
Rating = model.Rating;
|
||||||
|
}
|
||||||
|
|
||||||
|
public AccountViewModel GetViewModel => new()
|
||||||
|
{
|
||||||
|
Id = Id,
|
||||||
|
Login = Login,
|
||||||
|
Warnings = Warnings,
|
||||||
|
RoleId = RoleId,
|
||||||
|
RoleName = Role.Name ?? string.Empty,
|
||||||
|
Rating = Rating
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
48
COP/PortalAccountsDatabaseImplement/Models/Role.cs
Normal file
48
COP/PortalAccountsDatabaseImplement/Models/Role.cs
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
using PortalAccountsDataModels.Models;
|
||||||
|
using System.ComponentModel.DataAnnotations;
|
||||||
|
using System.ComponentModel.DataAnnotations.Schema;
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement.Models
|
||||||
|
{
|
||||||
|
public class Role : IRoleModel
|
||||||
|
{
|
||||||
|
public int Id { get; private set; }
|
||||||
|
|
||||||
|
[Required]
|
||||||
|
public string Name { get; private set; } = string.Empty;
|
||||||
|
|
||||||
|
[ForeignKey("RoleId")]
|
||||||
|
public virtual List<Account> Accounts { get; set; } = new();
|
||||||
|
|
||||||
|
public static Role? Create(RoleBindingModel model)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
return new Role()
|
||||||
|
{
|
||||||
|
Id = model.Id,
|
||||||
|
Name = model.Name
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
public void Update(RoleBindingModel model)
|
||||||
|
{
|
||||||
|
if (model == null)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
Name = model.Name;
|
||||||
|
}
|
||||||
|
|
||||||
|
public RoleViewModel GetViewModel => new()
|
||||||
|
{
|
||||||
|
Id = Id,
|
||||||
|
Name = Name
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,23 @@
|
|||||||
|
using PortalAccountsDatabaseImplement.Models;
|
||||||
|
using Microsoft.EntityFrameworkCore;
|
||||||
|
|
||||||
|
namespace PortalAccountsDatabaseImplement
|
||||||
|
{
|
||||||
|
public class PortalAccountsDatabase : DbContext
|
||||||
|
{
|
||||||
|
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
||||||
|
{
|
||||||
|
if (optionsBuilder.IsConfigured == false)
|
||||||
|
{
|
||||||
|
optionsBuilder.UseNpgsql(@"Host=localhost;Database=portal_accounts_database;Username=postgres;Password=bythop423956");
|
||||||
|
}
|
||||||
|
base.OnConfiguring(optionsBuilder);
|
||||||
|
AppContext.SetSwitch("Npgsql.EnableLegacyTimestampBehavior", true);
|
||||||
|
AppContext.SetSwitch("Npgsql.DisableDateTimeInfinityConversions", true);
|
||||||
|
}
|
||||||
|
|
||||||
|
public virtual DbSet<Account> Accounts { set; get; }
|
||||||
|
|
||||||
|
public virtual DbSet<Role> Roles { set; get; }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,23 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net6.0</TargetFramework>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.11" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.11">
|
||||||
|
<PrivateAssets>all</PrivateAssets>
|
||||||
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.11" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\PortalAccountsContracts\PortalAccountsContracts.csproj" />
|
||||||
|
<ProjectReference Include="..\PortalAccountsDataModels\PortalAccountsDataModels.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
173
COP/PortalAccountsView/FormAccount.Designer.cs
generated
Normal file
173
COP/PortalAccountsView/FormAccount.Designer.cs
generated
Normal file
@ -0,0 +1,173 @@
|
|||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
partial class FormAccount
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Required designer variable.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Clean up any resources being used.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Windows Form Designer generated code
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Required method for Designer support - do not modify
|
||||||
|
/// the contents of this method with the code editor.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
controlInputRating = new ControlsLibraryNet60.Input.ControlInputNullableDouble();
|
||||||
|
textBoxLogin = new TextBox();
|
||||||
|
textBoxWarnings = new TextBox();
|
||||||
|
buttonSave = new Button();
|
||||||
|
labelLogin = new Label();
|
||||||
|
labelWarnings = new Label();
|
||||||
|
labelRating = new Label();
|
||||||
|
labelRole = new Label();
|
||||||
|
comboBoxControlRole = new RodionovLibrary.VisualComponents.ComboBoxControl();
|
||||||
|
buttonCancel = new Button();
|
||||||
|
SuspendLayout();
|
||||||
|
//
|
||||||
|
// controlInputRating
|
||||||
|
//
|
||||||
|
controlInputRating.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||||
|
controlInputRating.Location = new Point(9, 263);
|
||||||
|
controlInputRating.Margin = new Padding(5, 8, 5, 8);
|
||||||
|
controlInputRating.Name = "controlInputRating";
|
||||||
|
controlInputRating.Size = new Size(376, 36);
|
||||||
|
controlInputRating.TabIndex = 0;
|
||||||
|
controlInputRating.Value = null;
|
||||||
|
//
|
||||||
|
// textBoxLogin
|
||||||
|
//
|
||||||
|
textBoxLogin.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||||
|
textBoxLogin.Location = new Point(17, 115);
|
||||||
|
textBoxLogin.Name = "textBoxLogin";
|
||||||
|
textBoxLogin.Size = new Size(369, 27);
|
||||||
|
textBoxLogin.TabIndex = 2;
|
||||||
|
textBoxLogin.TextChanged += TextBoxLogin_TextChanged;
|
||||||
|
//
|
||||||
|
// textBoxWarnings
|
||||||
|
//
|
||||||
|
textBoxWarnings.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||||
|
textBoxWarnings.Location = new Point(17, 191);
|
||||||
|
textBoxWarnings.Name = "textBoxWarnings";
|
||||||
|
textBoxWarnings.Size = new Size(369, 27);
|
||||||
|
textBoxWarnings.TabIndex = 3;
|
||||||
|
textBoxWarnings.TextChanged += TextBoxWarnings_TextChanged;
|
||||||
|
//
|
||||||
|
// buttonSave
|
||||||
|
//
|
||||||
|
buttonSave.Location = new Point(29, 309);
|
||||||
|
buttonSave.Name = "buttonSave";
|
||||||
|
buttonSave.Size = new Size(105, 36);
|
||||||
|
buttonSave.TabIndex = 8;
|
||||||
|
buttonSave.Text = "Сохранить";
|
||||||
|
buttonSave.UseVisualStyleBackColor = true;
|
||||||
|
buttonSave.Click += ButtonSave_Click;
|
||||||
|
//
|
||||||
|
// labelLogin
|
||||||
|
//
|
||||||
|
labelLogin.AutoSize = true;
|
||||||
|
labelLogin.Location = new Point(17, 85);
|
||||||
|
labelLogin.Name = "labelLogin";
|
||||||
|
labelLogin.Size = new Size(52, 20);
|
||||||
|
labelLogin.TabIndex = 4;
|
||||||
|
labelLogin.Text = "Логин";
|
||||||
|
//
|
||||||
|
// labelWarnings
|
||||||
|
//
|
||||||
|
labelWarnings.AutoSize = true;
|
||||||
|
labelWarnings.Location = new Point(17, 160);
|
||||||
|
labelWarnings.Name = "labelWarnings";
|
||||||
|
labelWarnings.Size = new Size(131, 20);
|
||||||
|
labelWarnings.TabIndex = 5;
|
||||||
|
labelWarnings.Text = "Предупреждения";
|
||||||
|
//
|
||||||
|
// labelRating
|
||||||
|
//
|
||||||
|
labelRating.AutoSize = true;
|
||||||
|
labelRating.Location = new Point(22, 232);
|
||||||
|
labelRating.Name = "labelRating";
|
||||||
|
labelRating.Size = new Size(64, 20);
|
||||||
|
labelRating.TabIndex = 6;
|
||||||
|
labelRating.Text = "Рейтинг";
|
||||||
|
//
|
||||||
|
// labelRole
|
||||||
|
//
|
||||||
|
labelRole.AutoSize = true;
|
||||||
|
labelRole.Location = new Point(21, 16);
|
||||||
|
labelRole.Name = "labelRole";
|
||||||
|
labelRole.Size = new Size(42, 20);
|
||||||
|
labelRole.TabIndex = 7;
|
||||||
|
labelRole.Text = "Роль";
|
||||||
|
//
|
||||||
|
// comboBoxControlRole
|
||||||
|
//
|
||||||
|
comboBoxControlRole.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||||
|
comboBoxControlRole.Location = new Point(17, 44);
|
||||||
|
comboBoxControlRole.Margin = new Padding(3, 4, 3, 4);
|
||||||
|
comboBoxControlRole.Name = "comboBoxControlRole";
|
||||||
|
comboBoxControlRole.SelectedValue = "";
|
||||||
|
comboBoxControlRole.Size = new Size(369, 35);
|
||||||
|
comboBoxControlRole.TabIndex = 8;
|
||||||
|
//
|
||||||
|
// buttonCancel
|
||||||
|
//
|
||||||
|
buttonCancel.Location = new Point(168, 309);
|
||||||
|
buttonCancel.Name = "buttonCancel";
|
||||||
|
buttonCancel.Size = new Size(105, 36);
|
||||||
|
buttonCancel.TabIndex = 9;
|
||||||
|
buttonCancel.Text = "Отмена";
|
||||||
|
buttonCancel.UseVisualStyleBackColor = true;
|
||||||
|
buttonCancel.Click += ButtonCancel_Click;
|
||||||
|
//
|
||||||
|
// FormAccount
|
||||||
|
//
|
||||||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
|
ClientSize = new Size(408, 363);
|
||||||
|
Controls.Add(buttonCancel);
|
||||||
|
Controls.Add(comboBoxControlRole);
|
||||||
|
Controls.Add(labelRole);
|
||||||
|
Controls.Add(labelRating);
|
||||||
|
Controls.Add(labelWarnings);
|
||||||
|
Controls.Add(labelLogin);
|
||||||
|
Controls.Add(buttonSave);
|
||||||
|
Controls.Add(textBoxWarnings);
|
||||||
|
Controls.Add(textBoxLogin);
|
||||||
|
Controls.Add(controlInputRating);
|
||||||
|
Name = "FormAccount";
|
||||||
|
Text = "Аккаунт";
|
||||||
|
FormClosing += FormAccount_FormClosing;
|
||||||
|
Load += FormAccount_Load;
|
||||||
|
ResumeLayout(false);
|
||||||
|
PerformLayout();
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private ControlsLibraryNet60.Input.ControlInputNullableDouble controlInputRating;
|
||||||
|
private TextBox textBoxLogin;
|
||||||
|
private TextBox textBoxWarnings;
|
||||||
|
private Button buttonSave;
|
||||||
|
private Label labelLogin;
|
||||||
|
private Label labelWarnings;
|
||||||
|
private Label labelRating;
|
||||||
|
private Label labelRole;
|
||||||
|
private RodionovLibrary.VisualComponents.ComboBoxControl comboBoxControlRole;
|
||||||
|
private Button buttonCancel;
|
||||||
|
}
|
||||||
|
}
|
140
COP/PortalAccountsView/FormAccount.cs
Normal file
140
COP/PortalAccountsView/FormAccount.cs
Normal file
@ -0,0 +1,140 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.BusinessLogicsContracts;
|
||||||
|
using PortalAccountsContracts.SearchModels;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
using System.Data;
|
||||||
|
|
||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
public partial class FormAccount : Form
|
||||||
|
{
|
||||||
|
private int? _id;
|
||||||
|
|
||||||
|
private bool _isModified = false;
|
||||||
|
|
||||||
|
private readonly IAccountLogic _logic;
|
||||||
|
|
||||||
|
private readonly IRoleLogic _roleLogic;
|
||||||
|
|
||||||
|
private List<RoleViewModel> _roles;
|
||||||
|
|
||||||
|
public int Id { set { _id = value; } }
|
||||||
|
|
||||||
|
public FormAccount(IAccountLogic logic, IRoleLogic roleLogic)
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
_logic = logic;
|
||||||
|
_roleLogic = roleLogic;
|
||||||
|
_roles = new List<RoleViewModel>();
|
||||||
|
comboBoxControlRole.ValueChanged += (_, _) => _isModified = true;
|
||||||
|
controlInputRating.ElementChanged += (_, _) => _isModified = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void FormAccount_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
_roles = _roleLogic.ReadList(null) ?? throw new Exception("Не удалось получить список ролей");
|
||||||
|
comboBoxControlRole.AddItems(_roles.Select(x => x.Name).ToList());
|
||||||
|
if (_id.HasValue)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var account = _logic.ReadElement(new AccountSearchModel { Id = _id.Value });
|
||||||
|
if (account != null)
|
||||||
|
{
|
||||||
|
textBoxLogin.Text = account.Login;
|
||||||
|
textBoxWarnings.Text = account.Warnings;
|
||||||
|
controlInputRating.Value = account.Rating;
|
||||||
|
comboBoxControlRole.SelectedValue = account.RoleName;
|
||||||
|
_isModified = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ButtonCancel_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (_isModified)
|
||||||
|
{
|
||||||
|
var result = MessageBox.Show(
|
||||||
|
"У вас есть несохранённые изменения. Вы действительно хотите закрыть форму?",
|
||||||
|
"Предупреждение",
|
||||||
|
MessageBoxButtons.YesNo,
|
||||||
|
MessageBoxIcon.Warning
|
||||||
|
);
|
||||||
|
|
||||||
|
if (result == DialogResult.No)
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
DialogResult = DialogResult.Cancel;
|
||||||
|
Close();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ButtonSave_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(textBoxLogin.Text))
|
||||||
|
{
|
||||||
|
MessageBox.Show("Заполните логин", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (string.IsNullOrEmpty(comboBoxControlRole.SelectedValue))
|
||||||
|
{
|
||||||
|
MessageBox.Show("Выберите роль", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var model = new AccountBindingModel
|
||||||
|
{
|
||||||
|
Id = _id ?? 0,
|
||||||
|
Login = textBoxLogin.Text,
|
||||||
|
Warnings = textBoxWarnings.Text,
|
||||||
|
Rating = controlInputRating.Value,
|
||||||
|
RoleId = _roles.First(x => x.Name == comboBoxControlRole.SelectedValue).Id,
|
||||||
|
};
|
||||||
|
var operationResult = _id.HasValue ? _logic.Update(model) : _logic.Create(model);
|
||||||
|
if (!operationResult)
|
||||||
|
{
|
||||||
|
throw new Exception("Ошибка при сохранении");
|
||||||
|
}
|
||||||
|
MessageBox.Show("Сохранение прошло успешно", "Сообщение", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||||
|
DialogResult = DialogResult.OK;
|
||||||
|
Close();
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void TextBoxLogin_TextChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
_isModified = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void TextBoxWarnings_TextChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
_isModified = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void FormAccount_FormClosing(object sender, FormClosingEventArgs e)
|
||||||
|
{
|
||||||
|
if (!_isModified || DialogResult == DialogResult.OK)
|
||||||
|
return;
|
||||||
|
|
||||||
|
var result = MessageBox.Show(
|
||||||
|
"У вас есть несохранённые изменения. Вы действительно хотите закрыть форму?",
|
||||||
|
"Предупреждение",
|
||||||
|
MessageBoxButtons.YesNo,
|
||||||
|
MessageBoxIcon.Warning
|
||||||
|
);
|
||||||
|
|
||||||
|
if (result == DialogResult.No)
|
||||||
|
e.Cancel = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
179
COP/PortalAccountsView/FormMain.Designer.cs
generated
Normal file
179
COP/PortalAccountsView/FormMain.Designer.cs
generated
Normal file
@ -0,0 +1,179 @@
|
|||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
partial class FormMain
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Required designer variable.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Clean up any resources being used.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Windows Form Designer generated code
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Required method for Designer support - do not modify
|
||||||
|
/// the contents of this method with the code editor.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
components = new System.ComponentModel.Container();
|
||||||
|
controlDataTreeTable = new ControlsLibraryNet60.Data.ControlDataTreeTable();
|
||||||
|
wordLongTextComponent = new RodionovLibrary.NonVisualComponents.WordLongTextComponent(components);
|
||||||
|
componentDocumentWithTableMultiHeaderPdf = new ComponentsLibraryNet60.DocumentWithTable.ComponentDocumentWithTableMultiHeaderPdf(components);
|
||||||
|
componentDocumentWithChartPieExcel = new ComponentsLibraryNet60.DocumentWithChart.ComponentDocumentWithChartPieExcel(components);
|
||||||
|
menuStrip = new MenuStrip();
|
||||||
|
аккаунтыToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
создатьToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
редактироватьToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
удалитьToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
отчётыToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
документСТекстомToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
документСТаблицейToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
документСДиаграммойToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
ролиToolStripMenuItem = new ToolStripMenuItem();
|
||||||
|
menuStrip.SuspendLayout();
|
||||||
|
SuspendLayout();
|
||||||
|
//
|
||||||
|
// controlDataTreeTable
|
||||||
|
//
|
||||||
|
this.controlDataTreeTable.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
|
this.controlDataTreeTable.Location = new System.Drawing.Point(0, 28);
|
||||||
|
this.controlDataTreeTable.Name = "controlDataTreeTable";
|
||||||
|
this.controlDataTreeTable.Size = new System.Drawing.Size(800, 422);
|
||||||
|
this.controlDataTreeTable.TabIndex = 1;
|
||||||
|
//
|
||||||
|
// menuStrip
|
||||||
|
//
|
||||||
|
this.menuStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||||||
|
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
|
this.аккаунтыToolStripMenuItem,
|
||||||
|
this.отчётыToolStripMenuItem,
|
||||||
|
this.ролиToolStripMenuItem});
|
||||||
|
this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
||||||
|
this.menuStrip.Name = "menuStrip";
|
||||||
|
this.menuStrip.Size = new System.Drawing.Size(800, 28);
|
||||||
|
this.menuStrip.TabIndex = 0;
|
||||||
|
this.menuStrip.Text = "Контекстное меню";
|
||||||
|
//
|
||||||
|
// аккаунтыToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.аккаунтыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
|
this.создатьToolStripMenuItem,
|
||||||
|
this.редактироватьToolStripMenuItem,
|
||||||
|
this.удалитьToolStripMenuItem});
|
||||||
|
this.аккаунтыToolStripMenuItem.Name = "аккаунтыToolStripMenuItem";
|
||||||
|
this.аккаунтыToolStripMenuItem.Size = new System.Drawing.Size(88, 24);
|
||||||
|
this.аккаунтыToolStripMenuItem.Text = "Аккаунты";
|
||||||
|
//
|
||||||
|
// создатьToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.создатьToolStripMenuItem.Name = "создатьToolStripMenuItem";
|
||||||
|
this.создатьToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A)));
|
||||||
|
this.создатьToolStripMenuItem.Size = new System.Drawing.Size(246, 26);
|
||||||
|
this.создатьToolStripMenuItem.Text = "Создать";
|
||||||
|
this.создатьToolStripMenuItem.Click += new System.EventHandler(this.СоздатьToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
|
// редактироватьToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.редактироватьToolStripMenuItem.Name = "редактироватьToolStripMenuItem";
|
||||||
|
this.редактироватьToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U)));
|
||||||
|
this.редактироватьToolStripMenuItem.Size = new System.Drawing.Size(246, 26);
|
||||||
|
this.редактироватьToolStripMenuItem.Text = "Редактировать";
|
||||||
|
this.редактироватьToolStripMenuItem.Click += new System.EventHandler(this.РедактироватьToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
|
// удалитьToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.удалитьToolStripMenuItem.Name = "удалитьToolStripMenuItem";
|
||||||
|
this.удалитьToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D)));
|
||||||
|
this.удалитьToolStripMenuItem.Size = new System.Drawing.Size(246, 26);
|
||||||
|
this.удалитьToolStripMenuItem.Text = "Удалить";
|
||||||
|
this.удалитьToolStripMenuItem.Click += new System.EventHandler(this.УдалитьToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
|
// отчётыToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.отчётыToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||||
|
this.документСТекстомToolStripMenuItem,
|
||||||
|
this.документСТаблицейToolStripMenuItem,
|
||||||
|
this.документСДиаграммойToolStripMenuItem});
|
||||||
|
this.отчётыToolStripMenuItem.Name = "отчётыToolStripMenuItem";
|
||||||
|
this.отчётыToolStripMenuItem.Size = new System.Drawing.Size(73, 24);
|
||||||
|
this.отчётыToolStripMenuItem.Text = "Отчёты";
|
||||||
|
//
|
||||||
|
// документСТекстомToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.документСТекстомToolStripMenuItem.Name = "документСТекстомToolStripMenuItem";
|
||||||
|
this.документСТекстомToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
|
||||||
|
this.документСТекстомToolStripMenuItem.Size = new System.Drawing.Size(313, 26);
|
||||||
|
this.документСТекстомToolStripMenuItem.Text = "Документ с текстом";
|
||||||
|
this.документСТекстомToolStripMenuItem.Click += new System.EventHandler(this.ДокументСТекстомToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
|
// документСТаблицейToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.документСТаблицейToolStripMenuItem.Name = "документСТаблицейToolStripMenuItem";
|
||||||
|
this.документСТаблицейToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.T)));
|
||||||
|
this.документСТаблицейToolStripMenuItem.Size = new System.Drawing.Size(313, 26);
|
||||||
|
this.документСТаблицейToolStripMenuItem.Text = "Документ с таблицей";
|
||||||
|
this.документСТаблицейToolStripMenuItem.Click += new System.EventHandler(this.ДокументСТаблицейToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
|
// документСДиаграммойToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.документСДиаграммойToolStripMenuItem.Name = "документСДиаграммойToolStripMenuItem";
|
||||||
|
this.документСДиаграммойToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
|
||||||
|
this.документСДиаграммойToolStripMenuItem.Size = new System.Drawing.Size(313, 26);
|
||||||
|
this.документСДиаграммойToolStripMenuItem.Text = "Документ с диаграммой";
|
||||||
|
this.документСДиаграммойToolStripMenuItem.Click += new System.EventHandler(this.ДокументСДиаграммойToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
|
// ролиToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.ролиToolStripMenuItem.Name = "ролиToolStripMenuItem";
|
||||||
|
this.ролиToolStripMenuItem.Size = new System.Drawing.Size(57, 24);
|
||||||
|
this.ролиToolStripMenuItem.Text = "Роли";
|
||||||
|
this.ролиToolStripMenuItem.Click += new System.EventHandler(this.РолиToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
|
// FormMain
|
||||||
|
//
|
||||||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||||||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||||
|
this.Controls.Add(this.controlDataTreeTable);
|
||||||
|
this.Controls.Add(this.menuStrip);
|
||||||
|
this.MainMenuStrip = this.menuStrip;
|
||||||
|
this.Name = "FormMain";
|
||||||
|
this.Text = "Основная форма (аккаунты)";
|
||||||
|
this.Load += new System.EventHandler(this.FormMain_Load);
|
||||||
|
this.menuStrip.ResumeLayout(false);
|
||||||
|
this.menuStrip.PerformLayout();
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
this.PerformLayout();
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private ControlsLibraryNet60.Data.ControlDataTreeTable controlDataTreeTable;
|
||||||
|
private RodionovLibrary.NonVisualComponents.WordLongTextComponent wordLongTextComponent;
|
||||||
|
private ComponentsLibraryNet60.DocumentWithTable.ComponentDocumentWithTableMultiHeaderPdf componentDocumentWithTableMultiHeaderPdf;
|
||||||
|
private ComponentsLibraryNet60.DocumentWithChart.ComponentDocumentWithChartPieExcel componentDocumentWithChartPieExcel;
|
||||||
|
private MenuStrip menuStrip;
|
||||||
|
private ToolStripMenuItem аккаунтыToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem создатьToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem редактироватьToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem удалитьToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem отчётыToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem документСТекстомToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem документСТаблицейToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem документСДиаграммойToolStripMenuItem;
|
||||||
|
private ToolStripMenuItem ролиToolStripMenuItem;
|
||||||
|
}
|
||||||
|
}
|
217
COP/PortalAccountsView/FormMain.cs
Normal file
217
COP/PortalAccountsView/FormMain.cs
Normal file
@ -0,0 +1,217 @@
|
|||||||
|
using ComponentsLibraryNet60.Models;
|
||||||
|
using ControlsLibraryNet60.Models;
|
||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.BusinessLogicsContracts;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
using RodionovLibrary.NonVisualComponents.HelperModels;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
public partial class FormMain : Form
|
||||||
|
{
|
||||||
|
private readonly IAccountLogic _logic;
|
||||||
|
|
||||||
|
public FormMain(IAccountLogic logic)
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
|
||||||
|
_logic = logic;
|
||||||
|
|
||||||
|
var nodeNames = new Queue<string>();
|
||||||
|
nodeNames.Enqueue("RoleName");
|
||||||
|
nodeNames.Enqueue("OutputRating");
|
||||||
|
nodeNames.Enqueue("Id");
|
||||||
|
nodeNames.Enqueue("Login");
|
||||||
|
controlDataTreeTable.LoadConfig(new DataTreeNodeConfig { NodeNames = nodeNames });
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ÐîëèToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var service = Program.ServiceProvider?.GetService(typeof(FormRoles));
|
||||||
|
if (service is FormRoles form)
|
||||||
|
{
|
||||||
|
form.ShowDialog();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void FormMain_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
LoadData();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void LoadData()
|
||||||
|
{
|
||||||
|
controlDataTreeTable.Clear();
|
||||||
|
var accounts = _logic.ReadList(null);
|
||||||
|
if (accounts != null)
|
||||||
|
{
|
||||||
|
foreach (var account in accounts)
|
||||||
|
{
|
||||||
|
account.OutputRating = account.Rating?.ToString() ?? "Îòñóòñòâóåò";
|
||||||
|
}
|
||||||
|
controlDataTreeTable.AddTable(accounts);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ÑîçäàòüToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var service = Program.ServiceProvider?.GetService(typeof(FormAccount));
|
||||||
|
if (service is FormAccount form)
|
||||||
|
{
|
||||||
|
if (form.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
LoadData();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ÐåäàêòèðîâàòüToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var service = Program.ServiceProvider?.GetService(typeof(FormAccount));
|
||||||
|
if (service is FormAccount form)
|
||||||
|
{
|
||||||
|
var selected = controlDataTreeTable.GetSelectedObject<AccountViewModel>();
|
||||||
|
if (selected == null)
|
||||||
|
return;
|
||||||
|
form.Id = selected.Id;
|
||||||
|
if (form.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
LoadData();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ÓäàëèòüToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var selected = controlDataTreeTable.GetSelectedObject<AccountViewModel>();
|
||||||
|
if (selected == null)
|
||||||
|
return;
|
||||||
|
if (MessageBox.Show("Óäàëèòü çàïèñü?", "", MessageBoxButtons.YesNo) == DialogResult.Yes)
|
||||||
|
{
|
||||||
|
if (_logic.Delete(new AccountBindingModel { Id = selected.Id }))
|
||||||
|
{
|
||||||
|
LoadData();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ÄîêóìåíòÑÒåêñòîìToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
using var dialog = new SaveFileDialog
|
||||||
|
{
|
||||||
|
Filter = "docx|*.docx"
|
||||||
|
};
|
||||||
|
if (dialog.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var accounts = _logic.ReadList(null) ?? throw new Exception("Íå óäàëîñü ïîëó÷èòü ñïèñîê àêêàóíòîâ");
|
||||||
|
List<string> paragraphs = new();
|
||||||
|
foreach (var account in accounts)
|
||||||
|
{
|
||||||
|
if (account.Rating == null)
|
||||||
|
{
|
||||||
|
paragraphs.Add($"{account.Login}: {(string.IsNullOrWhiteSpace(account.Warnings) ? "Ïðåäóïðåæäåíèÿ îòñóòñòâóþò" : account.Warnings)}");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
wordLongTextComponent.CreateWordText(new WordLongTextInfo()
|
||||||
|
{
|
||||||
|
FileName = dialog.FileName,
|
||||||
|
Title = "Àêêàóíòû áåç ðåéòèíãà",
|
||||||
|
Paragraphs = paragraphs.ToArray()
|
||||||
|
});
|
||||||
|
MessageBox.Show("Ãîòîâî!");
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show("Ïðîèçîøëà îøèáêà: " + ex.Message, "Îøèáêà", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ÄîêóìåíòÑÄèàãðàììîéToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
using var dialog = new SaveFileDialog
|
||||||
|
{
|
||||||
|
Filter = "Excel Files|*.xlsx"
|
||||||
|
};
|
||||||
|
if (dialog.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var accounts = _logic.ReadList(null) ?? throw new Exception("Íå óäàëîñü ïîëó÷èòü ñïèñîê àêêàóíòîâ");
|
||||||
|
var roleMapping = new List<string>();
|
||||||
|
var data = new Dictionary<string, List<(int Date, double Value)>>
|
||||||
|
{
|
||||||
|
{
|
||||||
|
"Àêêàóíòû",
|
||||||
|
accounts
|
||||||
|
.Where(x => x.Rating != null)
|
||||||
|
.GroupBy(x => x.RoleName)
|
||||||
|
.Select((group, index) =>
|
||||||
|
{
|
||||||
|
roleMapping.Add($"{group.Key} - {index + 1}");
|
||||||
|
|
||||||
|
return (Date: index + 1, Value: (double)group.Count());
|
||||||
|
})
|
||||||
|
.ToList()
|
||||||
|
}
|
||||||
|
};
|
||||||
|
componentDocumentWithChartPieExcel.CreateDoc(new ComponentDocumentWithChartConfig
|
||||||
|
{
|
||||||
|
FilePath = dialog.FileName,
|
||||||
|
Header = $"Àêêàóíòû ñ ðåéòèíãîì ïî ðîëÿì ({string.Join(", ", roleMapping)})",
|
||||||
|
ChartTitle = "Êðóãîâàÿ äèàãðàììà",
|
||||||
|
LegendLocation = ComponentsLibraryNet60.Models.Location.Bottom,
|
||||||
|
Data = data
|
||||||
|
});
|
||||||
|
MessageBox.Show("Ãîòîâî!");
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show("Ïðîèçîøëà îøèáêà: " + ex.Message, "Îøèáêà", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ÄîêóìåíòÑÒàáëèöåéToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
|
||||||
|
using var dialog = new SaveFileDialog
|
||||||
|
{
|
||||||
|
Filter = "PDF Files|*.pdf"
|
||||||
|
};
|
||||||
|
if (dialog.ShowDialog() == DialogResult.OK)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var accounts = _logic.ReadList(null) ?? throw new Exception("Íå óäàëîñü ïîëó÷èòü ñïèñîê àêêàóíòîâ");
|
||||||
|
foreach (var account in accounts)
|
||||||
|
{
|
||||||
|
account.OutputRating = account.Rating?.ToString() ?? "íåò";
|
||||||
|
}
|
||||||
|
componentDocumentWithTableMultiHeaderPdf.CreateDoc(new ComponentDocumentWithTableHeaderDataConfig<AccountViewModel>
|
||||||
|
{
|
||||||
|
FilePath = dialog.FileName,
|
||||||
|
Header = "Àêêàóíòû ïîðòàëà",
|
||||||
|
ColumnsRowsWidth = new List<(int, int)> { (10, 10), (10, 10), (10, 10), (10, 10)}, // øèðèíà ñòîëáöîâ è âûñîòà ñòðîê
|
||||||
|
Headers = new List<(int ColumnIndex, int RowIndex, string Header, string PropertyName)>
|
||||||
|
{
|
||||||
|
(0, 0, "Id", "Id"),
|
||||||
|
(1, 0, "Ëîãèí", "Login"),
|
||||||
|
(2, 0, "Ðîëü", "RoleName"),
|
||||||
|
(3, 0, "Ðåéòèíã", "OutputRating")
|
||||||
|
},
|
||||||
|
Data = accounts.OrderBy(x => x.Id).ToList()
|
||||||
|
});
|
||||||
|
MessageBox.Show("Ãîòîâî!");
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show("Ïðîèçîøëà îøèáêà: " + ex.Message, "Îøèáêà", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
132
COP/PortalAccountsView/FormMain.resx
Normal file
132
COP/PortalAccountsView/FormMain.resx
Normal file
@ -0,0 +1,132 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<metadata name="wordLongTextComponent.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>17, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="componentDocumentWithTableMultiHeaderPdf.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>210, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="componentDocumentWithChartPieExcel.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>518, 17</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="menuStrip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||||
|
<value>787, 17</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
87
COP/PortalAccountsView/FormRoles.Designer.cs
generated
Normal file
87
COP/PortalAccountsView/FormRoles.Designer.cs
generated
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
partial class FormRoles
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Required designer variable.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Clean up any resources being used.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Windows Form Designer generated code
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Required method for Designer support - do not modify
|
||||||
|
/// the contents of this method with the code editor.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
dataGridView = new DataGridView();
|
||||||
|
NameCol = new DataGridViewTextBoxColumn();
|
||||||
|
Id = new DataGridViewTextBoxColumn();
|
||||||
|
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
|
||||||
|
SuspendLayout();
|
||||||
|
//
|
||||||
|
// dataGridView
|
||||||
|
//
|
||||||
|
dataGridView.BackgroundColor = SystemColors.ControlLightLight;
|
||||||
|
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||||
|
dataGridView.Columns.AddRange(new DataGridViewColumn[] { NameCol, Id });
|
||||||
|
dataGridView.Dock = DockStyle.Fill;
|
||||||
|
dataGridView.Location = new Point(0, 0);
|
||||||
|
dataGridView.Name = "dataGridView";
|
||||||
|
dataGridView.RowHeadersWidth = 51;
|
||||||
|
dataGridView.RowTemplate.Height = 29;
|
||||||
|
dataGridView.Size = new Size(800, 450);
|
||||||
|
dataGridView.TabIndex = 0;
|
||||||
|
dataGridView.CellValueChanged += DataGridView_CellValueChanged;
|
||||||
|
dataGridView.UserDeletingRow += DataGridView_UserDeletingRow;
|
||||||
|
dataGridView.KeyUp += DataGridView_KeyUp;
|
||||||
|
//
|
||||||
|
// NameCol
|
||||||
|
//
|
||||||
|
NameCol.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
|
||||||
|
NameCol.HeaderText = "Название";
|
||||||
|
NameCol.MinimumWidth = 6;
|
||||||
|
NameCol.Name = "NameCol";
|
||||||
|
//
|
||||||
|
// Id
|
||||||
|
//
|
||||||
|
Id.HeaderText = "Id";
|
||||||
|
Id.MinimumWidth = 6;
|
||||||
|
Id.Name = "Id";
|
||||||
|
Id.Visible = false;
|
||||||
|
Id.Width = 6;
|
||||||
|
//
|
||||||
|
// FormRoles
|
||||||
|
//
|
||||||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
|
ClientSize = new Size(800, 450);
|
||||||
|
Controls.Add(dataGridView);
|
||||||
|
Name = "FormRoles";
|
||||||
|
Text = "FormRoles";
|
||||||
|
Load += FormRoles_Load;
|
||||||
|
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
|
||||||
|
ResumeLayout(false);
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private DataGridView dataGridView;
|
||||||
|
private DataGridViewTextBoxColumn NameCol;
|
||||||
|
private DataGridViewTextBoxColumn Id;
|
||||||
|
}
|
||||||
|
}
|
102
COP/PortalAccountsView/FormRoles.cs
Normal file
102
COP/PortalAccountsView/FormRoles.cs
Normal file
@ -0,0 +1,102 @@
|
|||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.BusinessLogicsContracts;
|
||||||
|
|
||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
public partial class FormRoles : Form
|
||||||
|
{
|
||||||
|
private readonly IRoleLogic _logic;
|
||||||
|
|
||||||
|
private bool dataLoading = false;
|
||||||
|
|
||||||
|
public FormRoles(IRoleLogic logic)
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
_logic = logic;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void FormRoles_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
LoadData();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void LoadData()
|
||||||
|
{
|
||||||
|
dataLoading = true;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var list = _logic.ReadList(null);
|
||||||
|
if (list != null)
|
||||||
|
{
|
||||||
|
foreach (var role in list)
|
||||||
|
{
|
||||||
|
int rowIndex = dataGridView.Rows.Add();
|
||||||
|
dataGridView.Rows[rowIndex].Cells[0].Value = role.Name;
|
||||||
|
dataGridView.Rows[rowIndex].Cells[1].Value = role.Id;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
dataLoading = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DataGridView_CellValueChanged(object sender, DataGridViewCellEventArgs e)
|
||||||
|
{
|
||||||
|
if (dataLoading || e.RowIndex < 0 || e.ColumnIndex != 0)
|
||||||
|
return;
|
||||||
|
if (dataGridView.Rows[e.RowIndex].Cells[1].Value != null) {
|
||||||
|
var name = dataGridView.Rows[e.RowIndex].Cells[0].Value?.ToString()
|
||||||
|
?? throw new Exception("Не заполнено название роли");
|
||||||
|
_logic.Update(new RoleBindingModel { Id = Convert.ToInt32(dataGridView.Rows[e.RowIndex].Cells[1].Value), Name = name });
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
var name = dataGridView.Rows[e.RowIndex].Cells[0].Value?.ToString()
|
||||||
|
?? throw new Exception("Не заполнено название роли");
|
||||||
|
_logic.Create(new RoleBindingModel { Id = 0, Name = name });
|
||||||
|
var list = _logic.ReadList(null) ?? throw new Exception("Не удалось получить список ролей");
|
||||||
|
int newRoleId = list.Last().Id;
|
||||||
|
dataGridView.Rows[e.RowIndex].Cells[1].Value = newRoleId;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DataGridView_KeyUp(object sender, KeyEventArgs e)
|
||||||
|
{
|
||||||
|
switch (e.KeyCode)
|
||||||
|
{
|
||||||
|
case Keys.Insert:
|
||||||
|
dataGridView.Rows.Add();
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DeleteRows(DataGridViewSelectedRowCollection rows)
|
||||||
|
{
|
||||||
|
for (int i = 0; i < rows.Count; i++)
|
||||||
|
{
|
||||||
|
DataGridViewRow row = rows[i];
|
||||||
|
if (row.IsNewRow)
|
||||||
|
continue;
|
||||||
|
if (row.Cells[1].Value != null && !_logic.Delete(new RoleBindingModel { Id = Convert.ToInt32(row.Cells[1].Value) }))
|
||||||
|
throw new Exception($"Ошибка удаления строки: {row.Cells[0].Value}");
|
||||||
|
dataGridView.Rows.Remove(row);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void DataGridView_UserDeletingRow(object sender, DataGridViewRowCancelEventArgs e)
|
||||||
|
{
|
||||||
|
e.Cancel = true;
|
||||||
|
if (dataGridView.SelectedRows == null)
|
||||||
|
return;
|
||||||
|
if (MessageBox.Show("Удалить записи?", "Подтвердите действие", MessageBoxButtons.YesNo) == DialogResult.No)
|
||||||
|
return;
|
||||||
|
DeleteRows(dataGridView.SelectedRows);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
123
COP/PortalAccountsView/FormRoles.resx
Normal file
123
COP/PortalAccountsView/FormRoles.resx
Normal file
@ -0,0 +1,123 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||||
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||||
|
<xsd:element name="root" msdata:IsDataSet="true">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:choice maxOccurs="unbounded">
|
||||||
|
<xsd:element name="metadata">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:attribute name="alias" type="xsd:string" />
|
||||||
|
<xsd:attribute name="name" type="xsd:string" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="data">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||||
|
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||||
|
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||||
|
<xsd:attribute ref="xml:space" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<metadata name="Id.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
</root>
|
210
COP/PortalAccountsView/PluginsConvention.cs
Normal file
210
COP/PortalAccountsView/PluginsConvention.cs
Normal file
@ -0,0 +1,210 @@
|
|||||||
|
using ComponentsLibraryNet60.Models;
|
||||||
|
using ControlsLibraryNet60.Data;
|
||||||
|
using ControlsLibraryNet60.Models;
|
||||||
|
using PluginsConventionLibrary;
|
||||||
|
using PortalAccountsBusinessLogic.BusinessLogics;
|
||||||
|
using PortalAccountsContracts.BindingModels;
|
||||||
|
using PortalAccountsContracts.BusinessLogicsContracts;
|
||||||
|
using PortalAccountsContracts.ViewModels;
|
||||||
|
using PortalAccountsDatabaseImplement.Implements;
|
||||||
|
using RodionovLibrary.NonVisualComponents.HelperModels;
|
||||||
|
using System.Text;
|
||||||
|
|
||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
public class PluginsConvention : IPluginsConvention
|
||||||
|
{
|
||||||
|
private readonly IAccountLogic _accountLogic;
|
||||||
|
|
||||||
|
private readonly IRoleLogic _roleLogic;
|
||||||
|
|
||||||
|
private readonly ControlDataTreeTable _controlDataTreeTable = new();
|
||||||
|
|
||||||
|
private readonly RodionovLibrary.NonVisualComponents.WordLongTextComponent _wordLongTextComponent = new();
|
||||||
|
|
||||||
|
private readonly ComponentsLibraryNet60.DocumentWithTable.ComponentDocumentWithTableMultiHeaderPdf _componentDocumentWithTableMultiHeaderPdf = new();
|
||||||
|
|
||||||
|
private readonly ComponentsLibraryNet60.DocumentWithChart.ComponentDocumentWithChartPieExcel _componentDocumentWithChartPieExcel = new();
|
||||||
|
|
||||||
|
public PluginsConvention()
|
||||||
|
{
|
||||||
|
_accountLogic = new AccountLogic(new AccountStorage());
|
||||||
|
_roleLogic = new RoleLogic(new RoleStorage());
|
||||||
|
ReloadData();
|
||||||
|
}
|
||||||
|
|
||||||
|
public string PluginName => "LabWork3 Plugin";
|
||||||
|
|
||||||
|
public UserControl GetControl => _controlDataTreeTable;
|
||||||
|
|
||||||
|
public PluginsConventionElement GetElement
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
var selected = _controlDataTreeTable.GetSelectedObject<AccountViewModel>()
|
||||||
|
?? throw new Exception("Не удалось получить выбранный элемент");
|
||||||
|
return new PluginsConventionAccount()
|
||||||
|
{
|
||||||
|
Id = IntToGuid(selected.Id),
|
||||||
|
Login = selected.Login,
|
||||||
|
Warnings = selected.Warnings,
|
||||||
|
RoleName = selected.RoleName,
|
||||||
|
Rating = selected.OutputRating
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public Form GetForm(PluginsConventionElement element)
|
||||||
|
{
|
||||||
|
var formAccount = new FormAccount(_accountLogic, _roleLogic);
|
||||||
|
if (element != null)
|
||||||
|
{
|
||||||
|
formAccount.Id = element.Id.GetHashCode();
|
||||||
|
}
|
||||||
|
return formAccount;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Form GetThesaurus()
|
||||||
|
{
|
||||||
|
return new FormRoles(_roleLogic);
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool DeleteElement(PluginsConventionElement element)
|
||||||
|
{
|
||||||
|
return _accountLogic.Delete(
|
||||||
|
new AccountBindingModel { Id = element.Id.GetHashCode() }
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void ReloadData()
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var accounts = _accountLogic.ReadList(null) ?? throw new Exception("Не удалось получить список аккаунтов");
|
||||||
|
|
||||||
|
_controlDataTreeTable.Clear();
|
||||||
|
|
||||||
|
var nodeNames = new Queue<string>();
|
||||||
|
nodeNames.Enqueue("RoleName");
|
||||||
|
nodeNames.Enqueue("OutputRating");
|
||||||
|
nodeNames.Enqueue("Id");
|
||||||
|
nodeNames.Enqueue("Login");
|
||||||
|
_controlDataTreeTable.LoadConfig(new DataTreeNodeConfig { NodeNames = nodeNames });
|
||||||
|
|
||||||
|
foreach (var account in accounts)
|
||||||
|
{
|
||||||
|
account.OutputRating = account.Rating?.ToString() ?? "Отсутствует";
|
||||||
|
}
|
||||||
|
_controlDataTreeTable.AddTable(accounts);
|
||||||
|
}
|
||||||
|
catch (Exception ex)
|
||||||
|
{
|
||||||
|
MessageBox.Show(ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool CreateSimpleDocument(PluginsConventionSaveDocument saveDocument)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var accounts = _accountLogic.ReadList(null) ?? throw new Exception("Не удалось получить список аккаунтов");
|
||||||
|
List<string> paragraphs = new();
|
||||||
|
foreach (var account in accounts)
|
||||||
|
{
|
||||||
|
if (account.Rating == null)
|
||||||
|
{
|
||||||
|
paragraphs.Add($"{account.Login}: {(string.IsNullOrWhiteSpace(account.Warnings) ? "Предупреждения отсутствуют" : account.Warnings)}");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
_wordLongTextComponent.CreateWordText(new WordLongTextInfo()
|
||||||
|
{
|
||||||
|
FileName = saveDocument.FileName,
|
||||||
|
Title = "Аккаунты без рейтинга",
|
||||||
|
Paragraphs = paragraphs.ToArray()
|
||||||
|
});
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
catch (Exception)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool CreateTableDocument(PluginsConventionSaveDocument saveDocument)
|
||||||
|
{
|
||||||
|
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var accounts = _accountLogic.ReadList(null) ?? throw new Exception("Не удалось получить список аккаунтов");
|
||||||
|
foreach (var account in accounts)
|
||||||
|
{
|
||||||
|
account.OutputRating = account.Rating?.ToString() ?? "нет";
|
||||||
|
}
|
||||||
|
_componentDocumentWithTableMultiHeaderPdf.CreateDoc(new ComponentDocumentWithTableHeaderDataConfig<AccountViewModel>
|
||||||
|
{
|
||||||
|
FilePath = saveDocument.FileName,
|
||||||
|
Header = "Аккаунты портала",
|
||||||
|
ColumnsRowsWidth = new List<(int, int)> { (10, 10), (10, 10), (10, 10), (10, 10) }, // ширина столбцов и высота строк
|
||||||
|
Headers = new List<(int ColumnIndex, int RowIndex, string Header, string PropertyName)>
|
||||||
|
{
|
||||||
|
(0, 0, "Id", "Id"),
|
||||||
|
(1, 0, "Логин", "Login"),
|
||||||
|
(2, 0, "Роль", "RoleName"),
|
||||||
|
(3, 0, "Рейтинг", "OutputRating")
|
||||||
|
},
|
||||||
|
Data = accounts.OrderBy(x => x.Id).ToList()
|
||||||
|
});
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
catch (Exception)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public bool CreateChartDocument(PluginsConventionSaveDocument saveDocument)
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
var accounts = _accountLogic.ReadList(null) ?? throw new Exception("Не удалось получить список аккаунтов");
|
||||||
|
var roleMapping = new List<string>();
|
||||||
|
var data = new Dictionary<string, List<(int Date, double Value)>>
|
||||||
|
{
|
||||||
|
{
|
||||||
|
"Аккаунты",
|
||||||
|
accounts
|
||||||
|
.Where(x => x.Rating != null)
|
||||||
|
.GroupBy(x => x.RoleName)
|
||||||
|
.Select((group, index) =>
|
||||||
|
{
|
||||||
|
roleMapping.Add($"{group.Key} - {index + 1}");
|
||||||
|
|
||||||
|
return (Date: index + 1, Value: (double)group.Count());
|
||||||
|
})
|
||||||
|
.ToList()
|
||||||
|
}
|
||||||
|
};
|
||||||
|
_componentDocumentWithChartPieExcel.CreateDoc(new ComponentDocumentWithChartConfig
|
||||||
|
{
|
||||||
|
FilePath = saveDocument.FileName,
|
||||||
|
Header = $"Аккаунты с рейтингом по ролям ({string.Join(", ", roleMapping)})",
|
||||||
|
ChartTitle = "Круговая диаграмма",
|
||||||
|
LegendLocation = Location.Bottom,
|
||||||
|
Data = data
|
||||||
|
});
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
catch (Exception)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private Guid IntToGuid(int value)
|
||||||
|
{
|
||||||
|
byte[] bytes = new byte[16];
|
||||||
|
BitConverter.GetBytes(value).CopyTo(bytes, 0);
|
||||||
|
return new Guid(bytes);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
15
COP/PortalAccountsView/PluginsConventionAccount.cs
Normal file
15
COP/PortalAccountsView/PluginsConventionAccount.cs
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
using PluginsConventionLibrary;
|
||||||
|
|
||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
public class PluginsConventionAccount : PluginsConventionElement
|
||||||
|
{
|
||||||
|
public string Login { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string? Warnings { get; set; }
|
||||||
|
|
||||||
|
public string RoleName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string Rating { get; set; } = string.Empty;
|
||||||
|
}
|
||||||
|
}
|
31
COP/PortalAccountsView/PortalAccountsView.csproj
Normal file
31
COP/PortalAccountsView/PortalAccountsView.csproj
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<OutputType>WinExe</OutputType>
|
||||||
|
<TargetFramework>net6.0-windows</TargetFramework>
|
||||||
|
<Nullable>enable</Nullable>
|
||||||
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="ComponentsLibraryNet60" Version="1.0.0" />
|
||||||
|
<PackageReference Include="ControlsLibraryNet60" Version="1.0.0" />
|
||||||
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.11">
|
||||||
|
<PrivateAssets>all</PrivateAssets>
|
||||||
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
|
</PackageReference>
|
||||||
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
|
||||||
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
|
||||||
|
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\PluginsConventionLibrary\PluginsConventionLibrary.csproj" />
|
||||||
|
<ProjectReference Include="..\PortalAccountsBusinessLogic\PortalAccountsBusinessLogic.csproj" />
|
||||||
|
<ProjectReference Include="..\PortalAccountsContracts\PortalAccountsContracts.csproj" />
|
||||||
|
<ProjectReference Include="..\PortalAccountsDatabaseImplement\PortalAccountsDatabaseImplement.csproj" />
|
||||||
|
<ProjectReference Include="..\RodionovLibrary\RodionovLibrary.csproj" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
41
COP/PortalAccountsView/Program.cs
Normal file
41
COP/PortalAccountsView/Program.cs
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
using PortalAccountsBusinessLogic.BusinessLogics;
|
||||||
|
using PortalAccountsContracts.BusinessLogicsContracts;
|
||||||
|
using PortalAccountsContracts.StoragesContracts;
|
||||||
|
using PortalAccountsDatabaseImplement.Implements;
|
||||||
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
|
|
||||||
|
namespace PortalAccountsView
|
||||||
|
{
|
||||||
|
internal static class Program
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// The main entry point for the application.
|
||||||
|
/// </summary>
|
||||||
|
private static ServiceProvider? _serviceProvider;
|
||||||
|
public static ServiceProvider? ServiceProvider => _serviceProvider;
|
||||||
|
[STAThread]
|
||||||
|
|
||||||
|
static void Main()
|
||||||
|
{
|
||||||
|
// To customize application configuration such as set high DPI settings or default font,
|
||||||
|
// see https://aka.ms/applicationconfiguration.
|
||||||
|
ApplicationConfiguration.Initialize();
|
||||||
|
var services = new ServiceCollection();
|
||||||
|
ConfigureServices(services);
|
||||||
|
_serviceProvider = services.BuildServiceProvider();
|
||||||
|
Application.Run(_serviceProvider.GetRequiredService<FormMain>());
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void ConfigureServices(ServiceCollection services)
|
||||||
|
{
|
||||||
|
services.AddTransient<IRoleStorage, RoleStorage>();
|
||||||
|
services.AddTransient<IAccountStorage, AccountStorage>();
|
||||||
|
services.AddTransient<IRoleLogic, RoleLogic>();
|
||||||
|
services.AddTransient<IAccountLogic, AccountLogic>();
|
||||||
|
services.AddTransient<FormMain>();
|
||||||
|
services.AddTransient<FormAccount>();
|
||||||
|
services.AddTransient<FormRoles>();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
16
COP/RodionovLibrary/Exceptions/NotMatchPatternException.cs
Normal file
16
COP/RodionovLibrary/Exceptions/NotMatchPatternException.cs
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
using System.Runtime.Serialization;
|
||||||
|
|
||||||
|
namespace RodionovLibrary.Exceptions
|
||||||
|
{
|
||||||
|
[Serializable]
|
||||||
|
public class NotMatchPatternException : ApplicationException
|
||||||
|
{
|
||||||
|
public NotMatchPatternException() : base() { }
|
||||||
|
|
||||||
|
public NotMatchPatternException(string message) : base(message) { }
|
||||||
|
|
||||||
|
public NotMatchPatternException(string message, Exception exception) : base(message, exception) { }
|
||||||
|
|
||||||
|
protected NotMatchPatternException(SerializationInfo info, StreamingContext contex) : base(info, contex) { }
|
||||||
|
}
|
||||||
|
}
|
16
COP/RodionovLibrary/Exceptions/NullPatternException.cs
Normal file
16
COP/RodionovLibrary/Exceptions/NullPatternException.cs
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
using System.Runtime.Serialization;
|
||||||
|
|
||||||
|
namespace RodionovLibrary.Exceptions
|
||||||
|
{
|
||||||
|
[Serializable]
|
||||||
|
public class NullPatternException : ApplicationException
|
||||||
|
{
|
||||||
|
public NullPatternException() : base() { }
|
||||||
|
|
||||||
|
public NullPatternException(string message) : base(message) { }
|
||||||
|
|
||||||
|
public NullPatternException(string message, Exception exception) : base(message, exception) { }
|
||||||
|
|
||||||
|
protected NullPatternException(SerializationInfo info, StreamingContext contex) : base(info, contex) { }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
namespace RodionovLibrary.NonVisualComponents.HelperEnums
|
||||||
|
{
|
||||||
|
public enum DiagramLegendLayout
|
||||||
|
{
|
||||||
|
None,
|
||||||
|
|
||||||
|
Left,
|
||||||
|
|
||||||
|
Top,
|
||||||
|
|
||||||
|
Right,
|
||||||
|
|
||||||
|
Bottom
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,13 @@
|
|||||||
|
namespace RodionovLibrary.NonVisualComponents.HelperModels
|
||||||
|
{
|
||||||
|
public class ColumnParameters
|
||||||
|
{
|
||||||
|
public string FirstRowHeader { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string SecondRowHeader { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string PropertyName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public double Width { get; set; }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,11 @@
|
|||||||
|
namespace RodionovLibrary.NonVisualComponents.HelperModels
|
||||||
|
{
|
||||||
|
public class SeriesParameters
|
||||||
|
{
|
||||||
|
public string SeriesName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public List<double> ValuesY { get; set; } = new();
|
||||||
|
|
||||||
|
public Color Color { get; set; }
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,19 @@
|
|||||||
|
using RodionovLibrary.NonVisualComponents.HelperEnums;
|
||||||
|
|
||||||
|
namespace RodionovLibrary.NonVisualComponents.HelperModels
|
||||||
|
{
|
||||||
|
public class WordDiagramInfo
|
||||||
|
{
|
||||||
|
public string FileName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string DocumentTitle { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string DiagramTitle { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public DiagramLegendLayout LegendLayout { get; set; }
|
||||||
|
|
||||||
|
public List<string> CategoriesX { get; set; } = new();
|
||||||
|
|
||||||
|
public List<SeriesParameters> SeriesParameters { get; set; } = new();
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,11 @@
|
|||||||
|
namespace RodionovLibrary.NonVisualComponents.HelperModels
|
||||||
|
{
|
||||||
|
public class WordLongTextInfo
|
||||||
|
{
|
||||||
|
public string FileName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string Title { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string[] Paragraphs { get; set; } = Array.Empty<string>();
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,15 @@
|
|||||||
|
namespace RodionovLibrary.NonVisualComponents.HelperModels
|
||||||
|
{
|
||||||
|
public class WordTableInfo<T>
|
||||||
|
{
|
||||||
|
public string FileName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string Title { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public List<ColumnParameters> ColumnParameters { get; set; } = new();
|
||||||
|
|
||||||
|
public List<T> Items { get; set; } = new();
|
||||||
|
|
||||||
|
public List<(int, int)> MergedColumns { get; set; } = new();
|
||||||
|
}
|
||||||
|
}
|
36
COP/RodionovLibrary/NonVisualComponents/WordDiagramComponent.Designer.cs
generated
Normal file
36
COP/RodionovLibrary/NonVisualComponents/WordDiagramComponent.Designer.cs
generated
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
namespace RodionovLibrary.NonVisualComponents
|
||||||
|
{
|
||||||
|
partial class WordDiagramComponent
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Обязательная переменная конструктора.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Освободить все используемые ресурсы.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Код, автоматически созданный конструктором компонентов
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||||||
|
/// содержимое этого метода с помощью редактора кода.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
components = new System.ComponentModel.Container();
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
}
|
||||||
|
}
|
128
COP/RodionovLibrary/NonVisualComponents/WordDiagramComponent.cs
Normal file
128
COP/RodionovLibrary/NonVisualComponents/WordDiagramComponent.cs
Normal file
@ -0,0 +1,128 @@
|
|||||||
|
using RodionovLibrary.NonVisualComponents.HelperEnums;
|
||||||
|
using RodionovLibrary.NonVisualComponents.HelperModels;
|
||||||
|
using Word = Microsoft.Office.Interop.Word;
|
||||||
|
using Excel = Microsoft.Office.Interop.Excel;
|
||||||
|
using System.ComponentModel;
|
||||||
|
|
||||||
|
namespace RodionovLibrary.NonVisualComponents
|
||||||
|
{
|
||||||
|
public partial class WordDiagramComponent : Component
|
||||||
|
{
|
||||||
|
public WordDiagramComponent()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public WordDiagramComponent(IContainer container)
|
||||||
|
{
|
||||||
|
container.Add(this);
|
||||||
|
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void CreateDiagramDocument(WordDiagramInfo diagramInfo)
|
||||||
|
{
|
||||||
|
ValidateDiagramInfo(diagramInfo);
|
||||||
|
|
||||||
|
var wordApp = new Word.Application();
|
||||||
|
var document = wordApp.Documents.Add();
|
||||||
|
|
||||||
|
AddTitle(document, diagramInfo.DocumentTitle);
|
||||||
|
|
||||||
|
AddChart(document, diagramInfo);
|
||||||
|
|
||||||
|
document.SaveAs2(diagramInfo.FileName);
|
||||||
|
wordApp.Quit();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void AddTitle(Word.Document document, string title)
|
||||||
|
{
|
||||||
|
var paragraph = document.Paragraphs.Add();
|
||||||
|
paragraph.Range.Text = title;
|
||||||
|
paragraph.Range.Font.Size = 24;
|
||||||
|
paragraph.Range.Font.Bold = 1;
|
||||||
|
paragraph.Alignment = Word.WdParagraphAlignment.wdAlignParagraphCenter;
|
||||||
|
paragraph.Range.InsertParagraphAfter();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void AddChart(Word.Document document, WordDiagramInfo diagramInfo)
|
||||||
|
{
|
||||||
|
var paragraph = document.Paragraphs.Add();
|
||||||
|
var chartShape = document.InlineShapes.AddChart2(-1, (Microsoft.Office.Core.XlChartType)Excel.XlChartType.xlLine, paragraph.Range);
|
||||||
|
var chart = chartShape.Chart;
|
||||||
|
|
||||||
|
chart.HasTitle = true;
|
||||||
|
chart.ChartTitle.Text = diagramInfo.DiagramTitle;
|
||||||
|
|
||||||
|
var chartSeriesCollection = chart.SeriesCollection();
|
||||||
|
for (int i = chartSeriesCollection.Count; i >= 1; i--)
|
||||||
|
{
|
||||||
|
chartSeriesCollection.Item(i).Delete();
|
||||||
|
}
|
||||||
|
|
||||||
|
var categoriesX = diagramInfo.CategoriesX.ToArray();
|
||||||
|
|
||||||
|
for (int i = 0; i < diagramInfo.SeriesParameters.Count; i++)
|
||||||
|
{
|
||||||
|
var seriesInfo = diagramInfo.SeriesParameters[i];
|
||||||
|
var series = chartSeriesCollection.NewSeries();
|
||||||
|
|
||||||
|
series.Name = seriesInfo.SeriesName;
|
||||||
|
series.Values = seriesInfo.ValuesY.ToArray();
|
||||||
|
series.XValues = categoriesX;
|
||||||
|
|
||||||
|
SetSeriesColor(series, seriesInfo.Color);
|
||||||
|
|
||||||
|
series.MarkerStyle = Excel.XlMarkerStyle.xlMarkerStyleCircle;
|
||||||
|
series.MarkerSize = 5;
|
||||||
|
}
|
||||||
|
|
||||||
|
chart.HasLegend = true;
|
||||||
|
chart.Legend.Position = diagramInfo.LegendLayout switch
|
||||||
|
{
|
||||||
|
DiagramLegendLayout.Left => Word.XlLegendPosition.xlLegendPositionLeft,
|
||||||
|
DiagramLegendLayout.Top => Word.XlLegendPosition.xlLegendPositionTop,
|
||||||
|
DiagramLegendLayout.Right => Word.XlLegendPosition.xlLegendPositionRight,
|
||||||
|
DiagramLegendLayout.Bottom => Word.XlLegendPosition.xlLegendPositionBottom,
|
||||||
|
_ => Word.XlLegendPosition.xlLegendPositionBottom,
|
||||||
|
};
|
||||||
|
|
||||||
|
chart.ChartData.Workbook.Application.Quit();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void SetSeriesColor(dynamic series, Color color)
|
||||||
|
{
|
||||||
|
series.Format.Line.ForeColor.RGB = ColorTranslator.ToOle(color);
|
||||||
|
series.Format.Fill.ForeColor.RGB = ColorTranslator.ToOle(color);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ValidateDiagramInfo(WordDiagramInfo diagramInfo)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(diagramInfo.FileName) || string.IsNullOrEmpty(diagramInfo.DocumentTitle) ||
|
||||||
|
string.IsNullOrEmpty(diagramInfo.DiagramTitle) || diagramInfo.CategoriesX == null ||
|
||||||
|
diagramInfo.CategoriesX.Count == 0 || diagramInfo.SeriesParameters == null ||
|
||||||
|
diagramInfo.SeriesParameters.Count == 0)
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Не все данные для диаграммы заполнены");
|
||||||
|
}
|
||||||
|
|
||||||
|
foreach (var series in diagramInfo.SeriesParameters)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(series.SeriesName))
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Название серии не может быть пустым");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (series.ValuesY == null || series.ValuesY.Count == 0)
|
||||||
|
{
|
||||||
|
throw new ArgumentException($"Список значений оси Y для серии '{series.SeriesName}' не заполнен");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (diagramInfo.CategoriesX.Count != series.ValuesY.Count)
|
||||||
|
{
|
||||||
|
throw new ArgumentException($"Количество категорий оси X и значений оси Y для серии '{series.SeriesName}' не совпадает");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
36
COP/RodionovLibrary/NonVisualComponents/WordLongTextComponent.Designer.cs
generated
Normal file
36
COP/RodionovLibrary/NonVisualComponents/WordLongTextComponent.Designer.cs
generated
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
namespace RodionovLibrary.NonVisualComponents
|
||||||
|
{
|
||||||
|
partial class WordLongTextComponent
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Обязательная переменная конструктора.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Освободить все используемые ресурсы.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Код, автоматически созданный конструктором компонентов
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||||||
|
/// содержимое этого метода с помощью редактора кода.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
components = new System.ComponentModel.Container();
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,86 @@
|
|||||||
|
using Microsoft.Office.Interop.Word;
|
||||||
|
using RodionovLibrary.NonVisualComponents.HelperModels;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using Application = Microsoft.Office.Interop.Word.Application;
|
||||||
|
|
||||||
|
namespace RodionovLibrary.NonVisualComponents
|
||||||
|
{
|
||||||
|
public partial class WordLongTextComponent : Component
|
||||||
|
{
|
||||||
|
private Application? _wordApp;
|
||||||
|
private Document? _document;
|
||||||
|
|
||||||
|
public WordLongTextComponent()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public WordLongTextComponent(IContainer container)
|
||||||
|
{
|
||||||
|
container.Add(this);
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void CreateWordText(WordLongTextInfo textInfo)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(textInfo.FileName) || string.IsNullOrEmpty(textInfo.Title) || !CheckData(textInfo.Paragraphs))
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Не все данные заполнены");
|
||||||
|
}
|
||||||
|
|
||||||
|
_wordApp = new Application();
|
||||||
|
_document = _wordApp.Documents.Add();
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
AddText(textInfo);
|
||||||
|
_document.SaveAs2(textInfo.FileName);
|
||||||
|
}
|
||||||
|
finally
|
||||||
|
{
|
||||||
|
_document.Close();
|
||||||
|
_wordApp.Quit();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void AddText(WordLongTextInfo textInfo)
|
||||||
|
{
|
||||||
|
if (_document == null)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
AddParagraph(textInfo.Title, fontSize: 22, isBold: true);
|
||||||
|
|
||||||
|
foreach (var paragraph in textInfo.Paragraphs)
|
||||||
|
{
|
||||||
|
AddParagraph(paragraph, fontSize: 14, isBold: false);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void AddParagraph(string text, int fontSize, bool isBold)
|
||||||
|
{
|
||||||
|
if (_document == null)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
var paragraph = _document.Content.Paragraphs.Add();
|
||||||
|
var range = paragraph.Range;
|
||||||
|
|
||||||
|
range.Text = text;
|
||||||
|
range.Font.Size = fontSize;
|
||||||
|
range.Font.Name = "Times New Roman";
|
||||||
|
range.Font.Bold = isBold ? 1 : 0;
|
||||||
|
|
||||||
|
paragraph.Alignment = WdParagraphAlignment.wdAlignParagraphJustify;
|
||||||
|
|
||||||
|
range.InsertParagraphAfter();
|
||||||
|
}
|
||||||
|
|
||||||
|
private bool CheckData(string[] data)
|
||||||
|
{
|
||||||
|
return data != null && data.Any() && data.All(d => !string.IsNullOrEmpty(d));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
36
COP/RodionovLibrary/NonVisualComponents/WordTableComponent.Designer.cs
generated
Normal file
36
COP/RodionovLibrary/NonVisualComponents/WordTableComponent.Designer.cs
generated
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
namespace RodionovLibrary.NonVisualComponents
|
||||||
|
{
|
||||||
|
partial class WordTableComponent
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Обязательная переменная конструктора.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Освободить все используемые ресурсы.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Код, автоматически созданный конструктором компонентов
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||||||
|
/// содержимое этого метода с помощью редактора кода.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
components = new System.ComponentModel.Container();
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
}
|
||||||
|
}
|
197
COP/RodionovLibrary/NonVisualComponents/WordTableComponent.cs
Normal file
197
COP/RodionovLibrary/NonVisualComponents/WordTableComponent.cs
Normal file
@ -0,0 +1,197 @@
|
|||||||
|
using Word = Microsoft.Office.Interop.Word;
|
||||||
|
using System.ComponentModel;
|
||||||
|
using RodionovLibrary.NonVisualComponents.HelperModels;
|
||||||
|
|
||||||
|
namespace RodionovLibrary.NonVisualComponents
|
||||||
|
{
|
||||||
|
public partial class WordTableComponent : Component
|
||||||
|
{
|
||||||
|
public WordTableComponent()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public WordTableComponent(IContainer container)
|
||||||
|
{
|
||||||
|
container.Add(this);
|
||||||
|
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void CreateTable<T>(WordTableInfo<T> tableInfo)
|
||||||
|
{
|
||||||
|
ValidateInputData(tableInfo);
|
||||||
|
|
||||||
|
var wordApp = new Word.Application();
|
||||||
|
var document = wordApp.Documents.Add();
|
||||||
|
var range = document.Range();
|
||||||
|
|
||||||
|
var paragraph = range.Paragraphs.Add();
|
||||||
|
paragraph.Range.Text = tableInfo.Title;
|
||||||
|
paragraph.Range.Font.Name = "Times New Roman";
|
||||||
|
paragraph.Range.Font.Size = 18;
|
||||||
|
paragraph.Range.Font.Bold = 1;
|
||||||
|
paragraph.Alignment = Word.WdParagraphAlignment.wdAlignParagraphCenter;
|
||||||
|
paragraph.Range.ParagraphFormat.SpaceAfter = 8;
|
||||||
|
paragraph.Range.InsertParagraphAfter();
|
||||||
|
|
||||||
|
var table = document.Tables.Add(paragraph.Range, tableInfo.Items.Count + 2, tableInfo.ColumnParameters.Count);
|
||||||
|
table.Borders.Enable = 1;
|
||||||
|
table.Range.Font.Name = "Times New Roman";
|
||||||
|
table.Range.Font.Size = 11;
|
||||||
|
|
||||||
|
for (int i = 0; i < tableInfo.ColumnParameters.Count; i++)
|
||||||
|
{
|
||||||
|
table.Columns[i + 1].Width = (float)(tableInfo.ColumnParameters[i].Width * 28.35);
|
||||||
|
}
|
||||||
|
|
||||||
|
AddTableHeaderRow(table, tableInfo.ColumnParameters, true);
|
||||||
|
|
||||||
|
AddTableHeaderRow(table, tableInfo.ColumnParameters, false);
|
||||||
|
|
||||||
|
MergeColumns(table, tableInfo.MergedColumns);
|
||||||
|
|
||||||
|
AddTableData(table, tableInfo.Items, tableInfo.ColumnParameters);
|
||||||
|
|
||||||
|
document.SaveAs2(tableInfo.FileName);
|
||||||
|
wordApp.Quit();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void AddTableHeaderRow(Word.Table table, List<ColumnParameters> columnParameters, bool isFirstRow)
|
||||||
|
{
|
||||||
|
for (int i = 0; i < columnParameters.Count; i++)
|
||||||
|
{
|
||||||
|
var header = isFirstRow ? columnParameters[i].FirstRowHeader : columnParameters[i].SecondRowHeader;
|
||||||
|
if (!string.IsNullOrEmpty(header))
|
||||||
|
{
|
||||||
|
var cell = table.Cell(isFirstRow ? 1 : 2, i + 1);
|
||||||
|
cell.Range.Text = header;
|
||||||
|
cell.Range.Bold = 1;
|
||||||
|
cell.Range.ParagraphFormat.Alignment = Word.WdParagraphAlignment.wdAlignParagraphCenter;
|
||||||
|
cell.VerticalAlignment = Word.WdCellVerticalAlignment.wdCellAlignVerticalCenter;
|
||||||
|
cell.Range.ParagraphFormat.SpaceBefore = 4;
|
||||||
|
cell.Range.ParagraphFormat.SpaceAfter = 4;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void MergeColumns(Word.Table table, List<(int start, int end)> mergedColumns)
|
||||||
|
{
|
||||||
|
for (int i = 1; i <= table.Columns.Count; i++)
|
||||||
|
{
|
||||||
|
bool isMergedHorizontally = mergedColumns.Any(m => m.start <= i - 1 && m.end >= i - 1);
|
||||||
|
|
||||||
|
if (!isMergedHorizontally)
|
||||||
|
{
|
||||||
|
table.Cell(1, i).Merge(table.Cell(2, i));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
int xOffset = 0;
|
||||||
|
foreach (var (start, end) in mergedColumns)
|
||||||
|
{
|
||||||
|
var cellStart = table.Cell(1, start + 1 - xOffset);
|
||||||
|
var cellEnd = table.Cell(1, end + 1 - xOffset);
|
||||||
|
|
||||||
|
string textToKeep = cellStart.Range.Text.TrimEnd('\r', '\a');
|
||||||
|
cellStart.Merge(cellEnd);
|
||||||
|
cellStart.Range.Text = textToKeep;
|
||||||
|
|
||||||
|
xOffset += end - start;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void AddTableData<T>(Word.Table table, List<T> items, List<ColumnParameters> columnParameters)
|
||||||
|
{
|
||||||
|
for (int rowIndex = 0; rowIndex < items.Count; rowIndex++)
|
||||||
|
{
|
||||||
|
var item = items[rowIndex];
|
||||||
|
for (int colIndex = 0; colIndex < columnParameters.Count; colIndex++)
|
||||||
|
{
|
||||||
|
var property = typeof(T).GetProperty(columnParameters[colIndex].PropertyName);
|
||||||
|
var value = property?.GetValue(item)?.ToString() ?? string.Empty;
|
||||||
|
table.Cell(rowIndex + 3, colIndex + 1).Range.Text = value;
|
||||||
|
table.Cell(rowIndex + 3, colIndex + 1).Range.Bold = 0;
|
||||||
|
table.Cell(rowIndex + 3, colIndex + 1).Range.ParagraphFormat.Alignment = Word.WdParagraphAlignment.wdAlignParagraphCenter;
|
||||||
|
table.Cell(rowIndex + 3, colIndex + 1).VerticalAlignment = Word.WdCellVerticalAlignment.wdCellAlignVerticalCenter;
|
||||||
|
table.Cell(rowIndex + 3, colIndex + 1).Range.ParagraphFormat.SpaceBefore = 2;
|
||||||
|
table.Cell(rowIndex + 3, colIndex + 1).Range.ParagraphFormat.SpaceAfter = 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ValidateInputData<T>(WordTableInfo<T> tableInfo)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(tableInfo.FileName) || string.IsNullOrEmpty(tableInfo.Title))
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Не все данные заполнены");
|
||||||
|
}
|
||||||
|
|
||||||
|
CheckColumnParameters(tableInfo.ColumnParameters);
|
||||||
|
|
||||||
|
if (tableInfo.Items == null || tableInfo.Items.Count == 0)
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Данные для основной части таблицы не заданы");
|
||||||
|
}
|
||||||
|
|
||||||
|
foreach (var column in tableInfo.ColumnParameters)
|
||||||
|
{
|
||||||
|
if (typeof(T).GetProperty(column.PropertyName) == null)
|
||||||
|
{
|
||||||
|
throw new ArgumentException($"Свойство '{column.PropertyName}' не найдено в классе {typeof(T).Name}.");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ValidateMergedColumns(tableInfo.MergedColumns, tableInfo.ColumnParameters.Count);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void CheckColumnParameters(List<ColumnParameters> columnParameters)
|
||||||
|
{
|
||||||
|
if (columnParameters == null || columnParameters.Count == 0)
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Не заданы колонки для таблицы");
|
||||||
|
}
|
||||||
|
|
||||||
|
foreach (var column in columnParameters)
|
||||||
|
{
|
||||||
|
if (string.IsNullOrEmpty(column.FirstRowHeader) && string.IsNullOrEmpty(column.SecondRowHeader))
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Заголовок не задан для одной из колонок в таблице");
|
||||||
|
}
|
||||||
|
if (column.Width <= 0)
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Ширина колонки должна быть больше нуля.");
|
||||||
|
}
|
||||||
|
if (string.IsNullOrEmpty(column.PropertyName))
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Свойство не задано для одной из колонок.");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ValidateMergedColumns(List<(int start, int end)> mergedColumns, int totalColumns)
|
||||||
|
{
|
||||||
|
if (mergedColumns == null || mergedColumns.Count == 0)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
foreach (var (start, end) in mergedColumns)
|
||||||
|
{
|
||||||
|
if (start < 0 || end >= totalColumns)
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Индексы объединенных колонок выходят за пределы допустимых значений.");
|
||||||
|
}
|
||||||
|
|
||||||
|
var overlappingRanges = mergedColumns
|
||||||
|
.Where(m => m != (start, end))
|
||||||
|
.Any(m => m.start <= end && m.end >= start);
|
||||||
|
|
||||||
|
if (overlappingRanges)
|
||||||
|
{
|
||||||
|
throw new ArgumentException("Объединенные ячейки пересекаются.");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -5,6 +5,37 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<UseWindowsForms>true</UseWindowsForms>
|
<UseWindowsForms>true</UseWindowsForms>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<COMReference Include="Microsoft.Office.Interop.Excel">
|
||||||
|
<WrapperTool>tlbimp</WrapperTool>
|
||||||
|
<VersionMinor>9</VersionMinor>
|
||||||
|
<VersionMajor>1</VersionMajor>
|
||||||
|
<Guid>00020813-0000-0000-c000-000000000046</Guid>
|
||||||
|
<Lcid>0</Lcid>
|
||||||
|
<Isolated>false</Isolated>
|
||||||
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||||
|
</COMReference>
|
||||||
|
<COMReference Include="Microsoft.Office.Interop.Word">
|
||||||
|
<WrapperTool>tlbimp</WrapperTool>
|
||||||
|
<VersionMinor>7</VersionMinor>
|
||||||
|
<VersionMajor>8</VersionMajor>
|
||||||
|
<Guid>00020905-0000-0000-c000-000000000046</Guid>
|
||||||
|
<Lcid>0</Lcid>
|
||||||
|
<Isolated>false</Isolated>
|
||||||
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||||
|
</COMReference>
|
||||||
|
<COMReference Include="Microsoft.Office.Core">
|
||||||
|
<WrapperTool>tlbimp</WrapperTool>
|
||||||
|
<VersionMinor>8</VersionMinor>
|
||||||
|
<VersionMajor>2</VersionMajor>
|
||||||
|
<Guid>2df8d04c-5bfa-101b-bde5-00aa0044de52</Guid>
|
||||||
|
<Lcid>0</Lcid>
|
||||||
|
<Isolated>false</Isolated>
|
||||||
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||||
|
</COMReference>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
60
COP/RodionovLibrary/VisualComponents/ComboBoxControl.Designer.cs
generated
Normal file
60
COP/RodionovLibrary/VisualComponents/ComboBoxControl.Designer.cs
generated
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
namespace RodionovLibrary.VisualComponents
|
||||||
|
{
|
||||||
|
partial class ComboBoxControl
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Обязательная переменная конструктора.
|
||||||
|
/// </summary>
|
||||||
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Освободить все используемые ресурсы.
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||||||
|
protected override void Dispose(bool disposing)
|
||||||
|
{
|
||||||
|
if (disposing && (components != null))
|
||||||
|
{
|
||||||
|
components.Dispose();
|
||||||
|
}
|
||||||
|
base.Dispose(disposing);
|
||||||
|
}
|
||||||
|
|
||||||
|
#region Код, автоматически созданный конструктором компонентов
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||||||
|
/// содержимое этого метода с помощью редактора кода.
|
||||||
|
/// </summary>
|
||||||
|
private void InitializeComponent()
|
||||||
|
{
|
||||||
|
comboBox = new ComboBox();
|
||||||
|
SuspendLayout();
|
||||||
|
//
|
||||||
|
// comboBox
|
||||||
|
//
|
||||||
|
comboBox.Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
|
||||||
|
comboBox.FormattingEnabled = true;
|
||||||
|
comboBox.Location = new Point(1, 0);
|
||||||
|
comboBox.Margin = new Padding(3, 4, 3, 4);
|
||||||
|
comboBox.Name = "comboBox";
|
||||||
|
comboBox.Size = new Size(874, 28);
|
||||||
|
comboBox.TabIndex = 0;
|
||||||
|
comboBox.SelectedIndexChanged += ComboBox_SelectedIndexChanged;
|
||||||
|
//
|
||||||
|
// ComboBoxControl
|
||||||
|
//
|
||||||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||||
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
|
Controls.Add(comboBox);
|
||||||
|
Margin = new Padding(3, 4, 3, 4);
|
||||||
|
Name = "ComboBoxControl";
|
||||||
|
Size = new Size(875, 35);
|
||||||
|
ResumeLayout(false);
|
||||||
|
}
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
private ComboBox comboBox;
|
||||||
|
}
|
||||||
|
}
|
51
COP/RodionovLibrary/VisualComponents/ComboBoxControl.cs
Normal file
51
COP/RodionovLibrary/VisualComponents/ComboBoxControl.cs
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
namespace RodionovLibrary.VisualComponents
|
||||||
|
{
|
||||||
|
public partial class ComboBoxControl : UserControl
|
||||||
|
{
|
||||||
|
private event EventHandler? _valueChanged;
|
||||||
|
|
||||||
|
public event EventHandler ValueChanged
|
||||||
|
{
|
||||||
|
add { _valueChanged += value; }
|
||||||
|
remove { _valueChanged -= value; }
|
||||||
|
}
|
||||||
|
|
||||||
|
public string SelectedValue
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return comboBox.SelectedItem?.ToString() ?? "";
|
||||||
|
}
|
||||||
|
set
|
||||||
|
{
|
||||||
|
if (comboBox.Items.Contains(value))
|
||||||
|
{
|
||||||
|
comboBox.SelectedItem = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public ComboBoxControl()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void AddItems(List<string> items)
|
||||||
|
{
|
||||||
|
foreach (string item in items)
|
||||||
|
{
|
||||||
|
comboBox.Items.Add(item);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public void Clear()
|
||||||
|
{
|
||||||
|
comboBox.Items.Clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void ComboBox_SelectedIndexChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
_valueChanged?.Invoke(sender, e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user