schangxiang@126.com
2025-05-21 496f78c085e7f8c5ba261835f9b8bda99c25b4cb
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
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore</name>
    </assembly>
    <members>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.CMSPluginDapperRepository">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.CMSPluginDapperRepository.#ctor(Volo.Abp.EntityFrameworkCore.IDbContextProvider{CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.ICMSPluginDbContext})">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.CMSPluginDapperRepository"/> class.
            </summary>
            <param name="dbContextProvider">The database context provider.</param>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.CMSPluginDbSchemaMigrator">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.CMSPluginDbSchemaMigrator.#ctor(System.IServiceProvider,Microsoft.Extensions.Logging.ILogger{CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.CMSPluginDbSchemaMigrator})">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.CMSPluginDbSchemaMigrator"/> class.
            </summary>
            <param name="serviceProvider">The service provider.</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.CMSPluginDbSchemaMigrator.MigrateAsync">
            <inheritdoc />
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.CMSPluginEfCoreEntityExtensionMappings">
            <summary>
            EfCore实体扩展
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.CMSPluginEfCoreEntityExtensionMappings.Configure">
            <summary>
            Configures this instance.
            </summary>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.CMSPluginEntityFrameworkCoreModule">
            <summary>
            EntityFrameworkCore模块
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.CMSPluginEntityFrameworkCoreModule.PreConfigureServices(Volo.Abp.Modularity.ServiceConfigurationContext)">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.CMSPluginEntityFrameworkCoreModule.ConfigureServices(Volo.Abp.Modularity.ServiceConfigurationContext)">
            <inheritdoc />
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.Extensions.CMSPluginEfCoreExtensions">
            <summary>
            EfCore扩展
            </summary>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.Extensions.CMSPluginEfCoreExtensions.IncludeDetails(System.Linq.IQueryable{CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample},System.Boolean)">
            <summary>
            Includes the details.
            </summary>
            <param name="queryable">The queryable.</param>
            <param name="include">if set to <c>true</c> [include].</param>
            <returns></returns>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.Extensions.CMSPluginEfCoreExtensions.ConfigureSample(Microsoft.EntityFrameworkCore.ModelBuilder)">
            <summary>
            Configures the sample.
            </summary>
            <param name="builder">The builder.</param>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.ICMSPluginDbContext">
            <summary>
            数据库上下文
            </summary>
        </member>
        <member name="T:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.Repositories.EfCoreSampleRepository">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.Repositories.EfCoreSampleRepository.#ctor(Volo.Abp.EntityFrameworkCore.IDbContextProvider{CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.ICMSPluginDbContext})">
            <summary>
            Initializes a new instance of the <see cref="T:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.Repositories.EfCoreSampleRepository"/> class.
            </summary>
            <param name="dbContextProvider">The database context provider.</param>
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.Repositories.EfCoreSampleRepository.FindByNameAsync(System.String,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.Repositories.EfCoreSampleRepository.NameExistAsync(System.String,System.Nullable{System.Guid})">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.Repositories.EfCoreSampleRepository.GetMaxSortAsync">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.Repositories.EfCoreSampleRepository.GetListAsync(System.String,System.Int32,System.Int32,System.String,Volo.Abp.Specifications.Specification{CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample},System.Boolean,System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.Repositories.EfCoreSampleRepository.GetCountAsync(System.String,Volo.Abp.Specifications.Specification{CMS.Plugin.WareCmsUtilityApi.Domain.Samples.Sample},System.Threading.CancellationToken)">
            <inheritdoc />
        </member>
        <member name="M:CMS.Plugin.WareCmsUtilityApi.EntityFrameworkCore.Repositories.EfCoreSampleRepository.WithDetailsAsync">
            <inheritdoc />
        </member>
    </members>
</doc>