QuickAdmin.Net Reference
C#
Show/Hide TOC
Dept
Service
OPModule Property
获取本服务对应操作模块的名称。
Definition
Namespace:
QuickAdmin.Service.Admin
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.10
C#
Copy
public
override
string
OPModule
{
get
; }
Property Value
string
Implements
IOperationLogModule
OPModule
IOperationLogModule
OPModule
Remarks
记录操作日志时使用,与操作日志实体的
OPModule
对应,默认为
null
,派生类应重写此属性。
See Also
Reference
DeptService Class
QuickAdmin.Service.Admin Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also