Show / Hide Table of Contents

Class DeptModel

部門資訊

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

Constructors

View Source

DeptModel(String, Boolean)

Declaration
public DeptModel(string code, bool containsChildren = false)
Parameters
Type Name Description
System.String code

部門代碼

System.Boolean containsChildren

是否包含子部門

Properties

View Source

Code

部門代碼

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

ContainsChildren

是否包含子部門

Declaration
public bool ContainsChildren { get; }
Property Value
Type Description
System.Boolean
  • View Source
In This Article
Back to top Generated by DocFX