QuickAdmin.Net Reference
C#
Show/Hide TOC
User
Service
Educations Property
指示学历都有哪些。
Definition
Namespace:
QuickAdmin.Service.Admin
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.6
C#
Copy
public
virtual
string
[]
Educations
{
get
; }
Property Value
string
默认返回
[小学, 初中, 高中, 大专, 本科, 硕士, 博士]
。
Implements
IUserService
Educations
Remarks
用于编辑用户信息时可选取的学历。
若在派生类重写,不可返回
null
。
See Also
Reference
UserService Class
QuickAdmin.Service.Admin Namespace
In This Article
Definition
Property Value
Implements
Remarks
See Also