Show / Hide Table of Contents

Class DepartmentBatchMoveResultModel

部門批次移動結果

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

Properties

View Source

DisableDept

被停用的部門

Declaration
public List<string> DisableDept { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

DisableEmplOfAccount

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

Declaration
public List<string> DisableEmplOfAccount { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

DisableEmplOfEmployeeNumber

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

Declaration
public List<string> DisableEmplOfEmployeeNumber { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

EnableDept

被啟用的部門

Declaration
public List<string> EnableDept { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

RemoveSubDeptEmpl

被移除兼任部門的使用者

Declaration
public List<RomoveSubDeptEmplModel> RemoveSubDeptEmpl { get; set; }
Property Value
Type Description
System.Collections.Generic.List<RomoveSubDeptEmplModel>
  • View Source
In This Article
Back to top Generated by DocFX