Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道我是否可以/应该使用对 SysUser 类的继承来对用户类型进行建模,或者我是否“搞砸”了与 SysUser 类相关的固有功能?
SysUser 是 MDriven Turnkey 中 ASP.NET Identity 实现的一部分。因此,当用户登录(通过表单或通过联合登录)时,我们会寻找匹配的 SysUser。
您不应该继承或删除它(所有 Sys...-classes 相同)。您可以添加属性和关联。
考虑添加一个 UserType 类标记 SysUsers,其中一个或多个具有关联。