Show / Hide Table of Contents

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 Source

Account

帳號

Declaration
public string Account { get; set; }
Property Value
Type Description
System.String
View Source

BirthDate

生日

Declaration
public DateTime? BirthDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
View Source

BusinessCard

名片職稱

Declaration
public string BusinessCard { get; set; }
Property Value
Type Description
System.String
View Source

DeptCode

部門代碼

Declaration
public string DeptCode { get; set; }
Property Value
Type Description
System.String
View Source

Email

主要信箱

Declaration
public string Email { get; set; }
Property Value
Type Description
System.String
View Source

EmailEx

次要信箱

Declaration
public string EmailEx { get; set; }
Property Value
Type Description
System.String
View Source

EmployeeNumber

員工編號

Declaration
public string EmployeeNumber { get; set; }
Property Value
Type Description
System.String
View Source

Enabled

啟用

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean
View Source

EnglishName

英文名稱

Declaration
public string EnglishName { get; set; }
Property Value
Type Description
System.String
View Source

Gender

性別

Declaration
public string Gender { get; set; }
Property Value
Type Description
System.String
View Source

HireDate

離職日

Declaration
public DateTime? HireDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
View Source

IdCardNumber

身分證字號

Declaration
public string IdCardNumber { get; set; }
Property Value
Type Description
System.String
View Source

Locked

鎖定

Declaration
public bool Locked { get; set; }
Property Value
Type Description
System.Boolean
View Source

Name

中文名稱

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

PhoneNumber

行動電話

Declaration
public string PhoneNumber { get; set; }
Property Value
Type Description
System.String
View Source

ResignationDate

到職日

Declaration
public DateTime? ResignationDate { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
  • View Source
In This Article
Back to top Generated by DocFX