Table of Contents

Class CallBackModel<T>

Namespace
Ede.Uofx.PubApi.Sdk.NetStd.Models
Assembly
Ede.Uofx.PubApi.Sdk.NetStd.dll
public class CallBackModel<T>

Type Parameters

T
Inheritance
CallBackModel<T>
Inherited Members

Properties

CustomData

客製資訊

public string CustomData { get; set; }

Property Value

string

ErrorMsg

失敗訊息

public string ErrorMsg { get; set; }

Property Value

string

TraceId

追蹤 ID

public string TraceId { get; set; }

Property Value

string

Type

Callback 類型

public CallbackType Type { get; set; }

Property Value

CallbackType

UofxData

成功物件

public T UofxData { get; set; }

Property Value

T