zs
2025-05-08 5ae700afd7763cc2338564753ce22a964f4b6439
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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>CMS.Plugin.WareCmsUtilityApi.Domain</name>
    </assembly>
    <members>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Domain.CMSPluginDbProperties">
            <summary>
            数据库属性定义
            </summary>
        </member>
        <member name="P:CMS.Plugin.WareCmsUtilityApi.Domain.CMSPluginDbProperties.DbTablePrefix">
            <summary>
            Gets or sets the database table prefix.
            </summary>
        </member>
        <member name="P:CMS.Plugin.WareCmsUtilityApi.Domain.CMSPluginDbProperties.DbSchema">
            <summary>
            Gets or sets the database schema.
            </summary>
        </member>
        <member name="F:CMS.Plugin.WareCmsUtilityApi.Domain.CMSPluginDbProperties.ConnectionStringName">
            <summary>
            The connection string name
            </summary>
        </member>
        <member name="F:CMS.Plugin.WareCmsUtilityApi.Domain.CMSPluginDbProperties.MigrationsHistoryTable">
            <summary>
            The migrations history table
            </summary>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Domain.CMSPluginDomainModule">
            <summary>
            领域模块
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.CMSPluginDomainModule.ConfigureServices(Volo.Abp.Modularity.ServiceConfigurationContext)">
            <inheritdoc />
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Domain.Data.CMSPluginDbMigrationService">
            <summary>
            数据库迁移服务
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Data.CMSPluginDbMigrationService.#ctor(Volo.Abp.Data.IDataSeeder,System.Collections.Generic.IEnumerable{CMS.Plugin.WareCmsUtilityApi.Domain.Data.ICMSPluginDbSchemaMigrator},Microsoft.Extensions.Logging.ILogger{CMS.Plugin.WareCmsUtilityApi.Domain.Data.CMSPluginDbMigrationService})">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.Domain.Data.CMSPluginDbMigrationService"/> class.
            </summary>
            <param name="dataSeeder">The data seeder.</param>
            <param name="dbSchemaMigrators">The database schema migrators.</param>
            <param name="logger">The logger.</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Data.CMSPluginDbMigrationService.MigrateAsync">
            <summary>
            Migrates the asynchronous.
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Data.CMSPluginDbMigrationService.MigrateDatabaseSchemaAsync">
            <summary>
            Migrates the database schema asynchronous.
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Data.CMSPluginDbMigrationService.SeedDataAsync">
            <summary>
            Seeds the data asynchronous.
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Data.CMSPluginDbMigrationService.AddInitialMigrationIfNotExist">
            <summary>
            Adds the initial migration if not exist.
            </summary>
            <returns></returns>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Data.CMSPluginDbMigrationService.DbMigrationsProjectExists">
            <summary>
            Databases the migrations project exists.
            </summary>
            <returns></returns>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Data.CMSPluginDbMigrationService.MigrationsFolderExists">
            <summary>
            Migrationses the folder exists.
            </summary>
            <returns></returns>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Data.CMSPluginDbMigrationService.AddInitialMigration">
            <summary>
            Adds the initial migration.
            </summary>
            <exception cref="T:System.Exception">Couldn't run ABP CLI...</exception>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Data.CMSPluginDbMigrationService.GetEntityFrameworkCoreProjectFolderPath">
            <summary>
            Gets the entity framework core project folder path.
            </summary>
            <returns></returns>
            <exception cref="T:System.Exception">Solution folder not found!</exception>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Data.CMSPluginDbMigrationService.GetSolutionDirectoryPath">
            <summary>
            Gets the solution directory path.
            </summary>
            <returns></returns>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Domain.Data.ICMSPluginDapperRepository">
            <summary>
            Dapper仓储
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Data.ICMSPluginDapperRepository.GetDbConnectionAsync">
            <summary>
            Gets the database connection asynchronous.
            </summary>
            <returns></returns>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Data.ICMSPluginDapperRepository.GetDbTransactionAsync">
            <summary>
            Gets the database transaction asynchronous.
            </summary>
            <returns></returns>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Domain.Data.ICMSPluginDbSchemaMigrator">
            <summary>
            数据库架构迁移器
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Data.ICMSPluginDbSchemaMigrator.MigrateAsync">
            <summary>
            Migrates the asynchronous.
            </summary>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Domain.Data.NullCMSPluginDbSchemaMigrator">
            <summary>
            This is used if database provider does't define
             ICMSDbSchemaMigrator implementation.
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Data.NullCMSPluginDbSchemaMigrator.MigrateAsync">
            <inheritdoc />
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Domain.EventHandlers.SampleEventHandler">
            <summary>
            Sample事件处理程序
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.EventHandlers.SampleEventHandler.HandleEventAsync(CMS.Plugin.WareCmsUtilityApi.Domain.Shared.Samples.SampleEto)">
            <inheritdoc />
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.ISampleRepository">
            <summary>
            Sample仓储
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.ISampleRepository.FindByNameAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Finds the by name asynchronous.
            </summary>
            <param name="name">The name.</param>
            <param name="cancellationToken">The cancellation token.</param>
            <returns></returns>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.ISampleRepository.NameExistAsync(System.String,System.Nullable{System.Guid})">
            <summary>
            Names the exist asynchronous.
            </summary>
            <param name="name">The name.</param>
            <param name="id">The identifier.</param>
            <returns></returns>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.ISampleRepository.GetMaxSortAsync">
            <summary>
            Gets the maximum sort asynchronous.
            </summary>
            <returns></returns>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.ISampleRepository.GetListAsync(System.String,System.Int32,System.Int32,System.String,Volo.Abp.Specifications.Specification{CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample},System.Boolean,System.Threading.CancellationToken)">
            <summary>
            Gets the list asynchronous.
            </summary>
            <param name="sorting">The sorting.</param>
            <param name="maxResultCount">The maximum result count.</param>
            <param name="skipCount">The skip count.</param>
            <param name="filter">The filter.</param>
            <param name="specification">The specification.</param>
            <param name="includeDetails">if set to <c>true</c> [include details].</param>
            <param name="cancellationToken">The cancellation token.</param>
            <returns></returns>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.ISampleRepository.GetCountAsync(System.String,Volo.Abp.Specifications.Specification{CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample},System.Threading.CancellationToken)">
            <summary>
            Gets the count asynchronous.
            </summary>
            <param name="filter">The filter.</param>
            <param name="specification">The specification.</param>
            <param name="cancellationToken">The cancellation token.</param>
            <returns></returns>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample">
            <summary>
            Sample
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample"/> class.
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample.#ctor(System.Guid,System.String,System.String,System.Int32,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample"/> class.
            </summary>
            <param name="id">The identifier.</param>
            <param name="code">The code.</param>
            <param name="name">The name.</param>
            <param name="sort">The sort.</param>
            <param name="remark">The remark.</param>
        </member>
        <member name="P:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample.Code">
            <summary>
            编号
            </summary>
        </member>
        <member name="P:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample.Name">
            <summary>
            名称
            </summary>
        </member>
        <member name="P:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample.Sort">
            <summary>
            排序
            </summary>
        </member>
        <member name="P:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample.Remark">
            <summary>
            备注
            </summary>
        </member>
        <member name="P:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample.IsDisabled">
            <summary>
            是否禁用
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample.Update(System.String,System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Updates the specified code.
            </summary>
            <param name="code">The code.</param>
            <param name="name">The name.</param>
            <param name="remark">The remark.</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample.AdjustSort(System.Int32)">
            <summary>
            Adjusts the sort.
            </summary>
            <param name="sort">The sort.</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample.Clone(System.Guid,System.String,System.Int32)">
            <summary>
            Clones the specified create.
            </summary>
            <param name="create">The create.</param>
            <param name="name">The name.</param>
            <param name="i">The i.</param>
            <returns></returns>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.SampleDataSeedContributor">
            <summary>
            Sample种子数据提供程序
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.SampleDataSeedContributor.#ctor(Volo.Abp.Uow.IUnitOfWorkManager,Volo.Abp.Guids.IGuidGenerator,CMS.Plugin.WareCmsUtilityApi.Domain.Samples.ISampleRepository)">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.SampleDataSeedContributor"/> class.
            </summary>
            <param name="unitOfWorkManager">The unit of work manager.</param>
            <param name="guidGenerator">The unique identifier generator.</param>
            <param name="sampleRepository">The work section repository.</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.SampleDataSeedContributor.SeedAsync(Volo.Abp.Data.DataSeedContext)">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.SampleDataSeedContributor.SeedSampleDataAsync">
            <summary>
            Seeds the work section data asynchronous.
            </summary>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.SampleSpecification">
            <summary>
            Sample规约
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.SampleSpecification.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.SampleSpecification"/> class.
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.SampleSpecification.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.SampleSpecification"/> class.
            </summary>
            <param name="name">The name.</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Samples.SampleSpecification.ToExpression">
            <inheritdoc />
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.Domain.Settings.CMSPluginSettingDefinitionProvider">
            <summary>
            设置定义提供程序
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.Domain.Settings.CMSPluginSettingDefinitionProvider.L(System.String)">
            <summary>
            ls the specified name.
            </summary>
            <param name="name">The name.</param>
            <returns></returns>
        </member>
    </members>
</doc>