22
schangxiang@126.com
2025-05-20 88602280d3b1146f03655dc023918c8104919379
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>CMS.Plugin.WareCmsUtilityApi</name>
    </assembly>
    <members>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Apis.IWareCmsUtilityApiExternalApi">
            <summary>
            外部Http API对接 // https://webapiclient.github.io/guide/getting-started.html
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Apis.IWareCmsUtilityApiExternalApi.CreateAsync(CMS.Plugin.WareCmsUtilityApi.Application.Contracts.Dtos.Samples.SampleCreateDto)">
            <summary>
             CreateAsync
            </summary>
            <returns></returns>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.CMSPluginEntry">
            <summary>
            CMS插件入口,使用<see cref="T:Structing.Web.EnableApplicationPartAttribute"/>将导入Controller.
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.CMSPluginEntry.Register(Structing.Core.IRegisteContext)">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.CMSPluginEntry.ConfigureContainer(Autofac.ContainerBuilder)">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.CMSPluginEntry.ReadyAsync(Structing.Core.IReadyContext)">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.CMSPluginEntry.AfterReadyAsync(Structing.Core.IReadyContext)">
            <inheritdoc />
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.CMSPluginModule">
            <summary>
            CMS 插件依赖加载启动模块
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.CMSPluginModule.ConfigureServices(Volo.Abp.Modularity.ServiceConfigurationContext)">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.CMSPluginModule.GetSharedAssemblies">
            <inheritdoc />
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.CMSPluginRuntimeMigrator">
            <summary>
            工程数据库迁移器,当<see cref="T:CMS.Project.Abstractions.IProjectRunner"/>加载工程时此对象会被创建调用
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.CMSPluginRuntimeMigrator.UpgradeAsync(CMS.Project.Project,System.IServiceProvider)">
            <summary>
            执行迁移
            </summary>
            <param name="project">当前要运行的工程</param>
            <param name="serviceProvider">存在运行工程上下文的serviceProvider</param>
            <returns></returns>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Controller.WmsEnumController">
            <summary>
            枚举服务接口.
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Controller.WmsEnumController.#ctor(CMS.Plugin.WareCmsUtilityApi.Application.Contracts.Services.IWmsEnumAppService)">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.Controller.WmsEnumController"/> class.
            构造函数.
            </summary>
            <param name="wmsEnumAppService"></param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Controller.WmsEnumController.GetEnumDataList(CMS.Plugin.WareCmsUtilityApi.Application.Contracts.Dtos.WmsEnumDto.WmsEnumInput)">
            <summary>
            获取枚举数据.
            </summary>
            <param name="input"></param>
            <returns></returns>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.EventHandlers.WareCmsUtilityApiEventHandler">
            <summary>
            流程事件处理程序
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EventHandlers.WareCmsUtilityApiEventHandler.#ctor(Microsoft.Extensions.Logging.ILogger{CMS.Plugin.WareCmsUtilityApi.EventHandlers.WareCmsUtilityApiEventHandler},System.IServiceProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.EventHandlers.WareCmsUtilityApiEventHandler"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="serviceProvider">The service provider.</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EventHandlers.WareCmsUtilityApiEventHandler.HandleEventAsync(CMS.Plugin.MesSuite.Abstractions.Events.ProcessFlowEto)">
            <summary>
            Handler handles the event by implementing this method.
            </summary>
            <param name="eventData">Event data</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EventHandlers.WareCmsUtilityApiEventHandler.ProcessAsync">
            <summary>
            Processes the asynchronous.
            </summary>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.FlowProcessors.WareCmsUtilityApiFlowProcessor">
            <summary>
            流程处理器
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.FlowProcessors.WareCmsUtilityApiFlowProcessor.#ctor(Microsoft.Extensions.Logging.ILogger{CMS.Plugin.WareCmsUtilityApi.FlowProcessors.WareCmsUtilityApiFlowProcessor},System.IServiceProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.FlowManagement.Abstractions.Models.FlowProcessor"/> class.
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.FlowProcessors.WareCmsUtilityApiFlowProcessor.OnEnterAsync(CMS.Plugin.FlowManagement.Abstractions.Models.FlowProcessor,System.Object,System.EventArgs)">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.FlowProcessors.WareCmsUtilityApiFlowProcessor.OnExecuteAsync(CMS.Plugin.FlowManagement.Abstractions.Models.FlowProcessor,System.Object,System.EventArgs)">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.FlowProcessors.WareCmsUtilityApiFlowProcessor.ProcessAsync">
            <summary>
            Processes the asynchronous.
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.FlowProcessors.WareCmsUtilityApiFlowProcessor.OnExitAsync(CMS.Plugin.FlowManagement.Abstractions.Models.FlowProcessor,System.Object,System.EventArgs)">
            <inheritdoc />
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Jobs.WareCmsUtilityApiArgs">
            <summary>
            WareCmsUtilityApi 作业参数
            </summary>
        </member>
        <member name="P:CMS.Plugin.WareCmsUtilityApi.Jobs.WareCmsUtilityApiArgs.Subject">
            <summary>
            Gets or sets the subject.
            </summary>
        </member>
        <member name="P:CMS.Plugin.WareCmsUtilityApi.Jobs.WareCmsUtilityApiArgs.Body">
            <summary>
            Gets or sets the body.
            </summary>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Jobs.WareCmsUtilityApiJob">
            <summary>
             WareCmsUtilityApi 后台作业
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Jobs.WareCmsUtilityApiJob.#ctor(Microsoft.Extensions.Logging.ILogger{CMS.Plugin.WareCmsUtilityApi.Jobs.WareCmsUtilityApiJob},Volo.Abp.Uow.IUnitOfWorkManager,CMS.Plugin.WareCmsUtilityApi.Domain.Samples.ISampleRepository)">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.Jobs.WareCmsUtilityApiJob"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="unitOfWorkManager">The unit of work manager.</param>
            <param name="sampleRepository">My entity name repository.</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Jobs.WareCmsUtilityApiJob.Execute(CMS.Plugin.WareCmsUtilityApi.Jobs.WareCmsUtilityApiArgs)">
            <inheritdoc />
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.ProjectService.WareCmsUtilityApiProjectService">
            <summary>
            工程服务,和工程关联的后台服务,当<see cref="T:CMS.Project.Abstractions.IProjectServiceRunner"/>以当前Key调用时会被执行
            </summary>
        </member>
        <member name="P:CMS.Plugin.WareCmsUtilityApi.ProjectService.WareCmsUtilityApiProjectService.Key">
            <summary>
            服务的Key,唯一,供<see cref="T:CMS.Project.Abstractions.IProjectServiceRunner"/>使用
            </summary>
        </member>
        <member name="P:CMS.Plugin.WareCmsUtilityApi.ProjectService.WareCmsUtilityApiProjectService.Description">
            <summary>
            服务描述,显示在服务列表UI上的名称
            </summary>
        </member>
        <member name="P:CMS.Plugin.WareCmsUtilityApi.ProjectService.WareCmsUtilityApiProjectService.AuthRequired">
            <summary>
            启用授权
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.ProjectService.WareCmsUtilityApiProjectService.#ctor(System.IServiceProvider,Microsoft.Extensions.Logging.ILogger{CMS.Plugin.WareCmsUtilityApi.ProjectService.WareCmsUtilityApiProjectService},CMS.Unit.RuntimeValue.Abstractions.IVariableDataCache)">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.ProjectService.WareCmsUtilityApiProjectService"/> class.
            </summary>
            <param name="logger">The logger.</param>
            <param name="variableDataCache">The variable data cache.</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.ProjectService.WareCmsUtilityApiProjectService.StartAsync(System.IServiceProvider)">
            <summary>
            开启服务
            </summary>
            <param name="serviceProvider">具有工程上下文的实例</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.ProjectService.WareCmsUtilityApiProjectService.StopAsync(System.IServiceProvider)">
            <summary>
            停止服务
            </summary>
            <param name="serviceProvider">具有工程上下文的实例</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.ProjectService.WareCmsUtilityApiProjectService.OnTagValueChanged(System.Object,CMS.Unit.RuntimeValue.Abstractions.TagChangedEventArgs)">
            <summary>
            Called when [tag value changed].
            </summary>
            <param name="sender">The sender.</param>
            <param name="e">The <see cref="T:CMS.Unit.RuntimeValue.Abstractions.TagChangedEventArgs"/> instance containing the event data.</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.ProjectService.WareCmsUtilityApiProjectService.ProcessAsync">
            <summary>
            Processes the asynchronous.
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.ProjectService.WareCmsUtilityApiProjectService.ExecuteExternalApiAsync">
            <summary>
            Executes the external API.
            </summary>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Services.WareCmsUtilityApiFlowService">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Services.WareCmsUtilityApiFlowService.#ctor(Microsoft.Extensions.Logging.ILogger{CMS.Plugin.WareCmsUtilityApi.Services.WareCmsUtilityApiFlowService},System.IServiceProvider)">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.Services.WareCmsUtilityApiFlowService"/> class.
            </summary>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Services.WareCmsUtilityApiFlowService.ProcessAsync(SYC.Flow.Kernel.ProcessflowEventArgs)">
            <inheritdoc />
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Workers.WareCmsUtilityApiWorker">
            <summary>
            WareCmsUtilityApi后台工作者
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Workers.WareCmsUtilityApiWorker.#ctor(Microsoft.Extensions.Logging.ILogger{CMS.Plugin.WareCmsUtilityApi.Workers.WareCmsUtilityApiWorker},Volo.Abp.Threading.AbpAsyncTimer,CMS.Extensions.Variable.VariableService,Microsoft.Extensions.DependencyInjection.IServiceScopeFactory)">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.Workers.WareCmsUtilityApiWorker"/> class.
            </summary>
            <param name="timer">The timer.</param>
            <param name="serviceScopeFactory">The service scope factory.</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Workers.WareCmsUtilityApiWorker.DoWorkAsync(Volo.Abp.BackgroundWorkers.PeriodicBackgroundWorkerContext)">
            <inheritdoc />
        </member>
    </members>
</doc>