Class UserPunchApiRequestModel
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.Eip
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class UserPunchApiRequestModel : UserPunchApiRequestBase
Properties
View SourceUserCode
人員識別碼(依UserType填入對應值)
Declaration
[Required]
public string UserCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserType
人員資料類型(0:Account, 1:EmployeeNo)
Declaration
[Required]
public int UserType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |