Show / Hide Table of Contents

Class UofxService.BASE.JobFuncCategory

職務類別

Inheritance
System.Object
UofxService.BASE.JobFuncCategory
Inherited Members
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.Service
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public static class JobFuncCategory

Methods

View Source

Delete(JobFuncCategoryDeleteModel)

刪除職務類別。

Declaration
public static async Task<bool> Delete(JobFuncCategoryDeleteModel model)
Parameters
Type Name Description
JobFuncCategoryDeleteModel model

要刪除的職務類別模型。

Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

表示刪除操作是否成功的布林值。

View Source

Update(JobFuncCategoryUpdateModel)

更新職務類別。

Declaration
public static async Task<bool> Update(JobFuncCategoryUpdateModel model)
Parameters
Type Name Description
JobFuncCategoryUpdateModel model

要更新的職務類別模型。

Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

表示更新是否成功的布林值。

View Source

UpdateSeq(JobFuncCategoryUpdateSeqModel)

更新職務類別的順序。

Declaration
public static async Task<bool> UpdateSeq(JobFuncCategoryUpdateSeqModel model)
Parameters
Type Name Description
JobFuncCategoryUpdateSeqModel model

職務類別更新順序的模型。

Returns
Type Description
System.Threading.Tasks.Task<System.Boolean>

表示更新是否成功的布林值。

  • View Source
In This Article
Back to top Generated by DocFX