Show / Hide Table of Contents

Class JobFuncCategoryUpdateSeqModel

表示職能類別更新順序模型的類別。

Inheritance
System.Object
RequestModel
JobFuncCategoryUpdateSeqModel
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 JobFuncCategoryUpdateSeqModel : RequestModel

Properties

View Source

Category

取得或設定職能類別。

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

Seq

取得或設定職能類別的順序。

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