Class EmployeeInfoModel
員工資料
Inheritance
System.Object
EmployeeInfoModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Models.Base
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class EmployeeInfoModel
Properties
View SourceAccount
帳號
Declaration
public string Account { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BirthDate
生日
Declaration
public DateTime? BirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
BusinessCard
名片職稱
Declaration
public string BusinessCard { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DeptCode
部門代碼
Declaration
public string DeptCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
主要信箱
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmailEx
次要信箱
Declaration
public string EmailEx { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmployeeNumber
員工編號
Declaration
public string EmployeeNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Enabled
啟用
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnglishName
英文名稱
Declaration
public string EnglishName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Gender
性別
Declaration
public string Gender { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HireDate
離職日
Declaration
public DateTime? HireDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
IdCardNumber
身分證字號
Declaration
public string IdCardNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Locked
鎖定
Declaration
public bool Locked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
中文名稱
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumber
行動電話
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResignationDate
到職日
Declaration
public DateTime? ResignationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |