Show / Hide Table of Contents

Class DeptItem

部門。

Inheritance
System.Object
DeptItem
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 DeptItem

Constructors

View Source

DeptItem()

Declaration
public DeptItem()

Properties

View Source

Code

部門代碼。

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

IsMainDept

是否為主部門。

Declaration
public bool IsMainDept { get; set; }
Property Value
Type Description
System.Boolean
View Source

JobFuncs

職務項目。

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

JobTitle

職位名稱。

Declaration
public JobTitleItem JobTitle { get; set; }
Property Value
Type Description
JobTitleItem
View Source

Name

部門名稱。

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

SuperVisorAccount

簽核主管帳號。

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

SuperVisorEmplNumber

簽核主管員編。

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