Show / Hide Table of Contents

Class UserPunchInfoModel

Inheritance
System.Object
UserPunchInfoModel
DeptUserPunchInfoModel
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 UserPunchInfoModel

Properties

View Source

Account

Declaration
public string Account { get; set; }
Property Value
Type Description
System.String
View Source

CorpCode

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

EmployeeNo

Declaration
public string EmployeeNo { get; set; }
Property Value
Type Description
System.String
View Source

Location

Declaration
public string Location { get; set; }
Property Value
Type Description
System.String
View Source

PunchDate

Declaration
public DateTimeOffset PunchDate { get; set; }
Property Value
Type Description
System.DateTimeOffset
View Source

PunchType

0:上班, 1:下班

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