C# Class AuthorityManagement.Presentations.Attributes.SystemModelAttribute

收集系统模块.
Inheritance: System.Attribute
Mostrar archivo Open project: ZhaoRd/Zrd_0001_AuthorityManagement

Public Methods

Method Description
SystemModelAttribute ( string name, PermissionValue permissionValue = PermissionValue.All, string groupName = null ) : System

Initializes a new instance of the SystemModelAttribute class.

Method Details

SystemModelAttribute() public method

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 /// 分组名称. ///
return System