Show / Hide Table of Contents

Class UofxService.BPM

BPM 服務

Inheritance
System.Object
UofxService.BPM
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 BPM

Methods

View Source

ApplyForm(Object)

外部起單

Declaration
public static async Task<string> ApplyForm(object model)
Parameters
Type Name Description
System.Object model
Returns
Type Description
System.Threading.Tasks.Task<System.String>
View Source

CancelTask(String, String, String)

作廢表單

Declaration
public static async Task<bool> CancelTask(string formNo, string account, string reason)
Parameters
Type Name Description
System.String formNo

表單編號

System.String account

帳號

System.String reason

原因

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

GetAllCanApplyForms(String)

取得可申請的表單清單

Declaration
public static async Task<AllCanApplyFormViewModel> GetAllCanApplyForms(string account)
Parameters
Type Name Description
System.String account

帳號

Returns
Type Description
System.Threading.Tasks.Task<AllCanApplyFormViewModel>
View Source

GetAllExtConn(String)

取得所有外部連線資訊

Declaration
public static async Task<IEnumerable<ExternalConnResponseModel>> GetAllExtConn(string account)
Parameters
Type Name Description
System.String account

帳號

Returns
Type Description
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<ExternalConnResponseModel>>
View Source

GetFormInfo(String)

取得表單欄位資訊

Declaration
public static async Task<object> GetFormInfo(string formCode)
Parameters
Type Name Description
System.String formCode

表單代碼

Returns
Type Description
System.Threading.Tasks.Task<System.Object>
View Source

SearchFormByApply(SearchFormByApplyReqModel)

搜尋 我申請的單據

Declaration
public static async Task<SearchByPage<SearchFormByApplyResultModel>> SearchFormByApply(SearchFormByApplyReqModel model)
Parameters
Type Name Description
SearchFormByApplyReqModel model
Returns
Type Description
System.Threading.Tasks.Task<SearchByPage<SearchFormByApplyResultModel>>
View Source

SearchFormByAwaiting(SearchFormByAwaitingReqModel)

搜尋 待處理的單據

Declaration
public static async Task<SearchByPage<SearchFormByAwaitingResultModel>> SearchFormByAwaiting(SearchFormByAwaitingReqModel model)
Parameters
Type Name Description
SearchFormByAwaitingReqModel model
Returns
Type Description
System.Threading.Tasks.Task<SearchByPage<SearchFormByAwaitingResultModel>>
  • View Source
In This Article
Back to top Generated by DocFX