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 SourceDisableDept
被停用的部門
Declaration
public List<string> DisableDept { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
DisableEmplOfAccount
被停用的使用者 (以帳號呈現)
Declaration
public List<string> DisableEmplOfAccount { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
DisableEmplOfEmployeeNumber
被停用的使用者 (以員編呈現)
Declaration
public List<string> DisableEmplOfEmployeeNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
EnableDept
被啟用的部門
Declaration
public List<string> EnableDept { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
RemoveSubDeptEmpl
被移除兼任部門的使用者
Declaration
public List<RomoveSubDeptEmplModel> RemoveSubDeptEmpl { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RomoveSubDeptEmplModel> |