описание контролов
This commit is contained in:
parent
89affe64e3
commit
3aaa8edb09
@ -7,6 +7,9 @@ using System;
|
||||
|
||||
namespace SecurityWindowsDesktop.EntityControls
|
||||
{
|
||||
/// <summary>
|
||||
/// Реализация контрола для доступа
|
||||
/// </summary>
|
||||
public partial class ControlAccessElement :
|
||||
GenericControlEntityElement<AccessGetBindingModel, AccessSetBindingModel, AccessListViewModel, AccessViewModel, AccessBusinessLogic>,
|
||||
IGenericControlEntityElement
|
||||
|
@ -7,6 +7,9 @@ using System;
|
||||
|
||||
namespace SecurityWindowsDesktop.EntityControls
|
||||
{
|
||||
/// <summary>
|
||||
/// Реализация контрола для настройки среды
|
||||
/// </summary>
|
||||
public partial class ControlEnviromentSettingElement :
|
||||
GenericControlEntityElement<EnviromentSettingGetBindingModel, EnviromentSettingSetBindingModel, EnviromentSettingListViewModel, EnviromentSettingViewModel, EnviromentSettingBusinessLogic>,
|
||||
IGenericControlEntityElement
|
||||
|
@ -7,6 +7,9 @@ using System;
|
||||
|
||||
namespace SecurityWindowsDesktop.EntityControls
|
||||
{
|
||||
/// <summary>
|
||||
/// Реализация контрола для роли
|
||||
/// </summary>
|
||||
public partial class ControlRoleElement :
|
||||
GenericControlEntityElement<RoleGetBindingModel, RoleSetBindingModel, RoleListViewModel, RoleViewModel, RoleBusinessLogic>,
|
||||
IGenericControlEntityElement
|
||||
|
@ -7,6 +7,9 @@ using System;
|
||||
|
||||
namespace SecurityWindowsDesktop.EntityControls
|
||||
{
|
||||
/// <summary>
|
||||
/// Реализация контрола для сотрудника
|
||||
/// </summary>
|
||||
public partial class ControlUserElement :
|
||||
GenericControlEntityElement<UserGetBindingModel, UserSetBindingModel, UserListViewModel, UserViewModel, UserBusinessLogic>,
|
||||
IGenericControlEntityElement
|
||||
|
@ -7,6 +7,9 @@ using System;
|
||||
|
||||
namespace SecurityWindowsDesktop.EntityControls
|
||||
{
|
||||
/// <summary>
|
||||
/// Реализация контрола для связи сотрудника с ролью
|
||||
/// </summary>
|
||||
public partial class ControlUserRoleElement :
|
||||
GenericControlEntityElement<UserRoleGetBindingModel, UserRoleSetBindingModel, UserRoleListViewModel, UserRoleViewModel, UserRoleBusinessLogic>,
|
||||
IGenericControlEntityElement
|
||||
|
Loading…
Reference in New Issue
Block a user