Table of Contents

Class DepartmentBatchMoveResultModel

Namespace
Ede.Uofx.PubApi.Sdk.NetStd.Models.Base
Assembly
Ede.Uofx.PubApi.Sdk.NetStd.dll

部門批次移動結果

public class DepartmentBatchMoveResultModel
Inheritance
DepartmentBatchMoveResultModel
Inherited Members

Properties

DisableDept

被停用的部門

public List<string> DisableDept { get; set; }

Property Value

List<string>

DisableEmplOfAccount

被停用的使用者 (以帳號呈現)

public List<string> DisableEmplOfAccount { get; set; }

Property Value

List<string>

DisableEmplOfEmployeeNumber

被停用的使用者 (以員編呈現)

public List<string> DisableEmplOfEmployeeNumber { get; set; }

Property Value

List<string>

EnableDept

被啟用的部門

public List<string> EnableDept { get; set; }

Property Value

List<string>

RemoveSubDeptEmpl

被移除兼任部門的使用者

public List<RomoveSubDeptEmplModel> RemoveSubDeptEmpl { get; set; }

Property Value

List<RomoveSubDeptEmplModel>