Show / Hide Table of Contents

Class EmpCreateRequestModel

新增員工。

Inheritance
System.Object
RequestModel
EmpCreateRequestModel
Inherited Members
RequestModel.CorpCode
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 EmpCreateRequestModel : RequestModel

Constructors

View Source

EmpCreateRequestModel()

Declaration
public EmpCreateRequestModel()

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

Depts

部門。

Declaration
public List<EmpCreateOfDeptItemRequestModel> Depts { get; set; }
Property Value
Type Description
System.Collections.Generic.List<EmpCreateOfDeptItemRequestModel>
View Source

Email

電子郵件地址。

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

EmailEx

電子郵件地址2。

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

EnglishName

英文名。

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

ExpiredTime

離職日期。

Declaration
public DateTime? ExpiredTime { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>
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

LoginValidation

登入驗證方式,請參考文件填寫。

Declaration
public List<string> LoginValidation { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
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
In This Article
Back to top Generated by DocFX