C# 클래스 AuthorityManagement.Presentations.Attributes.SystemModelAttribute

收集系统模块.
상속: System.Attribute
파일 보기 프로젝트 열기: ZhaoRd/Zrd_0001_AuthorityManagement

공개 메소드들

메소드 설명
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