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