IEmployee Interface

人員介面定義

Definition

Namespace: eBizprise.Framework.Common.Database.Interface
Assembly: eBizprise.Framework.Common.Database (in eBizprise.Framework.Common.Database.dll) Version: 25.0.0.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public interface IEmployee : IEmployee
Implements
IEmployee

Properties

Account 帳號
(Inherited from IEmployee)
Cellphone 手機
(Inherited from IEmployee)
DepartmentId 單位識別碼
(Inherited from IEmployee)
EffectiveDate 生效日
(Inherited from IEmployee)
Email 電子郵件
(Inherited from IEmployee)
EmployeeId 人員識別碼
(Inherited from IEmployee)
ErrorCount 錯誤次數
(Inherited from IEmployee)
Extension 分機
(Inherited from IEmployee)
IneffectiveDate 失效日
(Inherited from IEmployee)
IsNeedChangePassword 是否需變更密碼
(Inherited from IEmployee)
LoginDateTime 登入時間
(Inherited from IEmployee)
Name 姓名
(Inherited from IEmployee)
SecurityHash 安全雜湊
(Inherited from IEmployee)
SecuritySalt 安全鹽值
(Inherited from IEmployee)
StatusId 狀態識別碼
(Inherited from IEmployee)
Telephone 電話
(Inherited from IEmployee)

Methods

GetGroups 取得指派群組
GetMenuAuthoritys 取得授權角色包含的功能權限
GetMenus 取得授權角色包含的功能
GetPrograms 取得授權角色包含的程式
GetRoles 取得授權角色

See Also