1 |
fad0afca
|
Dominik Chlouba
|
<?xml version="1.0"?>
|
2 |
|
|
<doc>
|
3 |
|
|
<assembly>
|
4 |
|
|
<name>Leuze.Core.Application</name>
|
5 |
|
|
</assembly>
|
6 |
|
|
<members>
|
7 |
|
|
<member name="T:Leuze.Core.Application.Authentication.DomainUserProvider">
|
8 |
|
|
<inheritdoc />
|
9 |
|
|
</member>
|
10 |
|
|
<member name="T:Leuze.Core.Application.Authentication.IApplicationUserProvider">
|
11 |
|
|
<summary>
|
12 |
|
|
An application service that provides currently authenticated user from presentation layer such as ASP.NET application or Console App.
|
13 |
|
|
</summary>
|
14 |
|
|
</member>
|
15 |
|
|
<member name="T:Leuze.Core.Application.Behaviors.ValidationBehavior`2">
|
16 |
|
|
<summary>
|
17 |
|
|
|
18 |
|
|
</summary>
|
19 |
|
|
<typeparam name="TRequest"></typeparam>
|
20 |
|
|
<typeparam name="TResponse"></typeparam>
|
21 |
|
|
</member>
|
22 |
|
|
<member name="M:Leuze.Core.Application.Behaviors.ValidationBehavior`2.#ctor(System.Collections.Generic.IEnumerable{FluentValidation.IValidator{`0}})">
|
23 |
|
|
<summary>
|
24 |
|
|
|
25 |
|
|
</summary>
|
26 |
|
|
<param name="validators"></param>
|
27 |
|
|
</member>
|
28 |
|
|
<member name="M:Leuze.Core.Application.Behaviors.ValidationBehavior`2.Handle(`0,System.Threading.CancellationToken,MediatR.RequestHandlerDelegate{`1})">
|
29 |
|
|
<summary>
|
30 |
|
|
|
31 |
|
|
</summary>
|
32 |
|
|
<param name="request"></param>
|
33 |
|
|
<param name="cancellationToken"></param>
|
34 |
|
|
<param name="next"></param>
|
35 |
|
|
<returns></returns>
|
36 |
|
|
</member>
|
37 |
|
|
<member name="T:Leuze.Core.Application.Configuration.ApplicationConfiguration">
|
38 |
|
|
<summary>
|
39 |
|
|
|
40 |
|
|
</summary>
|
41 |
|
|
</member>
|
42 |
|
|
<member name="P:Leuze.Core.Application.Configuration.ApplicationConfiguration.Priority">
|
43 |
|
|
<summary>
|
44 |
|
|
|
45 |
|
|
</summary>
|
46 |
|
|
</member>
|
47 |
|
|
<member name="M:Leuze.Core.Application.Configuration.ApplicationConfiguration.Execute(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.IServiceProvider)">
|
48 |
|
|
<summary>
|
49 |
|
|
|
50 |
|
|
</summary>
|
51 |
|
|
<param name="applicationBuilder"></param>
|
52 |
|
|
<param name="serviceProvider"></param>
|
53 |
|
|
</member>
|
54 |
|
|
<member name="T:Leuze.Core.Application.Configuration.ApplicationServices">
|
55 |
|
|
<summary>
|
56 |
|
|
|
57 |
|
|
</summary>
|
58 |
|
|
</member>
|
59 |
|
|
<member name="P:Leuze.Core.Application.Configuration.ApplicationServices.Priority">
|
60 |
|
|
<summary>
|
61 |
|
|
|
62 |
|
|
</summary>
|
63 |
|
|
</member>
|
64 |
|
|
<member name="M:Leuze.Core.Application.Configuration.ApplicationServices.Execute(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.IServiceProvider)">
|
65 |
|
|
<summary>
|
66 |
|
|
|
67 |
|
|
</summary>
|
68 |
|
|
<param name="services"></param>
|
69 |
|
|
<param name="serviceProvider"></param>
|
70 |
|
|
</member>
|
71 |
|
|
<member name="T:Leuze.Core.Application.Configuration.AppSettings">
|
72 |
|
|
<summary>
|
73 |
|
|
A wrapper class for AppSettings configuration on application level.
|
74 |
|
|
</summary>
|
75 |
|
|
</member>
|
76 |
|
|
<member name="P:Leuze.Core.Application.Configuration.AppSettings.DatabaseConnection">
|
77 |
|
|
<summary>
|
78 |
|
|
A database connection section.
|
79 |
|
|
</summary>
|
80 |
|
|
</member>
|
81 |
|
|
<member name="P:Leuze.Core.Application.Configuration.AppSettings.Encryption">
|
82 |
|
|
<summary>
|
83 |
|
|
|
84 |
|
|
</summary>
|
85 |
|
|
</member>
|
86 |
|
|
<member name="T:Leuze.Core.Application.Configuration.AppSettings.EncryptionSection">
|
87 |
|
|
<summary>
|
88 |
|
|
|
89 |
|
|
</summary>
|
90 |
|
|
</member>
|
91 |
|
|
<member name="P:Leuze.Core.Application.Configuration.AppSettings.EncryptionSection.Key">
|
92 |
|
|
<summary>
|
93 |
|
|
|
94 |
|
|
</summary>
|
95 |
|
|
</member>
|
96 |
|
|
<member name="P:Leuze.Core.Application.Configuration.AppSettings.EncryptionSection.IV">
|
97 |
|
|
<summary>
|
98 |
|
|
|
99 |
|
|
</summary>
|
100 |
|
|
</member>
|
101 |
|
|
<member name="T:Leuze.Core.Application.Configuration.AppSettings.DatabaseConnectionSection">
|
102 |
|
|
<summary>
|
103 |
|
|
A wrapper class for <see cref="T:Leuze.Core.Application.Configuration.AppSettings" /> Database connection section.
|
104 |
|
|
</summary>
|
105 |
|
|
</member>
|
106 |
|
|
<member name="P:Leuze.Core.Application.Configuration.AppSettings.DatabaseConnectionSection.ConnectionString">
|
107 |
|
|
<summary>
|
108 |
|
|
Specifies connection string for database.
|
109 |
|
|
</summary>
|
110 |
|
|
</member>
|
111 |
|
|
<member name="P:Leuze.Core.Application.Configuration.AppSettings.DatabaseConnectionSection.IsInMemory">
|
112 |
|
|
<summary>
|
113 |
|
|
Sets whether the database connection should be done in memory.
|
114 |
|
|
</summary>
|
115 |
|
|
</member>
|
116 |
|
|
<member name="T:Leuze.Core.Application.CQRS.IBaseRequest">
|
117 |
|
|
<summary>
|
118 |
|
|
Base request that is sent to messaging bus using <see cref="T:MediatR.Mediator"/>.
|
119 |
|
|
</summary>
|
120 |
|
|
</member>
|
121 |
|
|
<member name="T:Leuze.Core.Application.CQRS.IBaseRequest`1">
|
122 |
|
|
<summary>
|
123 |
|
|
Base generic request that is sent to messaging bus using <see cref="T:MediatR.Mediator"/>.
|
124 |
|
|
</summary>
|
125 |
|
|
<typeparam name="TResult">The result of the request.</typeparam>
|
126 |
|
|
</member>
|
127 |
|
|
<member name="T:Leuze.Core.Application.CQRS.IBaseRequestHandler`1">
|
128 |
|
|
<summary>
|
129 |
|
|
Base request handler that returns default request response.
|
130 |
|
|
</summary>
|
131 |
|
|
<typeparam name="TRequest">The request that should be handled.</typeparam>
|
132 |
|
|
</member>
|
133 |
|
|
<member name="T:Leuze.Core.Application.CQRS.IBaseRequestHandler`2">
|
134 |
|
|
<summary>
|
135 |
|
|
Base request handler that returns default request response.
|
136 |
|
|
</summary>
|
137 |
|
|
<typeparam name="TRequest">The request that should be handled.</typeparam>
|
138 |
|
|
<typeparam name="TResult">The result of the request.</typeparam>
|
139 |
|
|
</member>
|
140 |
|
|
<member name="T:Leuze.Core.Application.CQRS.Permissions.Queries.GetPermissionList">
|
141 |
|
|
<summary>
|
142 |
|
|
|
143 |
|
|
</summary>
|
144 |
|
|
</member>
|
145 |
|
|
<member name="T:Leuze.Core.Application.CQRS.Permissions.Queries.GetPermissionList.Query">
|
146 |
|
|
<summary>
|
147 |
|
|
|
148 |
|
|
</summary>
|
149 |
|
|
</member>
|
150 |
|
|
<member name="M:Leuze.Core.Application.CQRS.Permissions.Queries.GetPermissionList.Query.#ctor(Leuze.Core.Application.Models.Controllers.PagedModel)">
|
151 |
|
|
<summary>
|
152 |
|
|
|
153 |
|
|
</summary>
|
154 |
|
|
</member>
|
155 |
|
|
<member name="T:Leuze.Core.Application.CQRS.Permissions.Queries.GetPermissionList.Response">
|
156 |
|
|
<summary>
|
157 |
|
|
|
158 |
|
|
</summary>
|
159 |
|
|
</member>
|
160 |
|
|
<member name="M:Leuze.Core.Application.CQRS.Permissions.Queries.GetPermissionList.Response.#ctor(System.Collections.Generic.IList{Leuze.Core.Domain.Domains.Identity.DTOs.PermissionItem},System.Int32,System.Int32,System.Int32)">
|
161 |
|
|
<summary>
|
162 |
|
|
|
163 |
|
|
</summary>
|
164 |
|
|
</member>
|
165 |
|
|
<member name="T:Leuze.Core.Application.CQRS.Permissions.Queries.GetPermissionList.Handler">
|
166 |
|
|
<summary>
|
167 |
|
|
|
168 |
|
|
</summary>
|
169 |
|
|
</member>
|
170 |
|
|
<member name="M:Leuze.Core.Application.CQRS.Permissions.Queries.GetPermissionList.Handler.#ctor(Leuze.Core.Domain.Repositories.IPermissionRepository)">
|
171 |
|
|
<summary>
|
172 |
|
|
|
173 |
|
|
</summary>
|
174 |
|
|
<param name="permissionRepository"></param>
|
175 |
|
|
</member>
|
176 |
|
|
<member name="M:Leuze.Core.Application.CQRS.Permissions.Queries.GetPermissionList.Handler.Handle(Leuze.Core.Application.CQRS.Permissions.Queries.GetPermissionList.Query,System.Threading.CancellationToken)">
|
177 |
|
|
<summary>
|
178 |
|
|
|
179 |
|
|
</summary>
|
180 |
|
|
<param name="request"></param>
|
181 |
|
|
<param name="cancellationToken"></param>
|
182 |
|
|
<returns></returns>
|
183 |
|
|
</member>
|
184 |
|
|
<member name="T:Leuze.Core.Application.CQRS.IBaseRequestResponse">
|
185 |
|
|
<summary>
|
186 |
|
|
Base request response.
|
187 |
|
|
</summary>
|
188 |
|
|
</member>
|
189 |
|
|
<member name="P:Leuze.Core.Application.CQRS.IBaseRequestResponse.ResponseType">
|
190 |
|
|
<summary>
|
191 |
|
|
The type of the request response.
|
192 |
|
|
</summary>
|
193 |
|
|
</member>
|
194 |
|
|
<member name="P:Leuze.Core.Application.CQRS.IBaseRequestResponse.IsSuccess">
|
195 |
|
|
<summary>
|
196 |
|
|
Gets whether the response is successful.
|
197 |
|
|
</summary>
|
198 |
|
|
</member>
|
199 |
|
|
<member name="P:Leuze.Core.Application.CQRS.IBaseRequestResponse.Errors">
|
200 |
|
|
<summary>
|
201 |
|
|
Gets the collection of errors.
|
202 |
|
|
</summary>
|
203 |
|
|
</member>
|
204 |
|
|
<member name="M:Leuze.Core.Application.CQRS.IBaseRequestResponse.AddError(System.String)">
|
205 |
|
|
<summary>
|
206 |
|
|
Adds a new error message to the collection of <see cref="P:Leuze.Core.Application.CQRS.IBaseRequestResponse.Errors"/>.
|
207 |
|
|
</summary>
|
208 |
|
|
<param name="errorMessage"></param>
|
209 |
|
|
</member>
|
210 |
|
|
<member name="T:Leuze.Core.Application.CQRS.IBaseRequestResponse`1">
|
211 |
|
|
<summary>
|
212 |
|
|
Base request response that returns <see cref="!:TResult"/>.
|
213 |
|
|
</summary>
|
214 |
|
|
<typeparam name="TResult">The response object.</typeparam>
|
215 |
|
|
</member>
|
216 |
|
|
<member name="P:Leuze.Core.Application.CQRS.IBaseRequestResponse`1.Result">
|
217 |
|
|
<summary>
|
218 |
|
|
The result of the response.
|
219 |
|
|
</summary>
|
220 |
|
|
</member>
|
221 |
|
|
<member name="T:Leuze.Core.Application.CQRS.RequestResponse">
|
222 |
|
|
<summary>
|
223 |
|
|
Non generic request response which does not have any result type.
|
224 |
|
|
</summary>
|
225 |
|
|
</member>
|
226 |
|
|
<member name="P:Leuze.Core.Application.CQRS.RequestResponse.ResponseType">
|
227 |
|
|
<inheritdoc />
|
228 |
|
|
</member>
|
229 |
|
|
<member name="P:Leuze.Core.Application.CQRS.RequestResponse.IsSuccess">
|
230 |
|
|
<inheritdoc />
|
231 |
|
|
</member>
|
232 |
|
|
<member name="F:Leuze.Core.Application.CQRS.RequestResponse._errors">
|
233 |
|
|
<summary>
|
234 |
|
|
Backing field for <see cref="P:Leuze.Core.Application.CQRS.RequestResponse.Errors"/>.
|
235 |
|
|
</summary>
|
236 |
|
|
</member>
|
237 |
|
|
<member name="P:Leuze.Core.Application.CQRS.RequestResponse.Errors">
|
238 |
|
|
<inheritdoc />
|
239 |
|
|
</member>
|
240 |
|
|
<member name="M:Leuze.Core.Application.CQRS.RequestResponse.AddError(System.String)">
|
241 |
|
|
<inheritdoc />
|
242 |
|
|
</member>
|
243 |
|
|
<member name="M:Leuze.Core.Application.CQRS.RequestResponse.CreateErrorResponse(System.String[])">
|
244 |
|
|
<summary>
|
245 |
|
|
Factory method for creating request response containing <paramref name="errorMessages"/>.
|
246 |
|
|
</summary>
|
247 |
|
|
<param name="errorMessages">The collection of error messages.</param>
|
248 |
|
|
<returns>Created request response.</returns>
|
249 |
|
|
</member>
|
250 |
|
|
<member name="M:Leuze.Core.Application.CQRS.RequestResponse.CreateSuccessResponse">
|
251 |
|
|
<summary>
|
252 |
|
|
Factory method for creating successful request response.
|
253 |
|
|
</summary>
|
254 |
|
|
<returns>Created request response.</returns>
|
255 |
|
|
</member>
|
256 |
|
|
<member name="T:Leuze.Core.Application.CQRS.RequestResponse`1">
|
257 |
|
|
<summary>
|
258 |
|
|
Generic request response which returns a result.
|
259 |
|
|
</summary>
|
260 |
|
|
</member>
|
261 |
|
|
<member name="P:Leuze.Core.Application.CQRS.RequestResponse`1.ResponseType">
|
262 |
|
|
<inheritdoc />
|
263 |
|
|
</member>
|
264 |
|
|
<member name="P:Leuze.Core.Application.CQRS.RequestResponse`1.IsSuccess">
|
265 |
|
|
<inheritdoc />
|
266 |
|
|
</member>
|
267 |
|
|
<member name="F:Leuze.Core.Application.CQRS.RequestResponse`1._errors">
|
268 |
|
|
<summary>
|
269 |
|
|
Backing field for <see cref="P:Leuze.Core.Application.CQRS.RequestResponse`1.Errors"/>.
|
270 |
|
|
</summary>
|
271 |
|
|
</member>
|
272 |
|
|
<member name="P:Leuze.Core.Application.CQRS.RequestResponse`1.Errors">
|
273 |
|
|
<inheritdoc />
|
274 |
|
|
</member>
|
275 |
|
|
<member name="M:Leuze.Core.Application.CQRS.RequestResponse`1.AddError(System.String)">
|
276 |
|
|
<inheritdoc />
|
277 |
|
|
</member>
|
278 |
|
|
<member name="P:Leuze.Core.Application.CQRS.RequestResponse`1.Result">
|
279 |
|
|
<inheritdoc />
|
280 |
|
|
</member>
|
281 |
|
|
<member name="M:Leuze.Core.Application.CQRS.RequestResponse`1.CreateSuccessResponse(`0)">
|
282 |
|
|
<summary>
|
283 |
|
|
Factory method for creating successful request response with <see cref="!:TResult"/>.
|
284 |
|
|
</summary>
|
285 |
|
|
<returns>Created request response with <see cref="!:TResult"/>.</returns>
|
286 |
|
|
</member>
|
287 |
|
|
<member name="M:Leuze.Core.Application.CQRS.RequestResponse`1.CreateErrorResponse(System.String[])">
|
288 |
|
|
<summary>
|
289 |
|
|
Factory method for creating error request response.
|
290 |
|
|
</summary>
|
291 |
|
|
<returns>Created error request response.</returns>
|
292 |
|
|
</member>
|
293 |
|
|
<member name="T:Leuze.Core.Application.CQRS.RequestResponseType">
|
294 |
|
|
<summary>
|
295 |
|
|
|
296 |
|
|
</summary>
|
297 |
|
|
</member>
|
298 |
|
|
<member name="F:Leuze.Core.Application.CQRS.RequestResponseType.Success">
|
299 |
|
|
<summary>
|
300 |
|
|
|
301 |
|
|
</summary>
|
302 |
|
|
</member>
|
303 |
|
|
<member name="F:Leuze.Core.Application.CQRS.RequestResponseType.Error">
|
304 |
|
|
<summary>
|
305 |
|
|
|
306 |
|
|
</summary>
|
307 |
|
|
</member>
|
308 |
|
|
<member name="T:Leuze.Core.Application.CQRS.Roles.Commands.CreateRole">
|
309 |
|
|
<summary>
|
310 |
|
|
|
311 |
|
|
</summary>
|
312 |
|
|
</member>
|
313 |
|
|
<member name="T:Leuze.Core.Application.CQRS.Roles.Commands.CreateRole.Command">
|
314 |
|
|
<summary>
|
315 |
|
|
|
316 |
|
|
</summary>
|
317 |
|
|
</member>
|
318 |
|
|
<member name="M:Leuze.Core.Application.CQRS.Roles.Commands.CreateRole.Command.#ctor(System.String,System.Collections.Generic.List{System.Guid})">
|
319 |
|
|
<summary>
|
320 |
|
|
|
321 |
|
|
</summary>
|
322 |
|
|
</member>
|
323 |
|
|
<member name="T:Leuze.Core.Application.CQRS.Roles.Commands.CreateRole.Response">
|
324 |
|
|
<summary>
|
325 |
|
|
|
326 |
|
|
</summary>
|
327 |
|
|
</member>
|
328 |
|
|
<member name="M:Leuze.Core.Application.CQRS.Roles.Commands.CreateRole.Response.#ctor(System.Guid)">
|
329 |
|
|
<summary>
|
330 |
|
|
|
331 |
|
|
</summary>
|
332 |
|
|
</member>
|
333 |
|
|
<member name="T:Leuze.Core.Application.CQRS.Roles.Commands.CreateRole.Handler">
|
334 |
|
|
<summary>
|
335 |
|
|
|
336 |
|
|
</summary>
|
337 |
|
|
</member>
|
338 |
|
|
<member name="M:Leuze.Core.Application.CQRS.Roles.Commands.CreateRole.Handler.#ctor(Leuze.Core.Domain.Repositories.IPermissionRepository,Leuze.Core.Domain.Repositories.IRoleRepository)">
|
339 |
|
|
<summary>
|
340 |
|
|
|
341 |
|
|
</summary>
|
342 |
|
|
<param name="permissionRepository"></param>
|
343 |
|
|
<param name="roleRepository"></param>
|
344 |
|
|
</member>
|
345 |
|
|
<member name="M:Leuze.Core.Application.CQRS.Roles.Commands.CreateRole.Handler.Handle(Leuze.Core.Application.CQRS.Roles.Commands.CreateRole.Command,System.Threading.CancellationToken)">
|
346 |
|
|
<summary>
|
347 |
|
|
|
348 |
|
|
</summary>
|
349 |
|
|
<param name="request"></param>
|
350 |
|
|
<param name="cancellationToken"></param>
|
351 |
|
|
<returns></returns>
|
352 |
|
|
</member>
|
353 |
|
|
<member name="T:Leuze.Core.Application.DependencyInjection">
|
354 |
|
|
<summary>
|
355 |
|
|
|
356 |
|
|
</summary>
|
357 |
|
|
</member>
|
358 |
|
|
<member name="M:Leuze.Core.Application.DependencyInjection.AddLeuzeCore(Microsoft.Extensions.DependencyInjection.IServiceCollection,Microsoft.Extensions.Configuration.IConfiguration,Microsoft.AspNetCore.Hosting.IWebHostEnvironment)">
|
359 |
|
|
<summary>
|
360 |
|
|
|
361 |
|
|
</summary>
|
362 |
|
|
<param name="services"></param>
|
363 |
|
|
<param name="config"></param>
|
364 |
|
|
<param name="env"></param>
|
365 |
|
|
</member>
|
366 |
|
|
<member name="M:Leuze.Core.Application.DependencyInjection.UseLeuzeCore(Microsoft.AspNetCore.Builder.IApplicationBuilder)">
|
367 |
|
|
<summary>
|
368 |
|
|
|
369 |
|
|
</summary>
|
370 |
|
|
<param name="app"></param>
|
371 |
|
|
</member>
|
372 |
|
|
<member name="T:Leuze.Core.Application.Exceptions.ValidationException">
|
373 |
|
|
<summary>
|
374 |
|
|
|
375 |
|
|
</summary>
|
376 |
|
|
</member>
|
377 |
|
|
<member name="M:Leuze.Core.Application.Exceptions.ValidationException.#ctor">
|
378 |
|
|
<summary>
|
379 |
|
|
|
380 |
|
|
</summary>
|
381 |
|
|
</member>
|
382 |
|
|
<member name="P:Leuze.Core.Application.Exceptions.ValidationException.Errors">
|
383 |
|
|
<summary>
|
384 |
|
|
|
385 |
|
|
</summary>
|
386 |
|
|
</member>
|
387 |
|
|
<member name="M:Leuze.Core.Application.Exceptions.ValidationException.#ctor(System.Collections.Generic.IEnumerable{FluentValidation.Results.ValidationFailure})">
|
388 |
|
|
<summary>
|
389 |
|
|
|
390 |
|
|
</summary>
|
391 |
|
|
<param name="failures"></param>
|
392 |
|
|
</member>
|
393 |
|
|
<member name="T:Leuze.Core.Application.Models.Controllers.PagedModel">
|
394 |
|
|
<summary>
|
395 |
|
|
|
396 |
|
|
</summary>
|
397 |
|
|
</member>
|
398 |
|
|
<member name="M:Leuze.Core.Application.Models.Controllers.PagedModel.#ctor(System.Int32,System.Int32)">
|
399 |
|
|
<summary>
|
400 |
|
|
|
401 |
|
|
</summary>
|
402 |
|
|
</member>
|
403 |
|
|
</members>
|
404 |
|
|
</doc>
|