Show / Hide Table of Contents

Class UserPunchApiRequestModel

Inheritance
System.Object
UserPunchApiRequestBase
UserPunchApiRequestModel
Inherited Members
UserPunchApiRequestBase.CorpCode
UserPunchApiRequestBase.StartDate
UserPunchApiRequestBase.EndDate
UserPunchApiRequestBase.TimeZoneId
UserPunchApiRequestBase.QueryPunchHistoryType
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 Source

UserCode

人員識別碼(依UserType填入對應值)

Declaration
[Required]
public string UserCode { get; set; }
Property Value
Type Description
System.String
View Source

UserType

人員資料類型(0:Account, 1:EmployeeNo)

Declaration
[Required]
public int UserType { get; set; }
Property Value
Type Description
System.Int32
  • View Source
In This Article
Back to top Generated by DocFX