[]
        
立即下载
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.IOpenAIWindow

接口 IOpenAIWindow

Internal use

命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.Design.dll
语法
public interface IOpenAIWindow

属性

ExecuteActionFunc

Internal use

声明
Func<IOpenAIWindow, AIActionEventArgs, Task<object>> ExecuteActionFunc { get; set; }
属性值
类型 描述
System.Func<T1, T2, TResult><IOpenAIWindow, AIActionEventArgs, System.Threading.Tasks.Task<TResult><object>>

方法

AIResponseAsync(AIResponseEventArgs)

Internal use

声明
Task AIResponseAsync(AIResponseEventArgs args)
参数
类型 名称 描述
AIResponseEventArgs args
返回值
类型 描述
System.Threading.Tasks.Task

ExecuteScriptAsync(string, object)

Internal use

声明
Task ExecuteScriptAsync(string funcName, object paramObj)
参数
类型 名称 描述
string funcName
object paramObj
返回值
类型 描述
System.Threading.Tasks.Task

HiddenLoadingAsync()

Internal use

声明
Task HiddenLoadingAsync()
返回值
类型 描述
System.Threading.Tasks.Task

Show()

Internal use

声明
void Show()

ShowConfirmDialogAsync(string, string)

Internal use

声明
Task ShowConfirmDialogAsync(string message, string action)
参数
类型 名称 描述
string message
string action
返回值
类型 描述
System.Threading.Tasks.Task

ShowDialog()

Internal use

声明
bool? ShowDialog()
返回值
类型 描述
bool?

ShowLoadingAsync(string, bool)

Internal use

声明
Task ShowLoadingAsync(string tip, bool fullscreen = true)
参数
类型 名称 描述
string tip
bool fullscreen
返回值
类型 描述
System.Threading.Tasks.Task

ShowResultDialogAsync(bool, string)

Internal use

声明
Task ShowResultDialogAsync(bool success, string message)
参数
类型 名称 描述
bool success
string message
返回值
类型 描述
System.Threading.Tasks.Task

事件

OpenAIResponsed

Internal use

声明
event EventHandler<AIResponseEventArgs> OpenAIResponsed
事件类型
类型 描述
System.EventHandler<TEventArgs><AIResponseEventArgs>