Class DepartmentUpdateStatusModel
部門狀態更新
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 DepartmentUpdateStatusModel : RequestModel
Properties
View SourceActive
是否啟用
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Code
部門代碼
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |