Class EmplUpdateRequestModel
更新員工。
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 EmplUpdateRequestModel : RequestModel
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 |
電子郵件地址。
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 |
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 |
UserCode
使用者代碼。
Declaration
public string UserCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserType
使用者類型。
Declaration
public UserType UserType { get; set; }
Property Value
Type | Description |
---|---|
UserType |