Show / Hide Table of Contents

Class DeptUserPunchApiRequestModel

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

Properties

View Source

ContainChild

包含子部門

Declaration
[Required]
public bool ContainChild { get; set; }
Property Value
Type Description
System.Boolean
View Source

DeptCode

部門代號

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