Table of Contents

Class JobFuncViewModel

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

表示職能視圖模型的類別。

public class JobFuncViewModel : RequestModel
Inheritance
JobFuncViewModel
Inherited Members

Properties

Active

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

public bool? Active { get; set; }

Property Value

bool?

CategoryName

取得或設定職能的類別名稱。

public string CategoryName { get; set; }

Property Value

string

Code

取得或設定職能的代碼。

public string Code { get; set; }

Property Value

string

JobFunc

取得或設定職能的名稱。

public string JobFunc { get; set; }

Property Value

string