Show / Hide Table of Contents

Class UserPunchApiRequestBase

Inheritance
System.Object
UserPunchApiRequestBase
DeptUserPunchApiRequestModel
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 UserPunchApiRequestBase

Properties

View Source

CorpCode

公司代號

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

EndDate

時間訖

Declaration
[Required]
public DateTimeOffset EndDate { get; set; }
Property Value
Type Description
System.DateTimeOffset
View Source

QueryPunchHistoryType

打卡類型類型(0:全部,1:出勤,2:外出)

Declaration
[Required]
public int QueryPunchHistoryType { get; set; }
Property Value
Type Description
System.Int32
View Source

StartDate

時間起

Declaration
[Required]
public DateTimeOffset StartDate { get; set; }
Property Value
Type Description
System.DateTimeOffset
View Source

TimeZoneId

時區Id (ex: "Taipei Standard Time")

Declaration
[Required]
public string TimeZoneId { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
  • Properties
    • CorpCode
    • EndDate
    • QueryPunchHistoryType
    • StartDate
    • TimeZoneId
Back to top Generated by DocFX