Table of Contents

Class JobFuncUpdateStatusModel

Namespace
Ede.Uofx.PubApi.Sdk.NetStd.Models.Base
Assembly
Ede.Uofx.PubApi.Sdk.NetStd.dll

表示職能更新狀態模型的類別。

public class JobFuncUpdateStatusModel : RequestModel
Inheritance
JobFuncUpdateStatusModel
Inherited Members

Properties

Active

取得或設定職能的啟用狀態。

public bool Active { get; set; }

Property Value

bool

Code

取得或設定職能的代碼。

public string Code { get; set; }

Property Value

string