Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SharpSvn.UI.xml - github.com/mono/sharpsvn-binary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 39891c7d82eb28cc0573c1915661a31650c103c9 (plain)
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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<?xml version="1.0"?>
<doc>
    <assembly>
        <name>SharpSvn.UI</name>
    </assembly>
    <members>
        <member name="T:SharpSvn.UI.Authentication.SvnUIForm">
             <summary>
            
             </summary>
        </member>
        <member name="M:SharpSvn.UI.Authentication.SvnUIForm.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:SharpSvn.UI.Authentication.SvnUIForm"/> class.
            </summary>
        </member>
        <member name="P:SharpSvn.UI.Authentication.SvnUIForm.ShowInTaskbar">
            <summary>
            Gets or sets a value indicating whether the form is displayed in the Windows taskbar.
            </summary>
            <value></value>
            <returns>true to display the form in the Windows taskbar at run time; otherwise, false. The default is true.
            </returns>
            <PermissionSet>
            	<IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
            	<IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
            	<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence"/>
            	<IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
            </PermissionSet>
        </member>
        <member name="P:SharpSvn.UI.Authentication.SvnUIForm.MinimizeBox">
            <summary>
            Gets or sets a value indicating whether the Minimize button is displayed in the caption bar of the form.
            </summary>
            <value></value>
            <returns>true to display a Minimize button for the form; otherwise, false. The default is true.
            </returns>
            <PermissionSet>
            	<IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
            	<IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
            	<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence"/>
            	<IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
            </PermissionSet>
        </member>
        <member name="P:SharpSvn.UI.Authentication.SvnUIForm.MaximizeBox">
            <summary>
            Gets or sets a value indicating whether the Maximize button is displayed in the caption bar of the form.
            </summary>
            <value></value>
            <returns>true to display a Maximize button for the form; otherwise, false. The default is true.
            </returns>
            <PermissionSet>
            	<IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
            	<IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
            	<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence"/>
            	<IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
            </PermissionSet>
        </member>
        <member name="P:SharpSvn.UI.Authentication.SvnUIForm.StartPosition">
            <summary>
            Gets or sets the starting position of the form at run time.
            </summary>
            <value></value>
            <returns>
            A <see cref="T:System.Windows.Forms.FormStartPosition"/> that represents the starting position of the form.
            </returns>
            <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">
            The value specified is outside the range of valid values.
            </exception>
        </member>
        <member name="T:SharpSvn.UI.Authentication.SslClientCertificatePassPhraseDialog">
             <summary>
            
             </summary>
        </member>
        <member name="M:SharpSvn.UI.Authentication.SslClientCertificatePassPhraseDialog.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:SharpSvn.UI.Authentication.SslClientCertificatePassPhraseDialog"/> class.
            </summary>
        </member>
        <member name="F:SharpSvn.UI.Authentication.SslClientCertificatePassPhraseDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:SharpSvn.UI.Authentication.SslClientCertificatePassPhraseDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:SharpSvn.UI.Authentication.SslClientCertificatePassPhraseDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:SharpSvn.UI.Authentication.ServerCertificateInfo">
             <summary>
            
             </summary>
        </member>
        <member name="P:SharpSvn.UI.Authentication.ServerCertificateInfo.Hostname">
            <summary>
            Gets or sets the hostname.
            </summary>
            <value>The hostname.</value>
        </member>
        <member name="P:SharpSvn.UI.Authentication.ServerCertificateInfo.Fingerprint">
            <summary>
            Gets or sets the fingerprint.
            </summary>
            <value>The fingerprint.</value>
        </member>
        <member name="P:SharpSvn.UI.Authentication.ServerCertificateInfo.ValidFrom">
            <summary>
            Gets or sets the valid from.
            </summary>
            <value>The valid from.</value>
        </member>
        <member name="P:SharpSvn.UI.Authentication.ServerCertificateInfo.ValidTo">
            <summary>
            Gets or sets the valid to.
            </summary>
            <value>The valid to.</value>
        </member>
        <member name="P:SharpSvn.UI.Authentication.ServerCertificateInfo.Issuer">
            <summary>
            Gets or sets the issuer.
            </summary>
            <value>The issuer.</value>
        </member>
        <member name="P:SharpSvn.UI.Authentication.ServerCertificateInfo.Certificate">
            <summary>
            Gets or sets the certificate.
            </summary>
            <value>The certificate.</value>
        </member>
        <member name="P:SharpSvn.UI.Authentication.ServerCertificateInfo.NoTrustedIssuer">
            <summary>
            Gets or sets a value indicating whether [no trusted issuer].
            </summary>
            <value><c>true</c> if [no trusted issuer]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:SharpSvn.UI.Authentication.ServerCertificateInfo.TimeError">
            <summary>
            Gets or sets a value indicating whether [time error].
            </summary>
            <value><c>true</c> if [time error]; otherwise, <c>false</c>.</value>
        </member>
        <member name="P:SharpSvn.UI.Authentication.ServerCertificateInfo.InvalidCommonName">
            <summary>
            Gets or sets a value indicating whether [invalid common name].
            </summary>
            <value><c>true</c> if [invalid common name]; otherwise, <c>false</c>.</value>
        </member>
        <member name="T:SharpSvn.UI.Authentication.SslClientCertificateFileDialog">
             <summary>
            
             </summary>
        </member>
        <member name="M:SharpSvn.UI.Authentication.SslClientCertificateFileDialog.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:SharpSvn.UI.Authentication.SslClientCertificatePassPhraseDialog"/> class.
            </summary>
        </member>
        <member name="F:SharpSvn.UI.Authentication.SslClientCertificateFileDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:SharpSvn.UI.Authentication.SslClientCertificateFileDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:SharpSvn.UI.Authentication.SslClientCertificateFileDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:SharpSvn.UI.Authentication.SslServerCertificateTrustDialog">
             <summary>
            
             </summary>
        </member>
        <member name="M:SharpSvn.UI.Authentication.SslServerCertificateTrustDialog.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:SharpSvn.UI.Authentication.SslServerCertificateTrustDialog"/> class.
            </summary>
        </member>
        <member name="F:SharpSvn.UI.Authentication.SslServerCertificateTrustDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:SharpSvn.UI.Authentication.SslServerCertificateTrustDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:SharpSvn.UI.Authentication.SslServerCertificateTrustDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:SharpSvn.UI.Authentication.SharpSvnGui">
            <summary>
            Former public api used for binding to SharpSvn
            </summary>
        </member>
        <member name="M:SharpSvn.UI.Authentication.SharpSvnGui.MakeDescription(System.String,System.String)">
            <summary>
            Makes the description.
            </summary>
            <param name="realm">The realm.</param>
            <param name="format">The format.</param>
            <returns></returns>
        </member>
        <member name="M:SharpSvn.UI.Authentication.SharpSvnGui.HasWin32Handle(System.Object)">
            <summary>
            Determines whether [has win32 handle] [the specified owner].
            </summary>
            <param name="owner">The owner.</param>
            <returns>
            	<c>true</c> if [has win32 handle] [the specified owner]; otherwise, <c>false</c>.
            </returns>
        </member>
        <member name="M:SharpSvn.UI.Authentication.SharpSvnGui.GetWin32Handle(System.Object)">
            <summary>
            Gets the win32 handle.
            </summary>
            <param name="owner">The owner.</param>
            <returns></returns>
        </member>
        <member name="T:SharpSvn.UI.Authentication.UsernameDialog">
             <summary>
            
             </summary>
             <summary>
            
             </summary>
        </member>
        <member name="M:SharpSvn.UI.Authentication.UsernameDialog.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:SharpSvn.UI.Authentication.UsernameDialog"/> class.
            </summary>
        </member>
        <member name="F:SharpSvn.UI.Authentication.UsernameDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:SharpSvn.UI.Authentication.UsernameDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:SharpSvn.UI.Authentication.UsernameDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:SharpSvn.UI.Authentication.UsernamePasswordDialog">
             <summary>
            
             </summary>
        </member>
        <member name="M:SharpSvn.UI.Authentication.UsernamePasswordDialog.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:SharpSvn.UI.Authentication.UsernamePasswordDialog"/> class.
            </summary>
        </member>
        <member name="F:SharpSvn.UI.Authentication.UsernamePasswordDialog.components">
            <summary>
            Required designer variable.
            </summary>
        </member>
        <member name="M:SharpSvn.UI.Authentication.UsernamePasswordDialog.Dispose(System.Boolean)">
            <summary>
            Clean up any resources being used.
            </summary>
            <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        </member>
        <member name="M:SharpSvn.UI.Authentication.UsernamePasswordDialog.InitializeComponent">
            <summary>
            Required method for Designer support - do not modify
            the contents of this method with the code editor.
            </summary>
        </member>
        <member name="T:SharpSvn.UI.Properties.Resources">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:SharpSvn.UI.Properties.Resources.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:SharpSvn.UI.Properties.Resources.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:SharpSvn.UI.Properties.Resources.AuthenticationBanner">
            <summary>
              Looks up a localized resource of type System.Drawing.Bitmap.
            </summary>
        </member>
        <member name="P:SharpSvn.UI.Properties.Resources.Error">
            <summary>
              Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
            </summary>
        </member>
        <member name="P:SharpSvn.UI.Properties.Resources.Ok">
            <summary>
              Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
            </summary>
        </member>
        <member name="T:SharpSvn.UI.SharpSvnUI">
            <summary>
            Helper methods to bind a user interface to an <see cref="T:SharpSvn.SvnClient"/>
            </summary>
        </member>
        <member name="M:SharpSvn.UI.SharpSvnUI.Bind(SharpSvn.SvnClient,System.Windows.Forms.IWin32Window)">
            <summary>
            Binds the default userinterface to the <see cref="T:SharpSvn.SvnClient"/> using <paramref name="parentWindow"/> as parent for the popup windows
            </summary>
            <param name="client">The client to bind.</param>
            <param name="parentWindow">The parent window.</param>
        </member>
        <member name="M:SharpSvn.UI.SharpSvnUI.Bind(SharpSvn.SvnClient,System.Windows.Forms.IWin32Window,System.Drawing.Image)">
            <summary>
            Binds the default userinterface to the <see cref="T:SharpSvn.SvnClient"/> using <paramref name="parentWindow"/> as parent for the popup windows
            </summary>
            <param name="client">The client.</param>
            <param name="parentWindow">The parent window.</param>
            <param name="headerImage">The header image.</param>
        </member>
        <member name="M:SharpSvn.UI.SharpSvnUI.Bind(SharpSvn.SvnClient,System.Windows.Forms.IWin32Window,System.ComponentModel.ISynchronizeInvoke,System.Drawing.Image)">
            <summary>
            Binds the default userinterface to the <see cref="T:SharpSvn.SvnClient"/> using <paramref name="parentWindow"/> as parent for the popup windows
            </summary>
            <param name="client">The client.</param>
            <param name="parentWindow">The parent window.</param>
            <param name="synchronizer">The synchronizer.</param>
            <param name="headerImage">The header image.</param>
        </member>
        <member name="T:SharpSvn.UI.SvnUIBindArgs">
            <summary>
            Container for <see cref="M:SharpSvn.UI.SvnUI.Bind(SharpSvn.SvnClient,SharpSvn.UI.SvnUIBindArgs)"/>
            </summary>
        </member>
        <member name="M:SharpSvn.UI.SvnUIBindArgs.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:SharpSvn.UI.SvnUIBindArgs"/> class.
            </summary>
        </member>
        <member name="P:SharpSvn.UI.SvnUIBindArgs.ParentWindow">
            <summary>
            Gets or sets the parent window.
            </summary>
            <value>The parent window.</value>
        </member>
        <member name="P:SharpSvn.UI.SvnUIBindArgs.Synchronizer">
            <summary>
            Gets or sets the synchronizer.
            </summary>
            <value>The synchronizer.</value>
        </member>
        <member name="P:SharpSvn.UI.SvnUIBindArgs.HeaderImage">
            <summary>
            Gets or sets the header image.
            </summary>
            <value>The header image.</value>
        </member>
        <member name="P:SharpSvn.UI.SvnUIBindArgs.UIService">
            <summary>
            Gets or sets the UI service.
            </summary>
            <remarks>The UI service allows redirecting dialog processing to the specific UI service.
            (You should use this within .Net development environments (Like MS Visual Studio) implementing this interface)</remarks>
            <value>The UI service.</value>
        </member>
        <member name="P:SharpSvn.UI.SvnUIBindArgs.AutoScaleBaseSize">
            <summary>
            Gets or sets the size of the auto scale base.
            </summary>
            <value>The size of the auto scale base.</value>
        </member>
        <member name="T:SharpSvn.UI.Strings">
            <summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary>
        </member>
        <member name="P:SharpSvn.UI.Strings.ResourceManager">
            <summary>
              Returns the cached ResourceManager instance used by this class.
            </summary>
        </member>
        <member name="P:SharpSvn.UI.Strings.Culture">
            <summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary>
        </member>
        <member name="P:SharpSvn.UI.Strings.ACertificateFileIsRequiredForAccessingServerXatY">
            <summary>
              Looks up a localized string similar to A client certificate is required for accessing server {0} at {1}..
            </summary>
        </member>
        <member name="P:SharpSvn.UI.Strings.ConnectToSubversion">
            <summary>
              Looks up a localized string similar to Connect to Subversion.
            </summary>
        </member>
        <member name="P:SharpSvn.UI.Strings.ThePassPhraseForTheClientCertificateForXIsRequired">
            <summary>
              Looks up a localized string similar to The certificate for server {0} at {1} requires a passphrase..
            </summary>
        </member>
        <member name="P:SharpSvn.UI.Strings.TheServerXatYRequiresAUsername">
            <summary>
              Looks up a localized string similar to The server {0} at {1} requires a username..
            </summary>
        </member>
        <member name="P:SharpSvn.UI.Strings.TheServerXatYRequiresAUsernameAndPassword">
            <summary>
              Looks up a localized string similar to The server {0} at {1} requires a username and password..
            </summary>
        </member>
        <member name="T:SharpSvn.UI.SvnUI">
             <summary>
            
             </summary>
        </member>
        <member name="M:SharpSvn.UI.SvnUI.Bind(SharpSvn.SvnClient,SharpSvn.UI.SvnUIBindArgs)">
            <summary>
            Binds the specified client to the user interface defined by args
            </summary>
            <param name="client">The client to bind.</param>
            <param name="args">The args.</param>
        </member>
        <member name="M:SharpSvn.UI.SvnUI.Bind(SharpSvn.SvnClient,System.Windows.Forms.IWin32Window)">
            <summary>
            Binds the specified client to the user interface defined by args
            </summary>
            <param name="client">The client to bind.</param>
            <param name="parentWindow">The parent window.</param>
        </member>
        <member name="M:SharpSvn.UI.SvnUI.Bind(SharpSvn.Remote.SvnRemoteSession,SharpSvn.UI.SvnUIBindArgs)">
            <summary>
            Binds the specified client to the user interface defined by args
            </summary>
            <param name="client">The client to bind.</param>
            <param name="args">The args.</param>
        </member>
        <member name="M:SharpSvn.UI.SvnUI.Bind(SharpSvn.Remote.SvnRemoteSession,System.Windows.Forms.IWin32Window)">
            <summary>
            Binds the specified client to the user interface defined by args
            </summary>
            <param name="client">The client to bind.</param>
            <param name="parentWindow">The parent window.</param>
        </member>
    </members>
</doc>