Show / Hide Table of Contents

Class AccountModel

人員帳號資訊

Inheritance
System.Object
AccountModel
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.Helpers
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class AccountModel

Constructors

View Source

AccountModel(String, String, String)

Declaration
public AccountModel(string account, string deptCode, string corpCode = null)
Parameters
Type Name Description
System.String account

人員帳號

System.String deptCode

部門代碼,此人員所屬的部門

System.String corpCode

申請者原公司代碼(如為其他公司兼職才需要填)

Properties

View Source

Account

人員帳號

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

CorpCode

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

DeptCode

部門代碼,此人員所屬的部門

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