ApiParameterTCodeTable Class

API參數類型

Definition

Namespace: eBizprise.Framework.Api
Assembly: eBizprise.Framework.Api.ConfirmationHelper (in eBizprise.Framework.Api.ConfirmationHelper.dll) Version: 25.0.1.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public class ApiParameter<TCodeTable>
where TCodeTable : ICodeTable
Inheritance
Object    ApiParameterTCodeTable

Type Parameters

TCodeTable

Constructors

Properties

AuthorizeGet_BackupFilePath 批次作業企業約定授權申請備份檔案儲存路徑
AuthorizeGet_JsonFilePath 批次作業企業約定授權申請JSON檔案儲存路徑
AuthorizeReply_BackupFilePath 批次作業企業約定授權回覆備份檔案儲存路徑
AuthorizeReply_JsonFilePath 批次作業企業約定授權回覆JSON檔案儲存路徑
AuthorizeSuspendGet_BackupFilePath 批次作業企業約定授權終止申請備份檔案儲存路徑
AuthorizeSuspendGet_JsonFilePath 批次作業企業約定授權終止申請JSON檔案儲存路徑
AWS_AccessKey 批次作業對外連線AWS簽章AccessKey
AWS_SecretKey 批次作業對外連線AWS簽章SecretKey
CircularizationGet_BackupFilePath 批次作業詢證函申請備份檔案儲存路徑
CircularizationGet_JsonFilePath 批次作業詢證函申請JSON檔案儲存路徑
CircularizationReply_BackupFilePath 批次作業詢證函回覆備份檔案儲存路徑
CircularizationReply_JsonFilePath 批次作業詢證函回覆JSON檔案儲存路徑
ExpireTimes 批次作業逾時時間(單位:秒)
FISC_ApplicationAccount 財金區塊鏈回覆單位帳號
FISC_AuthorizeGetURL 財金區塊鏈AuthorizeGet API網址
FISC_AuthorizeListURL 財金區塊鏈AuthorizeList API網址
FISC_AuthorizeReplyURL 財金區塊鏈AuthorizeReply API網址
FISC_AuthorizeSuspendGetURL 財金區塊鏈AuthorizeSuspendGet API網址
FISC_AuthorizeSuspendListURL 財金區塊鏈AuthorizeSuspendList API網址
FISC_CertFile 財金區塊鏈私鑰憑證檔案
FISC_CertPassword 財金區塊鏈憑證密碼
FISC_ChallengeURL 財金區塊鏈Challenge API網址
FISC_CheckInURL 財金區塊鏈CheckIn API網址
FISC_CheckOutURL 財金區塊鏈CheckOut API網址
FISC_CircularizationGetURL 財金區塊鏈CircularizationGet API網址
FISC_CircularizationListURL 財金區塊鏈CircularizationList API網址
FISC_CircularizationReplyURL 財金區塊鏈CircularizationReply API網址
FISC_CreatePDFURL 財金區塊鏈CreatePDF API網址
FISC_GetOffshoreOrgansURL 財金區塊鏈GetOffshoreOrgans API網址
FISC_PublicCertFile 財金區塊鏈公鑰憑證檔案
FISC_QueryApplicationCertURL 財金區塊鏈QueryApplicationCert API網址
LogHelper 紀錄助手
PdfFilePath 批次作業詢證函PDF檔案儲存路徑
ProxyIP 批次作業Proxy位址
ProxyPort 批次作業Proxy連接埠
ResponseSimulation 模擬回應
RetryIntervals 批次作業重試間隔時間(單位:秒)
RetryTimes 批次作業重試次數
SqlHelper 資料庫助手

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Extension Methods

ToBsonString 轉換Bson字串
(Defined by SerializeExtend)
ToBsonString 轉換Bson字串
(Defined by SerializeExtend)
ToJsonString 轉換Json字串
(Defined by SerializeExtend)
ToJsonString 轉換Json字串
(Defined by SerializeExtend)
ToXmlString 轉換Xml字串
(Defined by SerializeExtend)
WriteJsonFile 寫入Json格式檔案
(Defined by SerializeExtend)

See Also