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 SourceAccountModel(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 SourceAccount
人員帳號
Declaration
public string Account { get; }
Property Value
Type | Description |
---|---|
System.String |
CorpCode
Declaration
public string CorpCode { get; }
Property Value
Type | Description |
---|---|
System.String |
DeptCode
部門代碼,此人員所屬的部門
Declaration
public string DeptCode { get; }
Property Value
Type | Description |
---|---|
System.String |