Class EmpCreateRequestModel
新增員工。
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 EmpCreateRequestModel : RequestModel
Constructors
View SourceEmpCreateRequestModel()
Declaration
public EmpCreateRequestModel()
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 |
Depts
部門。
Declaration
public List<EmpCreateOfDeptItemRequestModel> Depts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EmpCreateOfDeptItemRequestModel> |
電子郵件地址。
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmailEx
電子郵件地址2。
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 |
EnglishName
英文名。
Declaration
public string EnglishName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExpiredTime
離職日期。
Declaration
public DateTime? ExpiredTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
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 |
LoginValidation
登入驗證方式,請參考文件填寫。
Declaration
public List<string> LoginValidation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
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 |