Show / Hide Table of Contents

Class JobTitleViewModel

職位資料模型。

Inheritance
System.Object
RequestModel
JobTitleViewModel
Inherited Members
RequestModel.CorpCode
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 JobTitleViewModel : RequestModel

Properties

View Source

Active

職位是否啟用。

Declaration
public bool? Active { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Code

職位的代碼。

Declaration
public string Code { get; set; }
Property Value
Type Description
System.String
View Source

Rank

職位的階層。

Declaration
public int Rank { get; set; }
Property Value
Type Description
System.Int32
View Source

Seq

職位的順序。

Declaration
public int Seq { get; set; }
Property Value
Type Description
System.Int32
View Source

Title

職位的名稱。

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX