BackendPageInfo class
小于 1 分钟
BackendPageInfo class
后台页面信息
[AttributeUsage(AttributeTargets.Class)]
public class BackendPageInfo : Attribute| parameter | description |
|---|---|
| id | 页面ID |
| name | 页面名称 |
| icon | 页面图标 |
| category |
Public Members
| name | description |
|---|---|
| BackendPageInfo(…) | 后台页面信息 |
| Category | 页面类别 |
| Icon | 页面图标 |
| Id | 页面ID |
| Name | 页面名称 |
| PageType | 页面类型 |
See Also
- namespace neo_bpsys_wpf.Core.Attributes
