Table of Contents

Class JobTitleViewModel

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

職位資料模型。

public class JobTitleViewModel : RequestModel
Inheritance
JobTitleViewModel
Inherited Members

Properties

Active

職位是否啟用。

public bool? Active { get; set; }

Property Value

bool?

Code

職位的代碼。

public string Code { get; set; }

Property Value

string

Rank

職位的階層。

public int Rank { get; set; }

Property Value

int

Seq

職位的順序。

public int Seq { get; set; }

Property Value

int

Title

職位的名稱。

public string Title { get; set; }

Property Value

string