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 SourceDeptModel(String, Boolean)
Declaration
public DeptModel(string code, bool containsChildren = false)
Parameters
Type | Name | Description |
---|---|---|
System.String | code | 部門代碼 |
System.Boolean | containsChildren | 是否包含子部門 |
Properties
View SourceCode
部門代碼
Declaration
public string Code { get; }
Property Value
Type | Description |
---|---|
System.String |
ContainsChildren
是否包含子部門
Declaration
public bool ContainsChildren { get; }
Property Value
Type | Description |
---|---|
System.Boolean |