Show / Hide Table of Contents

Interface IAccountModel

使用者帳號模型

Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Interfaces
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public interface IAccountModel

Properties

View Source

Account

呼叫的使用者帳號,需在 UOF X 系統有對應一樣的帳號

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

CorpCode

公司代號,兼職人員需填原公司之代號 (兼職才須填)

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