From 3aaa8edb097247395c2cc1a2f28635345ffcc363 Mon Sep 17 00:00:00 2001 From: kotcheshir73 Date: Sat, 3 Apr 2021 10:29:27 +0400 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BA=D0=BE=D0=BD=D1=82=D1=80=D0=BE=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EntityControls/ControlAccessElement.cs | 3 +++ .../EntityControls/ControlEnviromentSettingElement.cs | 3 +++ .../EntityControls/ControlRoleElement.cs | 3 +++ .../EntityControls/ControlUserElement.cs | 3 +++ .../EntityControls/ControlUserRoleElement.cs | 3 +++ 5 files changed, 15 insertions(+) diff --git a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlAccessElement.cs b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlAccessElement.cs index 5fed30a..e8d9d9c 100644 --- a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlAccessElement.cs +++ b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlAccessElement.cs @@ -7,6 +7,9 @@ using System; namespace SecurityWindowsDesktop.EntityControls { + /// + /// Реализация контрола для доступа + /// public partial class ControlAccessElement : GenericControlEntityElement, IGenericControlEntityElement diff --git a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlEnviromentSettingElement.cs b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlEnviromentSettingElement.cs index 587d129..e598d28 100644 --- a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlEnviromentSettingElement.cs +++ b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlEnviromentSettingElement.cs @@ -7,6 +7,9 @@ using System; namespace SecurityWindowsDesktop.EntityControls { + /// + /// Реализация контрола для настройки среды + /// public partial class ControlEnviromentSettingElement : GenericControlEntityElement, IGenericControlEntityElement diff --git a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlRoleElement.cs b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlRoleElement.cs index 9d96fca..fb113a2 100644 --- a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlRoleElement.cs +++ b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlRoleElement.cs @@ -7,6 +7,9 @@ using System; namespace SecurityWindowsDesktop.EntityControls { + /// + /// Реализация контрола для роли + /// public partial class ControlRoleElement : GenericControlEntityElement, IGenericControlEntityElement diff --git a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserElement.cs b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserElement.cs index 7481507..74624cb 100644 --- a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserElement.cs +++ b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserElement.cs @@ -7,6 +7,9 @@ using System; namespace SecurityWindowsDesktop.EntityControls { + /// + /// Реализация контрола для сотрудника + /// public partial class ControlUserElement : GenericControlEntityElement, IGenericControlEntityElement diff --git a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserRoleElement.cs b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserRoleElement.cs index 1019f08..ea64e93 100644 --- a/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserRoleElement.cs +++ b/DepartmentPortal/Security/SecurityWindowsDesktop/EntityControls/ControlUserRoleElement.cs @@ -7,6 +7,9 @@ using System; namespace SecurityWindowsDesktop.EntityControls { + /// + /// Реализация контрола для связи сотрудника с ролью + /// public partial class ControlUserRoleElement : GenericControlEntityElement, IGenericControlEntityElement