-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMilvasoft.Messaging.xml
327 lines (327 loc) · 14.6 KB
/
Milvasoft.Messaging.xml
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
320
321
322
323
324
325
326
327
<?xml version="1.0"?>
<doc>
<assembly>
<name>Milvasoft.Messaging</name>
</assembly>
<members>
<member name="T:Milvasoft.Messaging.RabbitMq.Commands.ILogAuditCommand">
<summary>
User activity log. Which is Add-Update-Delete process.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ILogAuditCommand.Id">
<summary>
Id of log.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ILogAuditCommand.UserName">
<summary>
UserName of the user who performed the activity
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ILogAuditCommand.Activity">
<summary>
User performed activity.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ILogAuditCommand.Ip">
<summary>
Activity performer ip address.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ILogAuditCommand.CreationDate">
<summary>
Creation date of entity.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ILogAuditCommand.ConnectionString">
<summary>
Connection string for inserting log to database.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ILogAuditCommand.Application">
<summary>
Sender application.
</summary>
</member>
<member name="T:Milvasoft.Messaging.RabbitMq.Commands.LogAuditCommand">
<summary>
User activity log. Which is Add-Update-Delete process.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.LogAuditCommand.Id">
<summary>
Id of log.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.LogAuditCommand.UserName">
<summary>
UserName of the user who performed the activity
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.LogAuditCommand.Activity">
<summary>
User performed activity.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.LogAuditCommand.Ip">
<summary>
Activity performer ip address.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.LogAuditCommand.CreationDate">
<summary>
Creation date of entity.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.LogAuditCommand.ConnectionString">
<summary>
Connection string for inserting log to database.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.LogAuditCommand.Application">
<summary>
Sender application.
</summary>
</member>
<member name="T:Milvasoft.Messaging.RabbitMq.Commands.ISendMailCommand">
<summary>
Model required for sending mail.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ISendMailCommand.DisplayName">
<summary>
The display name of the sender
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ISendMailCommand.From">
<summary>
The e-mail address of the sender
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ISendMailCommand.FromPassword">
<summary>
Password of the e-mail address that sent the e-mail
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ISendMailCommand.Port">
<summary>
Specifies which port the mail will be forwarded with.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ISendMailCommand.SmtpHost">
<summary>
Specifies which host the mail will be forwarded with.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ISendMailCommand.EnableSsl">
<summary>
Gets or sets enable ssql of mail sender smtp client.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ISendMailCommand.To">
<summary>
The e-mail address to which the mail will be sent.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ISendMailCommand.Subject">
<summary>
Subject of mail.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.ISendMailCommand.HtmlBody">
<summary>
Html content of mail.
</summary>
</member>
<member name="T:Milvasoft.Messaging.RabbitMq.Commands.SendMailCommand">
<summary>
Model required for sending mail.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.SendMailCommand.DisplayName">
<summary>
The display name of the sender
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.SendMailCommand.From">
<summary>
The e-mail address of the sender
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.SendMailCommand.FromPassword">
<summary>
Password of the e-mail address that sent the e-mail
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.SendMailCommand.Port">
<summary>
Specifies which port the mail will be forwarded with.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.SendMailCommand.SmtpHost">
<summary>
Specifies which host the mail will be forwarded with.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.SendMailCommand.EnableSsl">
<summary>
Gets or sets enable ssql of mail sender smtp client.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.SendMailCommand.To">
<summary>
The e-mail address to which the mail will be sent.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.SendMailCommand.Subject">
<summary>
Subject of mail.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Commands.SendMailCommand.HtmlBody">
<summary>
Html content of mail.
</summary>
</member>
<member name="T:Milvasoft.Messaging.RabbitMq.Configuration.IRabbitMqBusConfigurator">
<summary>
Bus factory for rabbitMq.
</summary>
</member>
<member name="M:Milvasoft.Messaging.RabbitMq.Configuration.IRabbitMqBusConfigurator.CreateBus(System.Action{MassTransit.IRabbitMqBusFactoryConfigurator})">
<summary>
Creates rabbitMq bus with mass transit bus factory.
</summary>
<param name="registrationAction"></param>
<returns></returns>
</member>
<member name="M:Milvasoft.Messaging.RabbitMq.Configuration.IRabbitMqBusConfigurator.GetRabbitMqUri">
<summary>
Get rabbitMq uri from <see cref="T:Milvasoft.Messaging.RabbitMq.Configuration.IRabbitMqConfiguration"/>.
</summary>
<returns></returns>
</member>
<member name="T:Milvasoft.Messaging.RabbitMq.Configuration.RabbitMqBusConfigurator">
<summary>
Bus factory for rabbitMq.
</summary>
</member>
<member name="M:Milvasoft.Messaging.RabbitMq.Configuration.RabbitMqBusConfigurator.#ctor(Milvasoft.Messaging.RabbitMq.Configuration.IRabbitMqConfiguration)">
<summary>
Initializes new instance of <see cref="T:Milvasoft.Messaging.RabbitMq.Configuration.RabbitMqBusConfigurator"/>
</summary>
<param name="rabbitMqConfiguration"></param>
</member>
<member name="M:Milvasoft.Messaging.RabbitMq.Configuration.RabbitMqBusConfigurator.CreateBus(System.Action{MassTransit.IRabbitMqBusFactoryConfigurator})">
<summary>
Creates rabbitMq bus with mass transit bus factory.
</summary>
<param name="registrationAction"></param>
<returns></returns>
</member>
<member name="M:Milvasoft.Messaging.RabbitMq.Configuration.RabbitMqBusConfigurator.GetRabbitMqUri">
<summary>
Get rabbitMq uri from <see cref="T:Milvasoft.Messaging.RabbitMq.Configuration.IRabbitMqConfiguration"/>.
</summary>
<returns></returns>
</member>
<member name="T:Milvasoft.Messaging.RabbitMq.Configuration.IRabbitMqConfiguration">
<summary>
Required information to connect to RabbitMq server.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Configuration.IRabbitMqConfiguration.RabbitMqUri">
<summary>
Uri of RabbitMq server.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Configuration.IRabbitMqConfiguration.UserName">
<summary>
UserName of RabbitMq server user.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Configuration.IRabbitMqConfiguration.Password">
<summary>
Password of RabbitMq server user.
</summary>
</member>
<member name="T:Milvasoft.Messaging.RabbitMq.Configuration.RabbitMqConfiguration">
<summary>
Required information to connect to RabbitMq server.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Configuration.RabbitMqConfiguration.RabbitMqUri">
<summary>
Uri of RabbitMq server.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Configuration.RabbitMqConfiguration.UserName">
<summary>
UserName of RabbitMq server user.
</summary>
</member>
<member name="P:Milvasoft.Messaging.RabbitMq.Configuration.RabbitMqConfiguration.Password">
<summary>
Password of RabbitMq server user.
</summary>
</member>
<member name="T:Milvasoft.Messaging.RabbitMq.Configuration.ServiceCollectionExtensions">
<summary>
Service collection helpers for rabbitmq messaging.
</summary>
</member>
<member name="M:Milvasoft.Messaging.RabbitMq.Configuration.ServiceCollectionExtensions.AddMilvaMessaging(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{Milvasoft.Messaging.RabbitMq.Configuration.IRabbitMqConfiguration})">
<summary>
Adds <see cref="T:Milvasoft.Messaging.RabbitMq.Configuration.RabbitMqBusConfigurator"/>, <see cref="T:Milvasoft.Messaging.RabbitMq.Configuration.RabbitMqConfiguration"/> and <see cref="T:Milvasoft.Messaging.RabbitMq.Publishers.CommandSender"/> to service collection as singleton.
</summary>
<param name="services"></param>
<param name="rabbitMqConfigurationAction"></param>
<returns></returns>
</member>
<member name="T:Milvasoft.Messaging.RabbitMq.Publishers.CommandSender">
<summary>
Provides ready-written publish methods of commands in milvasoft messaging library.
</summary>
</member>
<member name="M:Milvasoft.Messaging.RabbitMq.Publishers.CommandSender.#ctor(Milvasoft.Messaging.RabbitMq.Configuration.IRabbitMqBusConfigurator)">
<summary>
Initializes new instance of <see cref="T:Milvasoft.Messaging.RabbitMq.Publishers.CommandSender"/>.
</summary>
<param name="rabbitMqConfigurator"></param>
</member>
<member name="M:Milvasoft.Messaging.RabbitMq.Publishers.CommandSender.PublishSendMailCommandAsync(Milvasoft.Messaging.RabbitMq.Commands.ISendMailCommand)">
<summary>
Publish <paramref name="sendMailCommand"/> command to <see cref="F:Milvasoft.Messaging.RabbitMq.RabbitMqConstants.MailServiceQueueName"/> queue.
</summary>
<param name="sendMailCommand"></param>
<returns></returns>
</member>
<member name="M:Milvasoft.Messaging.RabbitMq.Publishers.CommandSender.PublishLogAuditCommandAsync(Milvasoft.Messaging.RabbitMq.Commands.ILogAuditCommand)">
<summary>
Publish <paramref name="logAuditCommand"/> command to <see cref="F:Milvasoft.Messaging.RabbitMq.RabbitMqConstants.AuditServiceQueueName"/> queue.
</summary>
<param name="logAuditCommand"></param>
<returns></returns>
</member>
<member name="T:Milvasoft.Messaging.RabbitMq.Publishers.ICommandSender">
<summary>
Provides ready-written publish methods of commands in milvasoft messaging library.
</summary>
</member>
<member name="M:Milvasoft.Messaging.RabbitMq.Publishers.ICommandSender.PublishSendMailCommandAsync(Milvasoft.Messaging.RabbitMq.Commands.ISendMailCommand)">
<summary>
Publish <paramref name="sendMailCommand"/> command to <see cref="F:Milvasoft.Messaging.RabbitMq.RabbitMqConstants.MailServiceQueueName"/> queue.
</summary>
<param name="sendMailCommand"></param>
<returns></returns>
</member>
<member name="M:Milvasoft.Messaging.RabbitMq.Publishers.ICommandSender.PublishLogAuditCommandAsync(Milvasoft.Messaging.RabbitMq.Commands.ILogAuditCommand)">
<summary>
Publish <paramref name="logAuditCommand"/> command to <see cref="F:Milvasoft.Messaging.RabbitMq.RabbitMqConstants.AuditServiceQueueName"/> queue.
</summary>
<param name="logAuditCommand"></param>
<returns></returns>
</member>
</members>
</doc>