C# Класс AuthorityManagement.Presentations.Attributes.SystemModelAttribute

收集系统模块.
Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
SystemModelAttribute ( string name, PermissionValue permissionValue = PermissionValue.All, string groupName = null ) : System

Initializes a new instance of the SystemModelAttribute class.

Описание методов

SystemModelAttribute() публичный Метод

Initializes a new instance of the SystemModelAttribute class.
public SystemModelAttribute ( string name, PermissionValue permissionValue = PermissionValue.All, string groupName = null ) : System
name string /// 模块名称. ///
permissionValue PermissionValue /// 模块权限值. ///
groupName string /// 分组名称. ///
Результат System