Mercurial > silverbladetech
comparison MetroWpf/Libs/Ninject.2.2.1.4/lib/net40-Client/Ninject.xml @ 15:060f02cd4591
Initial commit, pre airport work
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Mon, 12 Mar 2012 23:05:21 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
14:741981715d94 | 15:060f02cd4591 |
---|---|
1 <?xml version="1.0"?> | |
2 <doc> | |
3 <assembly> | |
4 <name>Ninject</name> | |
5 </assembly> | |
6 <members> | |
7 <member name="T:Ninject.Activation.Blocks.ActivationBlock"> | |
8 <summary> | |
9 A block used for deterministic disposal of activated instances. When the block is | |
10 disposed, all instances activated via it will be deactivated. | |
11 </summary> | |
12 </member> | |
13 <member name="T:Ninject.Infrastructure.Disposal.DisposableObject"> | |
14 <summary> | |
15 An object that notifies when it is disposed. | |
16 </summary> | |
17 </member> | |
18 <member name="T:Ninject.Infrastructure.Disposal.IDisposableObject"> | |
19 <summary> | |
20 An object that can report whether or not it is disposed. | |
21 </summary> | |
22 </member> | |
23 <member name="P:Ninject.Infrastructure.Disposal.IDisposableObject.IsDisposed"> | |
24 <summary> | |
25 Gets a value indicating whether this instance is disposed. | |
26 </summary> | |
27 </member> | |
28 <member name="M:Ninject.Infrastructure.Disposal.DisposableObject.Dispose"> | |
29 <summary> | |
30 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
31 </summary> | |
32 </member> | |
33 <member name="M:Ninject.Infrastructure.Disposal.DisposableObject.Dispose(System.Boolean)"> | |
34 <summary> | |
35 Releases resources held by the object. | |
36 </summary> | |
37 </member> | |
38 <member name="M:Ninject.Infrastructure.Disposal.DisposableObject.Finalize"> | |
39 <summary> | |
40 Releases resources before the object is reclaimed by garbage collection. | |
41 </summary> | |
42 </member> | |
43 <member name="P:Ninject.Infrastructure.Disposal.DisposableObject.IsDisposed"> | |
44 <summary> | |
45 Gets a value indicating whether this instance is disposed. | |
46 </summary> | |
47 </member> | |
48 <member name="T:Ninject.Activation.Blocks.IActivationBlock"> | |
49 <summary> | |
50 A block used for deterministic disposal of activated instances. When the block is | |
51 disposed, all instances activated via it will be deactivated. | |
52 </summary> | |
53 </member> | |
54 <member name="T:Ninject.Syntax.IResolutionRoot"> | |
55 <summary> | |
56 Provides a path to resolve instances. | |
57 </summary> | |
58 </member> | |
59 <member name="M:Ninject.Syntax.IResolutionRoot.CanResolve(Ninject.Activation.IRequest)"> | |
60 <summary> | |
61 Determines whether the specified request can be resolved. | |
62 </summary> | |
63 <param name="request">The request.</param> | |
64 <returns><c>True</c> if the request can be resolved; otherwise, <c>false</c>.</returns> | |
65 </member> | |
66 <member name="M:Ninject.Syntax.IResolutionRoot.Resolve(Ninject.Activation.IRequest)"> | |
67 <summary> | |
68 Resolves instances for the specified request. The instances are not actually resolved | |
69 until a consumer iterates over the enumerator. | |
70 </summary> | |
71 <param name="request">The request to resolve.</param> | |
72 <returns>An enumerator of instances that match the request.</returns> | |
73 </member> | |
74 <member name="M:Ninject.Syntax.IResolutionRoot.CreateRequest(System.Type,System.Func{Ninject.Planning.Bindings.IBindingMetadata,System.Boolean},System.Collections.Generic.IEnumerable{Ninject.Parameters.IParameter},System.Boolean,System.Boolean)"> | |
75 <summary> | |
76 Creates a request for the specified service. | |
77 </summary> | |
78 <param name="service">The service that is being requested.</param> | |
79 <param name="constraint">The constraint to apply to the bindings to determine if they match the request.</param> | |
80 <param name="parameters">The parameters to pass to the resolution.</param> | |
81 <param name="isOptional"><c>True</c> if the request is optional; otherwise, <c>false</c>.</param> | |
82 <param name="isUnique"><c>True</c> if the request should return a unique result; otherwise, <c>false</c>.</param> | |
83 <returns>The created request.</returns> | |
84 </member> | |
85 <member name="T:Ninject.Infrastructure.Disposal.INotifyWhenDisposed"> | |
86 <summary> | |
87 An object that fires an event when it is disposed. | |
88 </summary> | |
89 </member> | |
90 <member name="E:Ninject.Infrastructure.Disposal.INotifyWhenDisposed.Disposed"> | |
91 <summary> | |
92 Occurs when the object is disposed. | |
93 </summary> | |
94 </member> | |
95 <member name="M:Ninject.Activation.Blocks.ActivationBlock.#ctor(Ninject.Syntax.IResolutionRoot)"> | |
96 <summary> | |
97 Initializes a new instance of the <see cref="T:Ninject.Activation.Blocks.ActivationBlock"/> class. | |
98 </summary> | |
99 <param name="parent">The parent resolution root.</param> | |
100 </member> | |
101 <member name="M:Ninject.Activation.Blocks.ActivationBlock.Dispose(System.Boolean)"> | |
102 <summary> | |
103 Releases resources held by the object. | |
104 </summary> | |
105 </member> | |
106 <member name="M:Ninject.Activation.Blocks.ActivationBlock.CanResolve(Ninject.Activation.IRequest)"> | |
107 <summary> | |
108 Determines whether the specified request can be resolved. | |
109 </summary> | |
110 <param name="request">The request.</param> | |
111 <returns><c>True</c> if the request can be resolved; otherwise, <c>false</c>.</returns> | |
112 </member> | |
113 <member name="M:Ninject.Activation.Blocks.ActivationBlock.Resolve(Ninject.Activation.IRequest)"> | |
114 <summary> | |
115 Resolves instances for the specified request. The instances are not actually resolved | |
116 until a consumer iterates over the enumerator. | |
117 </summary> | |
118 <param name="request">The request to resolve.</param> | |
119 <returns>An enumerator of instances that match the request.</returns> | |
120 </member> | |
121 <member name="M:Ninject.Activation.Blocks.ActivationBlock.CreateRequest(System.Type,System.Func{Ninject.Planning.Bindings.IBindingMetadata,System.Boolean},System.Collections.Generic.IEnumerable{Ninject.Parameters.IParameter},System.Boolean,System.Boolean)"> | |
122 <summary> | |
123 Creates a request for the specified service. | |
124 </summary> | |
125 <param name="service">The service that is being requested.</param> | |
126 <param name="constraint">The constraint to apply to the bindings to determine if they match the request.</param> | |
127 <param name="parameters">The parameters to pass to the resolution.</param> | |
128 <param name="isOptional"><c>True</c> if the request is optional; otherwise, <c>false</c>.</param> | |
129 <param name="isUnique"><c>True</c> if the request should return a unique result; otherwise, <c>false</c>.</param> | |
130 <returns>The created request.</returns> | |
131 </member> | |
132 <member name="P:Ninject.Activation.Blocks.ActivationBlock.Parent"> | |
133 <summary> | |
134 Gets or sets the parent resolution root (usually the kernel). | |
135 </summary> | |
136 </member> | |
137 <member name="E:Ninject.Activation.Blocks.ActivationBlock.Disposed"> | |
138 <summary> | |
139 Occurs when the object is disposed. | |
140 </summary> | |
141 </member> | |
142 <member name="T:Ninject.Activation.Caching.ActivationCache"> | |
143 <summary> | |
144 Stores the objects that were activated | |
145 </summary> | |
146 </member> | |
147 <member name="T:Ninject.Components.NinjectComponent"> | |
148 <summary> | |
149 A component that contributes to the internals of Ninject. | |
150 </summary> | |
151 </member> | |
152 <member name="T:Ninject.Components.INinjectComponent"> | |
153 <summary> | |
154 A component that contributes to the internals of Ninject. | |
155 </summary> | |
156 </member> | |
157 <member name="P:Ninject.Components.INinjectComponent.Settings"> | |
158 <summary> | |
159 Gets or sets the settings. | |
160 </summary> | |
161 </member> | |
162 <member name="P:Ninject.Components.NinjectComponent.Settings"> | |
163 <summary> | |
164 Gets or sets the settings. | |
165 </summary> | |
166 </member> | |
167 <member name="T:Ninject.Activation.Caching.IActivationCache"> | |
168 <summary> | |
169 Stores the objects that were activated | |
170 </summary> | |
171 </member> | |
172 <member name="M:Ninject.Activation.Caching.IActivationCache.Clear"> | |
173 <summary> | |
174 Clears the cache. | |
175 </summary> | |
176 </member> | |
177 <member name="M:Ninject.Activation.Caching.IActivationCache.AddActivatedInstance(System.Object)"> | |
178 <summary> | |
179 Adds an activated instance. | |
180 </summary> | |
181 <param name="instance">The instance to be added.</param> | |
182 </member> | |
183 <member name="M:Ninject.Activation.Caching.IActivationCache.AddDeactivatedInstance(System.Object)"> | |
184 <summary> | |
185 Adds an deactivated instance. | |
186 </summary> | |
187 <param name="instance">The instance to be added.</param> | |
188 </member> | |
189 <member name="M:Ninject.Activation.Caching.IActivationCache.IsActivated(System.Object)"> | |
190 <summary> | |
191 Determines whether the specified instance is activated. | |
192 </summary> | |
193 <param name="instance">The instance.</param> | |
194 <returns> | |
195 <c>true</c> if the specified instance is activated; otherwise, <c>false</c>. | |
196 </returns> | |
197 </member> | |
198 <member name="M:Ninject.Activation.Caching.IActivationCache.IsDeactivated(System.Object)"> | |
199 <summary> | |
200 Determines whether the specified instance is deactivated. | |
201 </summary> | |
202 <param name="instance">The instance.</param> | |
203 <returns> | |
204 <c>true</c> if the specified instance is deactivated; otherwise, <c>false</c>. | |
205 </returns> | |
206 </member> | |
207 <member name="T:Ninject.Activation.Caching.IPruneable"> | |
208 <summary> | |
209 An object that is prunealble. | |
210 </summary> | |
211 </member> | |
212 <member name="M:Ninject.Activation.Caching.IPruneable.Prune"> | |
213 <summary> | |
214 Removes instances from the cache which should no longer be re-used. | |
215 </summary> | |
216 </member> | |
217 <member name="F:Ninject.Activation.Caching.ActivationCache.activatedObjects"> | |
218 <summary> | |
219 The objects that were activated as reference equal weak references. | |
220 </summary> | |
221 </member> | |
222 <member name="F:Ninject.Activation.Caching.ActivationCache.deactivatedObjects"> | |
223 <summary> | |
224 The objects that were activated as reference equal weak references. | |
225 </summary> | |
226 </member> | |
227 <member name="M:Ninject.Activation.Caching.ActivationCache.#ctor(Ninject.Activation.Caching.ICachePruner)"> | |
228 <summary> | |
229 Initializes a new instance of the <see cref="T:Ninject.Activation.Caching.ActivationCache"/> class. | |
230 </summary> | |
231 <param name="cachePruner">The cache pruner.</param> | |
232 </member> | |
233 <member name="M:Ninject.Activation.Caching.ActivationCache.Clear"> | |
234 <summary> | |
235 Clears the cache. | |
236 </summary> | |
237 </member> | |
238 <member name="M:Ninject.Activation.Caching.ActivationCache.AddActivatedInstance(System.Object)"> | |
239 <summary> | |
240 Adds an activated instance. | |
241 </summary> | |
242 <param name="instance">The instance to be added.</param> | |
243 </member> | |
244 <member name="M:Ninject.Activation.Caching.ActivationCache.AddDeactivatedInstance(System.Object)"> | |
245 <summary> | |
246 Adds an deactivated instance. | |
247 </summary> | |
248 <param name="instance">The instance to be added.</param> | |
249 </member> | |
250 <member name="M:Ninject.Activation.Caching.ActivationCache.IsActivated(System.Object)"> | |
251 <summary> | |
252 Determines whether the specified instance is activated. | |
253 </summary> | |
254 <param name="instance">The instance.</param> | |
255 <returns> | |
256 <c>true</c> if the specified instance is activated; otherwise, <c>false</c>. | |
257 </returns> | |
258 </member> | |
259 <member name="M:Ninject.Activation.Caching.ActivationCache.IsDeactivated(System.Object)"> | |
260 <summary> | |
261 Determines whether the specified instance is deactivated. | |
262 </summary> | |
263 <param name="instance">The instance.</param> | |
264 <returns> | |
265 <c>true</c> if the specified instance is deactivated; otherwise, <c>false</c>. | |
266 </returns> | |
267 </member> | |
268 <member name="M:Ninject.Activation.Caching.ActivationCache.Prune"> | |
269 <summary> | |
270 Prunes this instance. | |
271 </summary> | |
272 </member> | |
273 <member name="M:Ninject.Activation.Caching.ActivationCache.RemoveDeadObjects(System.Collections.Generic.HashSet{System.Object})"> | |
274 <summary> | |
275 Removes all dead objects. | |
276 </summary> | |
277 <param name="objects">The objects collection to be freed of dead objects.</param> | |
278 </member> | |
279 <member name="P:Ninject.Activation.Caching.ActivationCache.ActivatedObjectCount"> | |
280 <summary> | |
281 Gets the activated object count. | |
282 </summary> | |
283 <value>The activated object count.</value> | |
284 </member> | |
285 <member name="P:Ninject.Activation.Caching.ActivationCache.DeactivatedObjectCount"> | |
286 <summary> | |
287 Gets the deactivated object count. | |
288 </summary> | |
289 <value>The deactivated object count.</value> | |
290 </member> | |
291 <member name="T:Ninject.Activation.Caching.Cache"> | |
292 <summary> | |
293 Tracks instances for re-use in certain scopes. | |
294 </summary> | |
295 </member> | |
296 <member name="T:Ninject.Activation.Caching.ICache"> | |
297 <summary> | |
298 Tracks instances for re-use in certain scopes. | |
299 </summary> | |
300 </member> | |
301 <member name="M:Ninject.Activation.Caching.ICache.Remember(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
302 <summary> | |
303 Stores the specified instance in the cache. | |
304 </summary> | |
305 <param name="context">The context to store.</param> | |
306 <param name="reference">The instance reference.</param> | |
307 </member> | |
308 <member name="M:Ninject.Activation.Caching.ICache.TryGet(Ninject.Activation.IContext)"> | |
309 <summary> | |
310 Tries to retrieve an instance to re-use in the specified context. | |
311 </summary> | |
312 <param name="context">The context that is being activated.</param> | |
313 <returns>The instance for re-use, or <see langword="null"/> if none has been stored.</returns> | |
314 </member> | |
315 <member name="M:Ninject.Activation.Caching.ICache.Release(System.Object)"> | |
316 <summary> | |
317 Deactivates and releases the specified instance from the cache. | |
318 </summary> | |
319 <param name="instance">The instance to release.</param> | |
320 <returns><see langword="True"/> if the instance was found and released; otherwise <see langword="false"/>.</returns> | |
321 </member> | |
322 <member name="M:Ninject.Activation.Caching.ICache.Clear(System.Object)"> | |
323 <summary> | |
324 Immediately deactivates and removes all instances in the cache that are owned by | |
325 the specified scope. | |
326 </summary> | |
327 <param name="scope">The scope whose instances should be deactivated.</param> | |
328 </member> | |
329 <member name="M:Ninject.Activation.Caching.ICache.Clear"> | |
330 <summary> | |
331 Immediately deactivates and removes all instances in the cache, regardless of scope. | |
332 </summary> | |
333 </member> | |
334 <member name="P:Ninject.Activation.Caching.ICache.Count"> | |
335 <summary> | |
336 Gets the number of entries currently stored in the cache. | |
337 </summary> | |
338 </member> | |
339 <member name="F:Ninject.Activation.Caching.Cache.entries"> | |
340 <summary> | |
341 Contains all cached instances. | |
342 This is a dictionary of scopes to a multimap for bindings to cache entries. | |
343 </summary> | |
344 </member> | |
345 <member name="M:Ninject.Activation.Caching.Cache.#ctor(Ninject.Activation.IPipeline,Ninject.Activation.Caching.ICachePruner)"> | |
346 <summary> | |
347 Initializes a new instance of the <see cref="T:Ninject.Activation.Caching.Cache"/> class. | |
348 </summary> | |
349 <param name="pipeline">The pipeline component.</param> | |
350 <param name="cachePruner">The cache pruner component.</param> | |
351 </member> | |
352 <member name="M:Ninject.Activation.Caching.Cache.Dispose(System.Boolean)"> | |
353 <summary> | |
354 Releases resources held by the object. | |
355 </summary> | |
356 <param name="disposing"></param> | |
357 </member> | |
358 <member name="M:Ninject.Activation.Caching.Cache.Remember(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
359 <summary> | |
360 Stores the specified context in the cache. | |
361 </summary> | |
362 <param name="context">The context to store.</param> | |
363 <param name="reference">The instance reference.</param> | |
364 </member> | |
365 <member name="M:Ninject.Activation.Caching.Cache.TryGet(Ninject.Activation.IContext)"> | |
366 <summary> | |
367 Tries to retrieve an instance to re-use in the specified context. | |
368 </summary> | |
369 <param name="context">The context that is being activated.</param> | |
370 <returns>The instance for re-use, or <see langword="null"/> if none has been stored.</returns> | |
371 </member> | |
372 <member name="M:Ninject.Activation.Caching.Cache.Release(System.Object)"> | |
373 <summary> | |
374 Deactivates and releases the specified instance from the cache. | |
375 </summary> | |
376 <param name="instance">The instance to release.</param> | |
377 <returns><see langword="True"/> if the instance was found and released; otherwise <see langword="false"/>.</returns> | |
378 </member> | |
379 <member name="M:Ninject.Activation.Caching.Cache.Prune"> | |
380 <summary> | |
381 Removes instances from the cache which should no longer be re-used. | |
382 </summary> | |
383 </member> | |
384 <member name="M:Ninject.Activation.Caching.Cache.Clear(System.Object)"> | |
385 <summary> | |
386 Immediately deactivates and removes all instances in the cache that are owned by | |
387 the specified scope. | |
388 </summary> | |
389 <param name="scope">The scope whose instances should be deactivated.</param> | |
390 </member> | |
391 <member name="M:Ninject.Activation.Caching.Cache.Clear"> | |
392 <summary> | |
393 Immediately deactivates and removes all instances in the cache, regardless of scope. | |
394 </summary> | |
395 </member> | |
396 <member name="M:Ninject.Activation.Caching.Cache.GetAllBindingEntries(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{Ninject.Planning.Bindings.IBinding,System.Collections.Generic.ICollection{Ninject.Activation.Caching.Cache.CacheEntry}}})"> | |
397 <summary> | |
398 Gets all entries for a binding withing the selected scope. | |
399 </summary> | |
400 <param name="bindings">The bindings.</param> | |
401 <returns>All bindings of a binding.</returns> | |
402 </member> | |
403 <member name="M:Ninject.Activation.Caching.Cache.GetAllCacheEntries"> | |
404 <summary> | |
405 Gets all cache entries. | |
406 </summary> | |
407 <returns>Returns all cache entries.</returns> | |
408 </member> | |
409 <member name="M:Ninject.Activation.Caching.Cache.Forget(System.Collections.Generic.IEnumerable{Ninject.Activation.Caching.Cache.CacheEntry})"> | |
410 <summary> | |
411 Forgets the specified cache entries. | |
412 </summary> | |
413 <param name="cacheEntries">The cache entries.</param> | |
414 </member> | |
415 <member name="M:Ninject.Activation.Caching.Cache.Forget(Ninject.Activation.Caching.Cache.CacheEntry)"> | |
416 <summary> | |
417 Forgets the specified entry. | |
418 </summary> | |
419 <param name="entry">The entry.</param> | |
420 </member> | |
421 <member name="P:Ninject.Activation.Caching.Cache.Pipeline"> | |
422 <summary> | |
423 Gets the pipeline component. | |
424 </summary> | |
425 </member> | |
426 <member name="P:Ninject.Activation.Caching.Cache.Count"> | |
427 <summary> | |
428 Gets the number of entries currently stored in the cache. | |
429 </summary> | |
430 </member> | |
431 <member name="T:Ninject.Activation.Caching.Cache.CacheEntry"> | |
432 <summary> | |
433 An entry in the cache. | |
434 </summary> | |
435 </member> | |
436 <member name="M:Ninject.Activation.Caching.Cache.CacheEntry.#ctor(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
437 <summary> | |
438 Initializes a new instance of the <see cref="T:Ninject.Activation.Caching.Cache.CacheEntry"/> class. | |
439 </summary> | |
440 <param name="context">The context.</param> | |
441 <param name="reference">The instance reference.</param> | |
442 </member> | |
443 <member name="P:Ninject.Activation.Caching.Cache.CacheEntry.Context"> | |
444 <summary> | |
445 Gets the context of the instance. | |
446 </summary> | |
447 <value>The context.</value> | |
448 </member> | |
449 <member name="P:Ninject.Activation.Caching.Cache.CacheEntry.Reference"> | |
450 <summary> | |
451 Gets the instance reference. | |
452 </summary> | |
453 <value>The instance reference.</value> | |
454 </member> | |
455 <member name="T:Ninject.Activation.Caching.GarbageCollectionCachePruner"> | |
456 <summary> | |
457 Uses a <see cref="T:System.Threading.Timer"/> and some <see cref="T:System.WeakReference"/> magic to poll | |
458 the garbage collector to see if it has run. | |
459 </summary> | |
460 </member> | |
461 <member name="T:Ninject.Activation.Caching.ICachePruner"> | |
462 <summary> | |
463 Prunes instances from an <see cref="T:Ninject.Activation.Caching.ICache"/> based on environmental information. | |
464 </summary> | |
465 </member> | |
466 <member name="M:Ninject.Activation.Caching.ICachePruner.Start(Ninject.Activation.Caching.IPruneable)"> | |
467 <summary> | |
468 Starts pruning the specified cache based on the rules of the pruner. | |
469 </summary> | |
470 <param name="cache">The cache that will be pruned.</param> | |
471 </member> | |
472 <member name="M:Ninject.Activation.Caching.ICachePruner.Stop"> | |
473 <summary> | |
474 Stops pruning. | |
475 </summary> | |
476 </member> | |
477 <member name="F:Ninject.Activation.Caching.GarbageCollectionCachePruner.caches"> | |
478 <summary> | |
479 The caches that are being pruned. | |
480 </summary> | |
481 </member> | |
482 <member name="M:Ninject.Activation.Caching.GarbageCollectionCachePruner.Dispose(System.Boolean)"> | |
483 <summary> | |
484 Releases resources held by the object. | |
485 </summary> | |
486 </member> | |
487 <member name="M:Ninject.Activation.Caching.GarbageCollectionCachePruner.Start(Ninject.Activation.Caching.IPruneable)"> | |
488 <summary> | |
489 Starts pruning the specified pruneable based on the rules of the pruner. | |
490 </summary> | |
491 <param name="pruneable">The pruneable that will be pruned.</param> | |
492 </member> | |
493 <member name="M:Ninject.Activation.Caching.GarbageCollectionCachePruner.Stop"> | |
494 <summary> | |
495 Stops pruning. | |
496 </summary> | |
497 </member> | |
498 <member name="T:Ninject.Activation.Providers.CallbackProvider`1"> | |
499 <summary> | |
500 A provider that delegates to a callback method to create instances. | |
501 </summary> | |
502 <typeparam name="T">The type of instances the provider creates.</typeparam> | |
503 </member> | |
504 <member name="T:Ninject.Activation.Provider`1"> | |
505 <summary> | |
506 A simple abstract provider for instances of a specific type. | |
507 </summary> | |
508 <typeparam name="T">The type of instances the provider creates.</typeparam> | |
509 </member> | |
510 <member name="T:Ninject.Activation.IProvider"> | |
511 <summary> | |
512 Creates instances of services. | |
513 </summary> | |
514 </member> | |
515 <member name="M:Ninject.Activation.IProvider.Create(Ninject.Activation.IContext)"> | |
516 <summary> | |
517 Creates an instance within the specified context. | |
518 </summary> | |
519 <param name="context">The context.</param> | |
520 <returns>The created instance.</returns> | |
521 </member> | |
522 <member name="P:Ninject.Activation.IProvider.Type"> | |
523 <summary> | |
524 Gets the type (or prototype) of instances the provider creates. | |
525 </summary> | |
526 </member> | |
527 <member name="M:Ninject.Activation.Provider`1.Create(Ninject.Activation.IContext)"> | |
528 <summary> | |
529 Creates an instance within the specified context. | |
530 </summary> | |
531 <param name="context">The context.</param> | |
532 <returns>The created instance.</returns> | |
533 </member> | |
534 <member name="M:Ninject.Activation.Provider`1.CreateInstance(Ninject.Activation.IContext)"> | |
535 <summary> | |
536 Creates an instance within the specified context. | |
537 </summary> | |
538 <param name="context">The context.</param> | |
539 <returns>The created instance.</returns> | |
540 </member> | |
541 <member name="P:Ninject.Activation.Provider`1.Type"> | |
542 <summary> | |
543 Gets the type (or prototype) of instances the provider creates. | |
544 </summary> | |
545 </member> | |
546 <member name="M:Ninject.Activation.Providers.CallbackProvider`1.#ctor(System.Func{Ninject.Activation.IContext,`0})"> | |
547 <summary> | |
548 Initializes a new instance of the CallbackProvider<T> class. | |
549 </summary> | |
550 <param name="method">The callback method that will be called to create instances.</param> | |
551 </member> | |
552 <member name="M:Ninject.Activation.Providers.CallbackProvider`1.CreateInstance(Ninject.Activation.IContext)"> | |
553 <summary> | |
554 Invokes the callback method to create an instance. | |
555 </summary> | |
556 <param name="context">The context.</param> | |
557 <returns>The created instance.</returns> | |
558 </member> | |
559 <member name="P:Ninject.Activation.Providers.CallbackProvider`1.Method"> | |
560 <summary> | |
561 Gets the callback method used by the provider. | |
562 </summary> | |
563 </member> | |
564 <member name="T:Ninject.Activation.Providers.ConstantProvider`1"> | |
565 <summary> | |
566 A provider that always returns the same constant value. | |
567 </summary> | |
568 <typeparam name="T">The type of value that is returned.</typeparam> | |
569 </member> | |
570 <member name="M:Ninject.Activation.Providers.ConstantProvider`1.#ctor(`0)"> | |
571 <summary> | |
572 Initializes a new instance of the ConstantProvider<T> class. | |
573 </summary> | |
574 <param name="value">The value that the provider should return.</param> | |
575 </member> | |
576 <member name="M:Ninject.Activation.Providers.ConstantProvider`1.CreateInstance(Ninject.Activation.IContext)"> | |
577 <summary> | |
578 Creates an instance within the specified context. | |
579 </summary> | |
580 <param name="context">The context.</param> | |
581 <returns>The constant value this provider returns.</returns> | |
582 </member> | |
583 <member name="P:Ninject.Activation.Providers.ConstantProvider`1.Value"> | |
584 <summary> | |
585 Gets the value that the provider will return. | |
586 </summary> | |
587 </member> | |
588 <member name="T:Ninject.Activation.Providers.StandardProvider"> | |
589 <summary> | |
590 The standard provider for types, which activates instances via a <see cref="T:Ninject.Activation.IPipeline"/>. | |
591 </summary> | |
592 </member> | |
593 <member name="M:Ninject.Activation.Providers.StandardProvider.#ctor(System.Type,Ninject.Planning.IPlanner,Ninject.Selection.ISelector)"> | |
594 <summary> | |
595 Initializes a new instance of the <see cref="T:Ninject.Activation.Providers.StandardProvider"/> class. | |
596 </summary> | |
597 <param name="type">The type (or prototype) of instances the provider creates.</param> | |
598 <param name="planner">The planner component.</param> | |
599 <param name="selector">The selector component.</param> | |
600 </member> | |
601 <member name="M:Ninject.Activation.Providers.StandardProvider.Create(Ninject.Activation.IContext)"> | |
602 <summary> | |
603 Creates an instance within the specified context. | |
604 </summary> | |
605 <param name="context">The context.</param> | |
606 <returns>The created instance.</returns> | |
607 </member> | |
608 <member name="M:Ninject.Activation.Providers.StandardProvider.GetValue(Ninject.Activation.IContext,Ninject.Planning.Targets.ITarget)"> | |
609 <summary> | |
610 Gets the value to inject into the specified target. | |
611 </summary> | |
612 <param name="context">The context.</param> | |
613 <param name="target">The target.</param> | |
614 <returns>The value to inject into the specified target.</returns> | |
615 </member> | |
616 <member name="M:Ninject.Activation.Providers.StandardProvider.GetImplementationType(System.Type)"> | |
617 <summary> | |
618 Gets the implementation type that the provider will activate an instance of | |
619 for the specified service. | |
620 </summary> | |
621 <param name="service">The service in question.</param> | |
622 <returns>The implementation type that will be activated.</returns> | |
623 </member> | |
624 <member name="M:Ninject.Activation.Providers.StandardProvider.GetCreationCallback(System.Type)"> | |
625 <summary> | |
626 Gets a callback that creates an instance of the <see cref="T:Ninject.Activation.Providers.StandardProvider"/> | |
627 for the specified type. | |
628 </summary> | |
629 <param name="prototype">The prototype the provider instance will create.</param> | |
630 <returns>The created callback.</returns> | |
631 </member> | |
632 <member name="P:Ninject.Activation.Providers.StandardProvider.Type"> | |
633 <summary> | |
634 Gets the type (or prototype) of instances the provider creates. | |
635 </summary> | |
636 </member> | |
637 <member name="P:Ninject.Activation.Providers.StandardProvider.Planner"> | |
638 <summary> | |
639 Gets or sets the planner component. | |
640 </summary> | |
641 </member> | |
642 <member name="P:Ninject.Activation.Providers.StandardProvider.Selector"> | |
643 <summary> | |
644 Gets or sets the selector component. | |
645 </summary> | |
646 </member> | |
647 <member name="T:Ninject.Activation.Strategies.ActivationCacheStrategy"> | |
648 <summary> | |
649 Adds all activated instances to the activation cache. | |
650 </summary> | |
651 </member> | |
652 <member name="T:Ninject.Activation.Strategies.IActivationStrategy"> | |
653 <summary> | |
654 Contributes to a <see cref="T:Ninject.Activation.IPipeline"/>, and is called during the activation | |
655 and deactivation of an instance. | |
656 </summary> | |
657 </member> | |
658 <member name="M:Ninject.Activation.Strategies.IActivationStrategy.Activate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
659 <summary> | |
660 Contributes to the activation of the instance in the specified context. | |
661 </summary> | |
662 <param name="context">The context.</param> | |
663 <param name="reference">A reference to the instance being activated.</param> | |
664 </member> | |
665 <member name="M:Ninject.Activation.Strategies.IActivationStrategy.Deactivate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
666 <summary> | |
667 Contributes to the deactivation of the instance in the specified context. | |
668 </summary> | |
669 <param name="context">The context.</param> | |
670 <param name="reference">A reference to the instance being deactivated.</param> | |
671 </member> | |
672 <member name="F:Ninject.Activation.Strategies.ActivationCacheStrategy.activationCache"> | |
673 <summary> | |
674 The activation cache. | |
675 </summary> | |
676 </member> | |
677 <member name="M:Ninject.Activation.Strategies.ActivationCacheStrategy.#ctor(Ninject.Activation.Caching.IActivationCache)"> | |
678 <summary> | |
679 Initializes a new instance of the <see cref="T:Ninject.Activation.Strategies.ActivationCacheStrategy"/> class. | |
680 </summary> | |
681 <param name="activationCache">The activation cache.</param> | |
682 </member> | |
683 <member name="M:Ninject.Activation.Strategies.ActivationCacheStrategy.Dispose"> | |
684 <summary> | |
685 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
686 </summary> | |
687 </member> | |
688 <member name="M:Ninject.Activation.Strategies.ActivationCacheStrategy.Activate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
689 <summary> | |
690 Contributes to the activation of the instance in the specified context. | |
691 </summary> | |
692 <param name="context">The context.</param> | |
693 <param name="reference">A reference to the instance being activated.</param> | |
694 </member> | |
695 <member name="M:Ninject.Activation.Strategies.ActivationCacheStrategy.Deactivate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
696 <summary> | |
697 Contributes to the deactivation of the instance in the specified context. | |
698 </summary> | |
699 <param name="context">The context.</param> | |
700 <param name="reference">A reference to the instance being deactivated.</param> | |
701 </member> | |
702 <member name="P:Ninject.Activation.Strategies.ActivationCacheStrategy.Settings"> | |
703 <summary> | |
704 Gets or sets the settings. | |
705 </summary> | |
706 <value>The ninject settings.</value> | |
707 </member> | |
708 <member name="T:Ninject.Activation.Strategies.ActivationStrategy"> | |
709 <summary> | |
710 Contributes to a <see cref="T:Ninject.Activation.IPipeline"/>, and is called during the activation | |
711 and deactivation of an instance. | |
712 </summary> | |
713 </member> | |
714 <member name="M:Ninject.Activation.Strategies.ActivationStrategy.Activate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
715 <summary> | |
716 Contributes to the activation of the instance in the specified context. | |
717 </summary> | |
718 <param name="context">The context.</param> | |
719 <param name="reference">A reference to the instance being activated.</param> | |
720 </member> | |
721 <member name="M:Ninject.Activation.Strategies.ActivationStrategy.Deactivate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
722 <summary> | |
723 Contributes to the deactivation of the instance in the specified context. | |
724 </summary> | |
725 <param name="context">The context.</param> | |
726 <param name="reference">A reference to the instance being deactivated.</param> | |
727 </member> | |
728 <member name="T:Ninject.Activation.Strategies.BindingActionStrategy"> | |
729 <summary> | |
730 Executes actions defined on the binding during activation and deactivation. | |
731 </summary> | |
732 </member> | |
733 <member name="M:Ninject.Activation.Strategies.BindingActionStrategy.Activate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
734 <summary> | |
735 Calls the activation actions defined on the binding. | |
736 </summary> | |
737 <param name="context">The context.</param> | |
738 <param name="reference">A reference to the instance being activated.</param> | |
739 </member> | |
740 <member name="M:Ninject.Activation.Strategies.BindingActionStrategy.Deactivate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
741 <summary> | |
742 Calls the deactivation actions defined on the binding. | |
743 </summary> | |
744 <param name="context">The context.</param> | |
745 <param name="reference">A reference to the instance being deactivated.</param> | |
746 </member> | |
747 <member name="T:Ninject.Activation.Strategies.DisposableStrategy"> | |
748 <summary> | |
749 During deactivation, disposes instances that implement <see cref="T:System.IDisposable"/>. | |
750 </summary> | |
751 </member> | |
752 <member name="M:Ninject.Activation.Strategies.DisposableStrategy.Deactivate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
753 <summary> | |
754 Disposes the specified instance. | |
755 </summary> | |
756 <param name="context">The context.</param> | |
757 <param name="reference">A reference to the instance being deactivated.</param> | |
758 </member> | |
759 <member name="T:Ninject.Activation.Strategies.InitializableStrategy"> | |
760 <summary> | |
761 During activation, initializes instances that implement <see cref="T:Ninject.IInitializable"/>. | |
762 </summary> | |
763 </member> | |
764 <member name="M:Ninject.Activation.Strategies.InitializableStrategy.Activate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
765 <summary> | |
766 Initializes the specified instance. | |
767 </summary> | |
768 <param name="context">The context.</param> | |
769 <param name="reference">A reference to the instance being activated.</param> | |
770 </member> | |
771 <member name="T:Ninject.Activation.Strategies.MethodInjectionStrategy"> | |
772 <summary> | |
773 Injects methods on an instance during activation. | |
774 </summary> | |
775 </member> | |
776 <member name="M:Ninject.Activation.Strategies.MethodInjectionStrategy.Activate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
777 <summary> | |
778 Injects values into the properties as described by <see cref="T:Ninject.Planning.Directives.MethodInjectionDirective"/>s | |
779 contained in the plan. | |
780 </summary> | |
781 <param name="context">The context.</param> | |
782 <param name="reference">A reference to the instance being activated.</param> | |
783 </member> | |
784 <member name="T:Ninject.Activation.Strategies.PropertyInjectionStrategy"> | |
785 <summary> | |
786 Injects properties on an instance during activation. | |
787 </summary> | |
788 </member> | |
789 <member name="M:Ninject.Activation.Strategies.PropertyInjectionStrategy.#ctor(Ninject.Injection.IInjectorFactory)"> | |
790 <summary> | |
791 Initializes a new instance of the <see cref="T:Ninject.Activation.Strategies.PropertyInjectionStrategy"/> class. | |
792 </summary> | |
793 <param name="injectorFactory">The injector factory component.</param> | |
794 </member> | |
795 <member name="M:Ninject.Activation.Strategies.PropertyInjectionStrategy.Activate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
796 <summary> | |
797 Injects values into the properties as described by <see cref="T:Ninject.Planning.Directives.PropertyInjectionDirective"/>s | |
798 contained in the plan. | |
799 </summary> | |
800 <param name="context">The context.</param> | |
801 <param name="reference">A reference to the instance being activated.</param> | |
802 </member> | |
803 <member name="M:Ninject.Activation.Strategies.PropertyInjectionStrategy.AssignProperyOverrides(Ninject.Activation.IContext,Ninject.Activation.InstanceReference,System.Collections.Generic.IEnumerable{Ninject.Parameters.IParameter})"> | |
804 <summary> | |
805 Applies user supplied override values to instance properties. | |
806 </summary> | |
807 <param name="context">The context.</param> | |
808 <param name="reference">A reference to the instance being activated.</param> | |
809 <param name="propertyValues">The parameter ovverride value accessors.</param> | |
810 </member> | |
811 <member name="M:Ninject.Activation.Strategies.PropertyInjectionStrategy.GetValue(Ninject.Activation.IContext,Ninject.Planning.Targets.ITarget)"> | |
812 <summary> | |
813 Gets the value to inject into the specified target. | |
814 </summary> | |
815 <param name="context">The context.</param> | |
816 <param name="target">The target.</param> | |
817 <returns>The value to inject into the specified target.</returns> | |
818 </member> | |
819 <member name="P:Ninject.Activation.Strategies.PropertyInjectionStrategy.InjectorFactory"> | |
820 <summary> | |
821 Gets the injector factory component. | |
822 </summary> | |
823 </member> | |
824 <member name="T:Ninject.Activation.Strategies.StartableStrategy"> | |
825 <summary> | |
826 Starts instances that implement <see cref="T:Ninject.IStartable"/> during activation, | |
827 and stops them during deactivation. | |
828 </summary> | |
829 </member> | |
830 <member name="M:Ninject.Activation.Strategies.StartableStrategy.Activate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
831 <summary> | |
832 Starts the specified instance. | |
833 </summary> | |
834 <param name="context">The context.</param> | |
835 <param name="reference">A reference to the instance being activated.</param> | |
836 </member> | |
837 <member name="M:Ninject.Activation.Strategies.StartableStrategy.Deactivate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
838 <summary> | |
839 Stops the specified instance. | |
840 </summary> | |
841 <param name="context">The context.</param> | |
842 <param name="reference">A reference to the instance being deactivated.</param> | |
843 </member> | |
844 <member name="T:Ninject.Activation.Context"> | |
845 <summary> | |
846 Contains information about the activation of a single instance. | |
847 </summary> | |
848 </member> | |
849 <member name="T:Ninject.Activation.IContext"> | |
850 <summary> | |
851 Contains information about the activation of a single instance. | |
852 </summary> | |
853 </member> | |
854 <member name="M:Ninject.Activation.IContext.GetProvider"> | |
855 <summary> | |
856 Gets the provider that should be used to create the instance for this context. | |
857 </summary> | |
858 <returns>The provider that should be used.</returns> | |
859 </member> | |
860 <member name="M:Ninject.Activation.IContext.GetScope"> | |
861 <summary> | |
862 Gets the scope for the context that "owns" the instance activated therein. | |
863 </summary> | |
864 <returns>The object that acts as the scope.</returns> | |
865 </member> | |
866 <member name="M:Ninject.Activation.IContext.Resolve"> | |
867 <summary> | |
868 Resolves this instance for this context. | |
869 </summary> | |
870 <returns>The resolved instance.</returns> | |
871 </member> | |
872 <member name="P:Ninject.Activation.IContext.Kernel"> | |
873 <summary> | |
874 Gets the kernel that is driving the activation. | |
875 </summary> | |
876 </member> | |
877 <member name="P:Ninject.Activation.IContext.Request"> | |
878 <summary> | |
879 Gets the request. | |
880 </summary> | |
881 </member> | |
882 <member name="P:Ninject.Activation.IContext.Binding"> | |
883 <summary> | |
884 Gets the binding. | |
885 </summary> | |
886 </member> | |
887 <member name="P:Ninject.Activation.IContext.Plan"> | |
888 <summary> | |
889 Gets or sets the activation plan. | |
890 </summary> | |
891 </member> | |
892 <member name="P:Ninject.Activation.IContext.Parameters"> | |
893 <summary> | |
894 Gets the parameters that were passed to manipulate the activation process. | |
895 </summary> | |
896 </member> | |
897 <member name="P:Ninject.Activation.IContext.GenericArguments"> | |
898 <summary> | |
899 Gets the generic arguments for the request, if any. | |
900 </summary> | |
901 </member> | |
902 <member name="P:Ninject.Activation.IContext.HasInferredGenericArguments"> | |
903 <summary> | |
904 Gets a value indicating whether the request involves inferred generic arguments. | |
905 </summary> | |
906 </member> | |
907 <member name="M:Ninject.Activation.Context.#ctor(Ninject.IKernel,Ninject.Activation.IRequest,Ninject.Planning.Bindings.IBinding,Ninject.Activation.Caching.ICache,Ninject.Planning.IPlanner,Ninject.Activation.IPipeline)"> | |
908 <summary> | |
909 Initializes a new instance of the <see cref="T:Ninject.Activation.Context"/> class. | |
910 </summary> | |
911 <param name="kernel">The kernel managing the resolution.</param> | |
912 <param name="request">The context's request.</param> | |
913 <param name="binding">The context's binding.</param> | |
914 <param name="cache">The cache component.</param> | |
915 <param name="planner">The planner component.</param> | |
916 <param name="pipeline">The pipeline component.</param> | |
917 </member> | |
918 <member name="M:Ninject.Activation.Context.GetScope"> | |
919 <summary> | |
920 Gets the scope for the context that "owns" the instance activated therein. | |
921 </summary> | |
922 <returns>The object that acts as the scope.</returns> | |
923 </member> | |
924 <member name="M:Ninject.Activation.Context.GetProvider"> | |
925 <summary> | |
926 Gets the provider that should be used to create the instance for this context. | |
927 </summary> | |
928 <returns>The provider that should be used.</returns> | |
929 </member> | |
930 <member name="M:Ninject.Activation.Context.Resolve"> | |
931 <summary> | |
932 Resolves the instance associated with this hook. | |
933 </summary> | |
934 <returns>The resolved instance.</returns> | |
935 </member> | |
936 <member name="P:Ninject.Activation.Context.Kernel"> | |
937 <summary> | |
938 Gets the kernel that is driving the activation. | |
939 </summary> | |
940 </member> | |
941 <member name="P:Ninject.Activation.Context.Request"> | |
942 <summary> | |
943 Gets the request. | |
944 </summary> | |
945 </member> | |
946 <member name="P:Ninject.Activation.Context.Binding"> | |
947 <summary> | |
948 Gets the binding. | |
949 </summary> | |
950 </member> | |
951 <member name="P:Ninject.Activation.Context.Plan"> | |
952 <summary> | |
953 Gets or sets the activation plan. | |
954 </summary> | |
955 </member> | |
956 <member name="P:Ninject.Activation.Context.Parameters"> | |
957 <summary> | |
958 Gets the parameters that were passed to manipulate the activation process. | |
959 </summary> | |
960 </member> | |
961 <member name="P:Ninject.Activation.Context.GenericArguments"> | |
962 <summary> | |
963 Gets the generic arguments for the request, if any. | |
964 </summary> | |
965 </member> | |
966 <member name="P:Ninject.Activation.Context.HasInferredGenericArguments"> | |
967 <summary> | |
968 Gets a value indicating whether the request involves inferred generic arguments. | |
969 </summary> | |
970 </member> | |
971 <member name="P:Ninject.Activation.Context.Cache"> | |
972 <summary> | |
973 Gets or sets the cache component. | |
974 </summary> | |
975 </member> | |
976 <member name="P:Ninject.Activation.Context.Planner"> | |
977 <summary> | |
978 Gets or sets the planner component. | |
979 </summary> | |
980 </member> | |
981 <member name="P:Ninject.Activation.Context.Pipeline"> | |
982 <summary> | |
983 Gets or sets the pipeline component. | |
984 </summary> | |
985 </member> | |
986 <member name="T:Ninject.Activation.InstanceReference"> | |
987 <summary> | |
988 Holds an instance during activation or after it has been cached. | |
989 </summary> | |
990 </member> | |
991 <member name="M:Ninject.Activation.InstanceReference.Is``1"> | |
992 <summary> | |
993 Returns a value indicating whether the instance is of the specified type. | |
994 </summary> | |
995 <typeparam name="T">The type in question.</typeparam> | |
996 <returns><see langword="True"/> if the instance is of the specified type, otherwise <see langword="false"/>.</returns> | |
997 </member> | |
998 <member name="M:Ninject.Activation.InstanceReference.As``1"> | |
999 <summary> | |
1000 Returns the instance as the specified type. | |
1001 </summary> | |
1002 <typeparam name="T">The requested type.</typeparam> | |
1003 <returns>The instance.</returns> | |
1004 </member> | |
1005 <member name="M:Ninject.Activation.InstanceReference.IfInstanceIs``1(System.Action{``0})"> | |
1006 <summary> | |
1007 Executes the specified action if the instance if of the specified type. | |
1008 </summary> | |
1009 <typeparam name="T">The type in question.</typeparam> | |
1010 <param name="action">The action to execute.</param> | |
1011 </member> | |
1012 <member name="P:Ninject.Activation.InstanceReference.Instance"> | |
1013 <summary> | |
1014 Gets or sets the instance. | |
1015 </summary> | |
1016 </member> | |
1017 <member name="T:Ninject.Activation.IPipeline"> | |
1018 <summary> | |
1019 Drives the activation (injection, etc.) of an instance. | |
1020 </summary> | |
1021 </member> | |
1022 <member name="M:Ninject.Activation.IPipeline.Activate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
1023 <summary> | |
1024 Activates the instance in the specified context. | |
1025 </summary> | |
1026 <param name="context">The context.</param> | |
1027 <param name="reference">The instance reference.</param> | |
1028 </member> | |
1029 <member name="M:Ninject.Activation.IPipeline.Deactivate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
1030 <summary> | |
1031 Deactivates the instance in the specified context. | |
1032 </summary> | |
1033 <param name="context">The context.</param> | |
1034 <param name="reference">The instance reference.</param> | |
1035 </member> | |
1036 <member name="P:Ninject.Activation.IPipeline.Strategies"> | |
1037 <summary> | |
1038 Gets the strategies that contribute to the activation and deactivation processes. | |
1039 </summary> | |
1040 </member> | |
1041 <member name="T:Ninject.Activation.IRequest"> | |
1042 <summary> | |
1043 Describes the request for a service resolution. | |
1044 </summary> | |
1045 </member> | |
1046 <member name="M:Ninject.Activation.IRequest.Matches(Ninject.Planning.Bindings.IBinding)"> | |
1047 <summary> | |
1048 Determines whether the specified binding satisfies the constraint defined on this request. | |
1049 </summary> | |
1050 <param name="binding">The binding.</param> | |
1051 <returns><c>True</c> if the binding satisfies the constraint; otherwise <c>false</c>.</returns> | |
1052 </member> | |
1053 <member name="M:Ninject.Activation.IRequest.GetScope"> | |
1054 <summary> | |
1055 Gets the scope if one was specified in the request. | |
1056 </summary> | |
1057 <returns>The object that acts as the scope.</returns> | |
1058 </member> | |
1059 <member name="M:Ninject.Activation.IRequest.CreateChild(System.Type,Ninject.Activation.IContext,Ninject.Planning.Targets.ITarget)"> | |
1060 <summary> | |
1061 Creates a child request. | |
1062 </summary> | |
1063 <param name="service">The service that is being requested.</param> | |
1064 <param name="parentContext">The context in which the request was made.</param> | |
1065 <param name="target">The target that will receive the injection.</param> | |
1066 <returns>The child request.</returns> | |
1067 </member> | |
1068 <member name="P:Ninject.Activation.IRequest.Service"> | |
1069 <summary> | |
1070 Gets the service that was requested. | |
1071 </summary> | |
1072 </member> | |
1073 <member name="P:Ninject.Activation.IRequest.ParentRequest"> | |
1074 <summary> | |
1075 Gets the parent request. | |
1076 </summary> | |
1077 </member> | |
1078 <member name="P:Ninject.Activation.IRequest.ParentContext"> | |
1079 <summary> | |
1080 Gets the parent context. | |
1081 </summary> | |
1082 </member> | |
1083 <member name="P:Ninject.Activation.IRequest.Target"> | |
1084 <summary> | |
1085 Gets the target that will receive the injection, if any. | |
1086 </summary> | |
1087 </member> | |
1088 <member name="P:Ninject.Activation.IRequest.Constraint"> | |
1089 <summary> | |
1090 Gets the constraint that will be applied to filter the bindings used for the request. | |
1091 </summary> | |
1092 </member> | |
1093 <member name="P:Ninject.Activation.IRequest.Parameters"> | |
1094 <summary> | |
1095 Gets the parameters that affect the resolution. | |
1096 </summary> | |
1097 </member> | |
1098 <member name="P:Ninject.Activation.IRequest.ActiveBindings"> | |
1099 <summary> | |
1100 Gets the stack of bindings which have been activated by either this request or its ancestors. | |
1101 </summary> | |
1102 </member> | |
1103 <member name="P:Ninject.Activation.IRequest.Depth"> | |
1104 <summary> | |
1105 Gets the recursive depth at which this request occurs. | |
1106 </summary> | |
1107 </member> | |
1108 <member name="P:Ninject.Activation.IRequest.IsOptional"> | |
1109 <summary> | |
1110 Gets or sets value indicating whether the request is optional. | |
1111 </summary> | |
1112 </member> | |
1113 <member name="P:Ninject.Activation.IRequest.IsUnique"> | |
1114 <summary> | |
1115 Gets or sets value indicating whether the request should return a unique result. | |
1116 </summary> | |
1117 </member> | |
1118 <member name="T:Ninject.Activation.Pipeline"> | |
1119 <summary> | |
1120 Drives the activation (injection, etc.) of an instance. | |
1121 </summary> | |
1122 </member> | |
1123 <member name="F:Ninject.Activation.Pipeline.activationCache"> | |
1124 <summary> | |
1125 The activation cache. | |
1126 </summary> | |
1127 </member> | |
1128 <member name="M:Ninject.Activation.Pipeline.#ctor(System.Collections.Generic.IEnumerable{Ninject.Activation.Strategies.IActivationStrategy},Ninject.Activation.Caching.IActivationCache)"> | |
1129 <summary> | |
1130 Initializes a new instance of the <see cref="T:Ninject.Activation.Pipeline"/> class. | |
1131 </summary> | |
1132 <param name="strategies">The strategies to execute during activation and deactivation.</param> | |
1133 <param name="activationCache">The activation cache.</param> | |
1134 </member> | |
1135 <member name="M:Ninject.Activation.Pipeline.Activate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
1136 <summary> | |
1137 Activates the instance in the specified context. | |
1138 </summary> | |
1139 <param name="context">The context.</param> | |
1140 <param name="reference">The instance reference.</param> | |
1141 </member> | |
1142 <member name="M:Ninject.Activation.Pipeline.Deactivate(Ninject.Activation.IContext,Ninject.Activation.InstanceReference)"> | |
1143 <summary> | |
1144 Deactivates the instance in the specified context. | |
1145 </summary> | |
1146 <param name="context">The context.</param> | |
1147 <param name="reference">The instance reference.</param> | |
1148 </member> | |
1149 <member name="P:Ninject.Activation.Pipeline.Strategies"> | |
1150 <summary> | |
1151 Gets the strategies that contribute to the activation and deactivation processes. | |
1152 </summary> | |
1153 </member> | |
1154 <member name="T:Ninject.Activation.Request"> | |
1155 <summary> | |
1156 Describes the request for a service resolution. | |
1157 </summary> | |
1158 </member> | |
1159 <member name="M:Ninject.Activation.Request.#ctor(System.Type,System.Func{Ninject.Planning.Bindings.IBindingMetadata,System.Boolean},System.Collections.Generic.IEnumerable{Ninject.Parameters.IParameter},System.Func{System.Object},System.Boolean,System.Boolean)"> | |
1160 <summary> | |
1161 Initializes a new instance of the <see cref="T:Ninject.Activation.Request"/> class. | |
1162 </summary> | |
1163 <param name="service">The service that was requested.</param> | |
1164 <param name="constraint">The constraint that will be applied to filter the bindings used for the request.</param> | |
1165 <param name="parameters">The parameters that affect the resolution.</param> | |
1166 <param name="scopeCallback">The scope callback, if an external scope was specified.</param> | |
1167 <param name="isOptional"><c>True</c> if the request is optional; otherwise, <c>false</c>.</param> | |
1168 <param name="isUnique"><c>True</c> if the request should return a unique result; otherwise, <c>false</c>.</param> | |
1169 </member> | |
1170 <member name="M:Ninject.Activation.Request.#ctor(Ninject.Activation.IContext,System.Type,Ninject.Planning.Targets.ITarget,System.Func{System.Object})"> | |
1171 <summary> | |
1172 Initializes a new instance of the <see cref="T:Ninject.Activation.Request"/> class. | |
1173 </summary> | |
1174 <param name="parentContext">The parent context.</param> | |
1175 <param name="service">The service that was requested.</param> | |
1176 <param name="target">The target that will receive the injection.</param> | |
1177 <param name="scopeCallback">The scope callback, if an external scope was specified.</param> | |
1178 </member> | |
1179 <member name="M:Ninject.Activation.Request.Matches(Ninject.Planning.Bindings.IBinding)"> | |
1180 <summary> | |
1181 Determines whether the specified binding satisfies the constraints defined on this request. | |
1182 </summary> | |
1183 <param name="binding">The binding.</param> | |
1184 <returns><c>True</c> if the binding satisfies the constraints; otherwise <c>false</c>.</returns> | |
1185 </member> | |
1186 <member name="M:Ninject.Activation.Request.GetScope"> | |
1187 <summary> | |
1188 Gets the scope if one was specified in the request. | |
1189 </summary> | |
1190 <returns>The object that acts as the scope.</returns> | |
1191 </member> | |
1192 <member name="M:Ninject.Activation.Request.CreateChild(System.Type,Ninject.Activation.IContext,Ninject.Planning.Targets.ITarget)"> | |
1193 <summary> | |
1194 Creates a child request. | |
1195 </summary> | |
1196 <param name="service">The service that is being requested.</param> | |
1197 <param name="parentContext">The context in which the request was made.</param> | |
1198 <param name="target">The target that will receive the injection.</param> | |
1199 <returns>The child request.</returns> | |
1200 </member> | |
1201 <member name="P:Ninject.Activation.Request.Service"> | |
1202 <summary> | |
1203 Gets the service that was requested. | |
1204 </summary> | |
1205 </member> | |
1206 <member name="P:Ninject.Activation.Request.ParentRequest"> | |
1207 <summary> | |
1208 Gets the parent request. | |
1209 </summary> | |
1210 </member> | |
1211 <member name="P:Ninject.Activation.Request.ParentContext"> | |
1212 <summary> | |
1213 Gets the parent context. | |
1214 </summary> | |
1215 </member> | |
1216 <member name="P:Ninject.Activation.Request.Target"> | |
1217 <summary> | |
1218 Gets the target that will receive the injection, if any. | |
1219 </summary> | |
1220 </member> | |
1221 <member name="P:Ninject.Activation.Request.Constraint"> | |
1222 <summary> | |
1223 Gets the constraint that will be applied to filter the bindings used for the request. | |
1224 </summary> | |
1225 </member> | |
1226 <member name="P:Ninject.Activation.Request.Parameters"> | |
1227 <summary> | |
1228 Gets the parameters that affect the resolution. | |
1229 </summary> | |
1230 </member> | |
1231 <member name="P:Ninject.Activation.Request.ActiveBindings"> | |
1232 <summary> | |
1233 Gets the stack of bindings which have been activated by either this request or its ancestors. | |
1234 </summary> | |
1235 </member> | |
1236 <member name="P:Ninject.Activation.Request.Depth"> | |
1237 <summary> | |
1238 Gets the recursive depth at which this request occurs. | |
1239 </summary> | |
1240 </member> | |
1241 <member name="P:Ninject.Activation.Request.IsOptional"> | |
1242 <summary> | |
1243 Gets or sets value indicating whether the request is optional. | |
1244 </summary> | |
1245 </member> | |
1246 <member name="P:Ninject.Activation.Request.IsUnique"> | |
1247 <summary> | |
1248 Gets or sets value indicating whether the request is for a single service. | |
1249 </summary> | |
1250 </member> | |
1251 <member name="P:Ninject.Activation.Request.ScopeCallback"> | |
1252 <summary> | |
1253 Gets the callback that resolves the scope for the request, if an external scope was provided. | |
1254 </summary> | |
1255 </member> | |
1256 <member name="T:Ninject.ConstraintAttribute"> | |
1257 <summary> | |
1258 Defines a constraint on the decorated member. | |
1259 </summary> | |
1260 </member> | |
1261 <member name="M:Ninject.ConstraintAttribute.Matches(Ninject.Planning.Bindings.IBindingMetadata)"> | |
1262 <summary> | |
1263 Determines whether the specified binding metadata matches the constraint. | |
1264 </summary> | |
1265 <param name="metadata">The metadata in question.</param> | |
1266 <returns><c>True</c> if the metadata matches; otherwise <c>false</c>.</returns> | |
1267 </member> | |
1268 <member name="T:Ninject.InjectAttribute"> | |
1269 <summary> | |
1270 Indicates that the decorated member should be injected. | |
1271 </summary> | |
1272 </member> | |
1273 <member name="T:Ninject.NamedAttribute"> | |
1274 <summary> | |
1275 Indicates that the decorated member should only be injected using binding(s) registered | |
1276 with the specified name. | |
1277 </summary> | |
1278 </member> | |
1279 <member name="M:Ninject.NamedAttribute.#ctor(System.String)"> | |
1280 <summary> | |
1281 Initializes a new instance of the <see cref="T:Ninject.NamedAttribute"/> class. | |
1282 </summary> | |
1283 <param name="name">The name of the binding(s) to use.</param> | |
1284 </member> | |
1285 <member name="M:Ninject.NamedAttribute.Matches(Ninject.Planning.Bindings.IBindingMetadata)"> | |
1286 <summary> | |
1287 Determines whether the specified binding metadata matches the constraint. | |
1288 </summary> | |
1289 <param name="metadata">The metadata in question.</param> | |
1290 <returns><c>True</c> if the metadata matches; otherwise <c>false</c>.</returns> | |
1291 </member> | |
1292 <member name="P:Ninject.NamedAttribute.Name"> | |
1293 <summary> | |
1294 Gets the binding name. | |
1295 </summary> | |
1296 </member> | |
1297 <member name="T:Ninject.OptionalAttribute"> | |
1298 <summary> | |
1299 Indicates that the decorated member represents an optional dependency. | |
1300 </summary> | |
1301 </member> | |
1302 <member name="T:Ninject.Components.ComponentContainer"> | |
1303 <summary> | |
1304 An internal container that manages and resolves components that contribute to Ninject. | |
1305 </summary> | |
1306 </member> | |
1307 <member name="T:Ninject.Components.IComponentContainer"> | |
1308 <summary> | |
1309 An internal container that manages and resolves components that contribute to Ninject. | |
1310 </summary> | |
1311 </member> | |
1312 <member name="M:Ninject.Components.IComponentContainer.Add``2"> | |
1313 <summary> | |
1314 Registers a component in the container. | |
1315 </summary> | |
1316 <typeparam name="TComponent">The component type.</typeparam> | |
1317 <typeparam name="TImplementation">The component's implementation type.</typeparam> | |
1318 </member> | |
1319 <member name="M:Ninject.Components.IComponentContainer.RemoveAll``1"> | |
1320 <summary> | |
1321 Removes all registrations for the specified component. | |
1322 </summary> | |
1323 <typeparam name="T">The component type.</typeparam> | |
1324 </member> | |
1325 <member name="M:Ninject.Components.IComponentContainer.RemoveAll(System.Type)"> | |
1326 <summary> | |
1327 Removes all registrations for the specified component. | |
1328 </summary> | |
1329 <param name="component">The component's type.</param> | |
1330 </member> | |
1331 <member name="M:Ninject.Components.IComponentContainer.Get``1"> | |
1332 <summary> | |
1333 Gets one instance of the specified component. | |
1334 </summary> | |
1335 <typeparam name="T">The component type.</typeparam> | |
1336 <returns>The instance of the component.</returns> | |
1337 </member> | |
1338 <member name="M:Ninject.Components.IComponentContainer.GetAll``1"> | |
1339 <summary> | |
1340 Gets all available instances of the specified component. | |
1341 </summary> | |
1342 <typeparam name="T">The component type.</typeparam> | |
1343 <returns>A series of instances of the specified component.</returns> | |
1344 </member> | |
1345 <member name="M:Ninject.Components.IComponentContainer.Get(System.Type)"> | |
1346 <summary> | |
1347 Gets one instance of the specified component. | |
1348 </summary> | |
1349 <param name="component">The component type.</param> | |
1350 <returns>The instance of the component.</returns> | |
1351 </member> | |
1352 <member name="M:Ninject.Components.IComponentContainer.GetAll(System.Type)"> | |
1353 <summary> | |
1354 Gets all available instances of the specified component. | |
1355 </summary> | |
1356 <param name="component">The component type.</param> | |
1357 <returns>A series of instances of the specified component.</returns> | |
1358 </member> | |
1359 <member name="P:Ninject.Components.IComponentContainer.Kernel"> | |
1360 <summary> | |
1361 Gets or sets the kernel that owns the component container. | |
1362 </summary> | |
1363 </member> | |
1364 <member name="M:Ninject.Components.ComponentContainer.Dispose(System.Boolean)"> | |
1365 <summary> | |
1366 Releases resources held by the object. | |
1367 </summary> | |
1368 </member> | |
1369 <member name="M:Ninject.Components.ComponentContainer.Add``2"> | |
1370 <summary> | |
1371 Registers a component in the container. | |
1372 </summary> | |
1373 <typeparam name="TComponent">The component type.</typeparam> | |
1374 <typeparam name="TImplementation">The component's implementation type.</typeparam> | |
1375 </member> | |
1376 <member name="M:Ninject.Components.ComponentContainer.RemoveAll``1"> | |
1377 <summary> | |
1378 Removes all registrations for the specified component. | |
1379 </summary> | |
1380 <typeparam name="T">The component type.</typeparam> | |
1381 </member> | |
1382 <member name="M:Ninject.Components.ComponentContainer.RemoveAll(System.Type)"> | |
1383 <summary> | |
1384 Removes all registrations for the specified component. | |
1385 </summary> | |
1386 <param name="component">The component type.</param> | |
1387 </member> | |
1388 <member name="M:Ninject.Components.ComponentContainer.Get``1"> | |
1389 <summary> | |
1390 Gets one instance of the specified component. | |
1391 </summary> | |
1392 <typeparam name="T">The component type.</typeparam> | |
1393 <returns>The instance of the component.</returns> | |
1394 </member> | |
1395 <member name="M:Ninject.Components.ComponentContainer.GetAll``1"> | |
1396 <summary> | |
1397 Gets all available instances of the specified component. | |
1398 </summary> | |
1399 <typeparam name="T">The component type.</typeparam> | |
1400 <returns>A series of instances of the specified component.</returns> | |
1401 </member> | |
1402 <member name="M:Ninject.Components.ComponentContainer.Get(System.Type)"> | |
1403 <summary> | |
1404 Gets one instance of the specified component. | |
1405 </summary> | |
1406 <param name="component">The component type.</param> | |
1407 <returns>The instance of the component.</returns> | |
1408 </member> | |
1409 <member name="M:Ninject.Components.ComponentContainer.GetAll(System.Type)"> | |
1410 <summary> | |
1411 Gets all available instances of the specified component. | |
1412 </summary> | |
1413 <param name="component">The component type.</param> | |
1414 <returns>A series of instances of the specified component.</returns> | |
1415 </member> | |
1416 <member name="P:Ninject.Components.ComponentContainer.Kernel"> | |
1417 <summary> | |
1418 Gets or sets the kernel that owns the component container. | |
1419 </summary> | |
1420 </member> | |
1421 <member name="T:Ninject.Infrastructure.Introspection.ExceptionFormatter"> | |
1422 <summary> | |
1423 Provides meaningful exception messages. | |
1424 </summary> | |
1425 </member> | |
1426 <member name="M:Ninject.Infrastructure.Introspection.ExceptionFormatter.ModulesWithNullOrEmptyNamesAreNotSupported"> | |
1427 <summary> | |
1428 Generates a message saying that modules without names are not supported. | |
1429 </summary> | |
1430 <returns>The exception message.</returns> | |
1431 </member> | |
1432 <member name="M:Ninject.Infrastructure.Introspection.ExceptionFormatter.ModuleWithSameNameIsAlreadyLoaded(Ninject.Modules.INinjectModule,Ninject.Modules.INinjectModule)"> | |
1433 <summary> | |
1434 Generates a message saying that a module with the same name is already loaded. | |
1435 </summary> | |
1436 <param name="newModule">The new module.</param> | |
1437 <param name="existingModule">The existing module.</param> | |
1438 <returns>The exception message.</returns> | |
1439 </member> | |
1440 <member name="M:Ninject.Infrastructure.Introspection.ExceptionFormatter.NoModuleLoadedWithTheSpecifiedName(System.String)"> | |
1441 <summary> | |
1442 Generates a message saying that no module has been loaded with the specified name. | |
1443 </summary> | |
1444 <param name="name">The module name.</param> | |
1445 <returns>The exception message.</returns> | |
1446 </member> | |
1447 <member name="M:Ninject.Infrastructure.Introspection.ExceptionFormatter.CouldNotUniquelyResolveBinding(Ninject.Activation.IRequest)"> | |
1448 <summary> | |
1449 Generates a message saying that the binding could not be uniquely resolved. | |
1450 </summary> | |
1451 <param name="request">The request.</param> | |
1452 <returns>The exception message.</returns> | |
1453 </member> | |
1454 <member name="M:Ninject.Infrastructure.Introspection.ExceptionFormatter.CouldNotResolveBinding(Ninject.Activation.IRequest)"> | |
1455 <summary> | |
1456 Generates a message saying that the binding could not be resolved on the specified request. | |
1457 </summary> | |
1458 <param name="request">The request.</param> | |
1459 <returns>The exception message.</returns> | |
1460 </member> | |
1461 <member name="M:Ninject.Infrastructure.Introspection.ExceptionFormatter.CyclicalDependenciesDetected(Ninject.Activation.IContext)"> | |
1462 <summary> | |
1463 Generates a message saying that the specified context has cyclic dependencies. | |
1464 </summary> | |
1465 <param name="context">The context.</param> | |
1466 <returns>The exception message.</returns> | |
1467 </member> | |
1468 <member name="M:Ninject.Infrastructure.Introspection.ExceptionFormatter.InvalidAttributeTypeUsedInBindingCondition(Ninject.Planning.Bindings.IBinding,System.String,System.Type)"> | |
1469 <summary> | |
1470 Generates a message saying that an invalid attribute type is used in the binding condition. | |
1471 </summary> | |
1472 <param name="binding">The binding.</param> | |
1473 <param name="methodName">Name of the method.</param> | |
1474 <param name="type">The type.</param> | |
1475 <returns>The exception message.</returns> | |
1476 </member> | |
1477 <member name="M:Ninject.Infrastructure.Introspection.ExceptionFormatter.NoConstructorsAvailable(Ninject.Activation.IContext)"> | |
1478 <summary> | |
1479 Generates a message saying that no constructors are available on the specified context. | |
1480 </summary> | |
1481 <param name="context">The context.</param> | |
1482 <returns>The exception message.</returns> | |
1483 </member> | |
1484 <member name="M:Ninject.Infrastructure.Introspection.ExceptionFormatter.NoConstructorsAvailableForComponent(System.Type,System.Type)"> | |
1485 <summary> | |
1486 Generates a message saying that no constructors are available for the given component. | |
1487 </summary> | |
1488 <param name="component">The component.</param> | |
1489 <param name="implementation">The implementation.</param> | |
1490 <returns>The exception message.</returns> | |
1491 </member> | |
1492 <member name="M:Ninject.Infrastructure.Introspection.ExceptionFormatter.NoSuchComponentRegistered(System.Type)"> | |
1493 <summary> | |
1494 Generates a message saying that the specified component is not registered. | |
1495 </summary> | |
1496 <param name="component">The component.</param> | |
1497 <returns>The exception message.</returns> | |
1498 </member> | |
1499 <member name="M:Ninject.Infrastructure.Introspection.ExceptionFormatter.CouldNotResolvePropertyForValueInjection(Ninject.Activation.IRequest,System.String)"> | |
1500 <summary> | |
1501 Generates a message saying that the specified property could not be resolved on the specified request. | |
1502 </summary> | |
1503 <param name="request">The request.</param> | |
1504 <param name="propertyName">The property name.</param> | |
1505 <returns>The exception message.</returns> | |
1506 </member> | |
1507 <member name="M:Ninject.Infrastructure.Introspection.ExceptionFormatter.ProviderReturnedNull(Ninject.Activation.IContext)"> | |
1508 <summary> | |
1509 Generates a message saying that the provider on the specified context returned null. | |
1510 </summary> | |
1511 <param name="context">The context.</param> | |
1512 <returns>The exception message.</returns> | |
1513 </member> | |
1514 <member name="T:Ninject.Infrastructure.Introspection.FormatExtensions"> | |
1515 <summary> | |
1516 Provides extension methods for string formatting | |
1517 </summary> | |
1518 </member> | |
1519 <member name="M:Ninject.Infrastructure.Introspection.FormatExtensions.FormatActivationPath(Ninject.Activation.IRequest)"> | |
1520 <summary> | |
1521 Formats the activation path into a meaningful string representation. | |
1522 </summary> | |
1523 <param name="request">The request to be formatted.</param> | |
1524 <returns>The activation path formatted as string.</returns> | |
1525 </member> | |
1526 <member name="M:Ninject.Infrastructure.Introspection.FormatExtensions.Format(Ninject.Planning.Bindings.IBinding,Ninject.Activation.IContext)"> | |
1527 <summary> | |
1528 Formats the given binding into a meaningful string representation. | |
1529 </summary> | |
1530 <param name="binding">The binding to be formatted.</param> | |
1531 <param name="context">The context.</param> | |
1532 <returns>The binding formatted as string</returns> | |
1533 </member> | |
1534 <member name="M:Ninject.Infrastructure.Introspection.FormatExtensions.Format(Ninject.Activation.IRequest)"> | |
1535 <summary> | |
1536 Formats the specified request into a meaningful string representation. | |
1537 </summary> | |
1538 <param name="request">The request to be formatted.</param> | |
1539 <returns>The request formatted as string.</returns> | |
1540 </member> | |
1541 <member name="M:Ninject.Infrastructure.Introspection.FormatExtensions.Format(Ninject.Planning.Targets.ITarget)"> | |
1542 <summary> | |
1543 Formats the specified target into a meaningful string representation.. | |
1544 </summary> | |
1545 <param name="target">The target to be formatted.</param> | |
1546 <returns>The target formatted as string.</returns> | |
1547 </member> | |
1548 <member name="M:Ninject.Infrastructure.Introspection.FormatExtensions.Format(System.Type)"> | |
1549 <summary> | |
1550 Formats the specified type into a meaningful string representation.. | |
1551 </summary> | |
1552 <param name="type">The type to be formatted.</param> | |
1553 <returns>The type formatted as string.</returns> | |
1554 </member> | |
1555 <member name="T:Ninject.Infrastructure.Language.ExtensionsForMemberInfo"> | |
1556 <summary> | |
1557 Extensions for MemberInfo | |
1558 </summary> | |
1559 </member> | |
1560 <member name="M:Ninject.Infrastructure.Language.ExtensionsForMemberInfo.HasAttribute``1(System.Reflection.MemberInfo)"> | |
1561 <summary> | |
1562 Determines whether the specified member has attribute. | |
1563 </summary> | |
1564 <typeparam name="T">The type of the attribute.</typeparam> | |
1565 <param name="member">The member.</param> | |
1566 <returns> | |
1567 <c>true</c> if the specified member has attribute; otherwise, <c>false</c>. | |
1568 </returns> | |
1569 </member> | |
1570 <member name="M:Ninject.Infrastructure.Language.ExtensionsForMemberInfo.HasAttribute(System.Reflection.MemberInfo,System.Type)"> | |
1571 <summary> | |
1572 Determines whether the specified member has attribute. | |
1573 </summary> | |
1574 <param name="member">The member.</param> | |
1575 <param name="type">The type of the attribute.</param> | |
1576 <returns> | |
1577 <c>true</c> if the specified member has attribute; otherwise, <c>false</c>. | |
1578 </returns> | |
1579 </member> | |
1580 <member name="M:Ninject.Infrastructure.Language.ExtensionsForMemberInfo.GetPropertyFromDeclaredType(System.Reflection.MemberInfo,System.Reflection.PropertyInfo,System.Reflection.BindingFlags)"> | |
1581 <summary> | |
1582 Gets the property info from its declared tpe. | |
1583 </summary> | |
1584 <param name="memberInfo">The member info.</param> | |
1585 <param name="propertyDefinition">The property definition.</param> | |
1586 <param name="flags">The flags.</param> | |
1587 <returns>The property info from the declared type of the property.</returns> | |
1588 </member> | |
1589 <member name="M:Ninject.Infrastructure.Language.ExtensionsForMemberInfo.IsPrivate(System.Reflection.PropertyInfo)"> | |
1590 <summary> | |
1591 Determines whether the specified property info is private. | |
1592 </summary> | |
1593 <param name="propertyInfo">The property info.</param> | |
1594 <returns> | |
1595 <c>true</c> if the specified property info is private; otherwise, <c>false</c>. | |
1596 </returns> | |
1597 </member> | |
1598 <member name="M:Ninject.Infrastructure.Language.ExtensionsForMemberInfo.GetCustomAttributesExtended(System.Reflection.MemberInfo,System.Type,System.Boolean)"> | |
1599 <summary> | |
1600 Gets the custom attributes. | |
1601 This version is able to get custom attributes for properties from base types even if the property is none public. | |
1602 </summary> | |
1603 <param name="member">The member.</param> | |
1604 <param name="attributeType">Type of the attribute.</param> | |
1605 <param name="inherited">if set to <c>true</c> [inherited].</param> | |
1606 <returns></returns> | |
1607 </member> | |
1608 <member name="T:Ninject.Infrastructure.Future`1"> | |
1609 <summary> | |
1610 Represents a future value. | |
1611 </summary> | |
1612 <typeparam name="T">The type of value.</typeparam> | |
1613 </member> | |
1614 <member name="M:Ninject.Infrastructure.Future`1.#ctor(System.Func{`0})"> | |
1615 <summary> | |
1616 Initializes a new instance of the Future<T> class. | |
1617 </summary> | |
1618 <param name="callback">The callback that will be triggered to read the value.</param> | |
1619 </member> | |
1620 <member name="M:Ninject.Infrastructure.Future`1.op_Implicit(Ninject.Infrastructure.Future{`0})~`0"> | |
1621 <summary> | |
1622 Gets the value from the future. | |
1623 </summary> | |
1624 <param name="future">The future.</param> | |
1625 <returns>The future value.</returns> | |
1626 </member> | |
1627 <member name="P:Ninject.Infrastructure.Future`1.Value"> | |
1628 <summary> | |
1629 Gets the value, resolving it if necessary. | |
1630 </summary> | |
1631 </member> | |
1632 <member name="P:Ninject.Infrastructure.Future`1.Callback"> | |
1633 <summary> | |
1634 Gets the callback that will be called to resolve the value. | |
1635 </summary> | |
1636 </member> | |
1637 <member name="T:Ninject.Infrastructure.IHaveBinding"> | |
1638 <summary> | |
1639 Indicates the object has a reference to a <see cref="T:Ninject.Planning.Bindings.IBinding"/>. | |
1640 </summary> | |
1641 </member> | |
1642 <member name="P:Ninject.Infrastructure.IHaveBinding.Binding"> | |
1643 <summary> | |
1644 Gets the binding. | |
1645 </summary> | |
1646 </member> | |
1647 <member name="T:Ninject.Infrastructure.IHaveKernel"> | |
1648 <summary> | |
1649 Indicates that the object has a reference to an <see cref="T:Ninject.IKernel"/>. | |
1650 </summary> | |
1651 </member> | |
1652 <member name="P:Ninject.Infrastructure.IHaveKernel.Kernel"> | |
1653 <summary> | |
1654 Gets the kernel. | |
1655 </summary> | |
1656 </member> | |
1657 <member name="T:Ninject.Infrastructure.Multimap`2"> | |
1658 <summary> | |
1659 A data structure that contains multiple values for a each key. | |
1660 </summary> | |
1661 <typeparam name="K">The type of key.</typeparam> | |
1662 <typeparam name="V">The type of value.</typeparam> | |
1663 </member> | |
1664 <member name="M:Ninject.Infrastructure.Multimap`2.Add(`0,`1)"> | |
1665 <summary> | |
1666 Adds the specified value for the specified key. | |
1667 </summary> | |
1668 <param name="key">The key.</param> | |
1669 <param name="value">The value.</param> | |
1670 </member> | |
1671 <member name="M:Ninject.Infrastructure.Multimap`2.Remove(`0,`1)"> | |
1672 <summary> | |
1673 Removes the specified value for the specified key. | |
1674 </summary> | |
1675 <param name="key">The key.</param> | |
1676 <param name="value">The value.</param> | |
1677 <returns><c>True</c> if such a value existed and was removed; otherwise <c>false</c>.</returns> | |
1678 </member> | |
1679 <member name="M:Ninject.Infrastructure.Multimap`2.RemoveAll(`0)"> | |
1680 <summary> | |
1681 Removes all values for the specified key. | |
1682 </summary> | |
1683 <param name="key">The key.</param> | |
1684 <returns><c>True</c> if any such values existed; otherwise <c>false</c>.</returns> | |
1685 </member> | |
1686 <member name="M:Ninject.Infrastructure.Multimap`2.Clear"> | |
1687 <summary> | |
1688 Removes all values. | |
1689 </summary> | |
1690 </member> | |
1691 <member name="M:Ninject.Infrastructure.Multimap`2.ContainsKey(`0)"> | |
1692 <summary> | |
1693 Determines whether the multimap contains any values for the specified key. | |
1694 </summary> | |
1695 <param name="key">The key.</param> | |
1696 <returns><c>True</c> if the multimap has one or more values for the specified key; otherwise, <c>false</c>.</returns> | |
1697 </member> | |
1698 <member name="M:Ninject.Infrastructure.Multimap`2.ContainsValue(`0,`1)"> | |
1699 <summary> | |
1700 Determines whether the multimap contains the specified value for the specified key. | |
1701 </summary> | |
1702 <param name="key">The key.</param> | |
1703 <param name="value">The value.</param> | |
1704 <returns><c>True</c> if the multimap contains such a value; otherwise, <c>false</c>.</returns> | |
1705 </member> | |
1706 <member name="M:Ninject.Infrastructure.Multimap`2.GetEnumerator"> | |
1707 <summary> | |
1708 Returns an enumerator that iterates through a the multimap. | |
1709 </summary> | |
1710 <returns>An <see cref="T:System.Collections.IEnumerator"/> object that can be used to iterate through the multimap.</returns> | |
1711 </member> | |
1712 <member name="P:Ninject.Infrastructure.Multimap`2.Item(`0)"> | |
1713 <summary> | |
1714 Gets the collection of values stored under the specified key. | |
1715 </summary> | |
1716 <param name="key">The key.</param> | |
1717 </member> | |
1718 <member name="P:Ninject.Infrastructure.Multimap`2.Keys"> | |
1719 <summary> | |
1720 Gets the collection of keys. | |
1721 </summary> | |
1722 </member> | |
1723 <member name="P:Ninject.Infrastructure.Multimap`2.Values"> | |
1724 <summary> | |
1725 Gets the collection of collections of values. | |
1726 </summary> | |
1727 </member> | |
1728 <member name="T:Ninject.Infrastructure.ReferenceEqualWeakReference"> | |
1729 <summary> | |
1730 Weak reference that can be used in collections. It is equal to the | |
1731 object it references and has the same hash code. | |
1732 </summary> | |
1733 </member> | |
1734 <member name="M:Ninject.Infrastructure.ReferenceEqualWeakReference.#ctor(System.Object)"> | |
1735 <summary> | |
1736 Initializes a new instance of the <see cref="T:Ninject.Infrastructure.ReferenceEqualWeakReference"/> class. | |
1737 </summary> | |
1738 <param name="target">The target.</param> | |
1739 </member> | |
1740 <member name="M:Ninject.Infrastructure.ReferenceEqualWeakReference.#ctor(System.Object,System.Boolean)"> | |
1741 <summary> | |
1742 Initializes a new instance of the <see cref="T:Ninject.Infrastructure.ReferenceEqualWeakReference"/> class. | |
1743 </summary> | |
1744 <param name="target">The target.</param> | |
1745 <param name="trackResurrection">if set to <c>true</c> [track resurrection].</param> | |
1746 </member> | |
1747 <member name="M:Ninject.Infrastructure.ReferenceEqualWeakReference.Equals(System.Object)"> | |
1748 <summary> | |
1749 Determines whether the specified <see cref="T:System.Object"/> is equal to this instance. | |
1750 </summary> | |
1751 <param name="obj">The <see cref="T:System.Object"/> to compare with this instance.</param> | |
1752 <returns> | |
1753 <c>true</c> if the specified <see cref="T:System.Object"/> is equal to this instance; otherwise, <c>false</c>. | |
1754 </returns> | |
1755 <exception cref="T:System.NullReferenceException"> | |
1756 The <paramref name="obj"/> parameter is null. | |
1757 </exception> | |
1758 </member> | |
1759 <member name="M:Ninject.Infrastructure.ReferenceEqualWeakReference.GetHashCode"> | |
1760 <summary> | |
1761 Returns a hash code for this instance. | |
1762 </summary> | |
1763 <returns> | |
1764 A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. | |
1765 </returns> | |
1766 </member> | |
1767 <member name="P:Ninject.Infrastructure.ReferenceEqualWeakReference.IsAlive"> | |
1768 <summary> | |
1769 Gets a value indicating whether this instance is alive. | |
1770 </summary> | |
1771 <value><c>true</c> if this instance is alive; otherwise, <c>false</c>.</value> | |
1772 </member> | |
1773 <member name="P:Ninject.Infrastructure.ReferenceEqualWeakReference.Target"> | |
1774 <summary> | |
1775 Gets or sets the target of this weak reference. | |
1776 </summary> | |
1777 <value>The targe of this weak reference.</value> | |
1778 </member> | |
1779 <member name="T:Ninject.Infrastructure.RequestFlags"> | |
1780 <summary> | |
1781 Defines the style of request (single or multi-injection, whether it is optional, etc.) | |
1782 </summary> | |
1783 </member> | |
1784 <member name="F:Ninject.Infrastructure.RequestFlags.Single"> | |
1785 <summary> | |
1786 Indicates a request for a single instance of a service. | |
1787 </summary> | |
1788 </member> | |
1789 <member name="F:Ninject.Infrastructure.RequestFlags.Multiple"> | |
1790 <summary> | |
1791 Indicates a request for multiple instances of a service. | |
1792 </summary> | |
1793 </member> | |
1794 <member name="F:Ninject.Infrastructure.RequestFlags.Optional"> | |
1795 <summary> | |
1796 Indicates that null should be returned (instead of throwing) if the service cannot be resolved. | |
1797 </summary> | |
1798 </member> | |
1799 <member name="T:Ninject.Infrastructure.StandardScopeCallbacks"> | |
1800 <summary> | |
1801 Scope callbacks for standard scopes. | |
1802 </summary> | |
1803 </member> | |
1804 <member name="F:Ninject.Infrastructure.StandardScopeCallbacks.Transient"> | |
1805 <summary> | |
1806 Gets the callback for transient scope. | |
1807 </summary> | |
1808 </member> | |
1809 <member name="F:Ninject.Infrastructure.StandardScopeCallbacks.Singleton"> | |
1810 <summary> | |
1811 Gets the callback for singleton scope. | |
1812 </summary> | |
1813 </member> | |
1814 <member name="F:Ninject.Infrastructure.StandardScopeCallbacks.Thread"> | |
1815 <summary> | |
1816 Gets the callback for thread scope. | |
1817 </summary> | |
1818 </member> | |
1819 <member name="T:Ninject.Injection.ConstructorInjector"> | |
1820 <summary> | |
1821 A delegate that can inject values into a constructor. | |
1822 </summary> | |
1823 </member> | |
1824 <member name="T:Ninject.Injection.DynamicMethodInjectorFactory"> | |
1825 <summary> | |
1826 Creates injectors for members via <see cref="T:System.Reflection.Emit.DynamicMethod"/>s. | |
1827 </summary> | |
1828 </member> | |
1829 <member name="T:Ninject.Injection.IInjectorFactory"> | |
1830 <summary> | |
1831 Creates injectors from members. | |
1832 </summary> | |
1833 </member> | |
1834 <member name="M:Ninject.Injection.IInjectorFactory.Create(System.Reflection.ConstructorInfo)"> | |
1835 <summary> | |
1836 Gets or creates an injector for the specified constructor. | |
1837 </summary> | |
1838 <param name="constructor">The constructor.</param> | |
1839 <returns>The created injector.</returns> | |
1840 </member> | |
1841 <member name="M:Ninject.Injection.IInjectorFactory.Create(System.Reflection.PropertyInfo)"> | |
1842 <summary> | |
1843 Gets or creates an injector for the specified property. | |
1844 </summary> | |
1845 <param name="property">The property.</param> | |
1846 <returns>The created injector.</returns> | |
1847 </member> | |
1848 <member name="M:Ninject.Injection.IInjectorFactory.Create(System.Reflection.MethodInfo)"> | |
1849 <summary> | |
1850 Gets or creates an injector for the specified method. | |
1851 </summary> | |
1852 <param name="method">The method.</param> | |
1853 <returns>The created injector.</returns> | |
1854 </member> | |
1855 <member name="M:Ninject.Injection.DynamicMethodInjectorFactory.Create(System.Reflection.ConstructorInfo)"> | |
1856 <summary> | |
1857 Gets or creates an injector for the specified constructor. | |
1858 </summary> | |
1859 <param name="constructor">The constructor.</param> | |
1860 <returns>The created injector.</returns> | |
1861 </member> | |
1862 <member name="M:Ninject.Injection.DynamicMethodInjectorFactory.Create(System.Reflection.PropertyInfo)"> | |
1863 <summary> | |
1864 Gets or creates an injector for the specified property. | |
1865 </summary> | |
1866 <param name="property">The property.</param> | |
1867 <returns>The created injector.</returns> | |
1868 </member> | |
1869 <member name="M:Ninject.Injection.DynamicMethodInjectorFactory.Create(System.Reflection.MethodInfo)"> | |
1870 <summary> | |
1871 Gets or creates an injector for the specified method. | |
1872 </summary> | |
1873 <param name="method">The method.</param> | |
1874 <returns>The created injector.</returns> | |
1875 </member> | |
1876 <member name="T:Ninject.Injection.MethodInjector"> | |
1877 <summary> | |
1878 A delegate that can inject values into a method. | |
1879 </summary> | |
1880 </member> | |
1881 <member name="T:Ninject.Injection.PropertyInjector"> | |
1882 <summary> | |
1883 A delegate that can inject values into a property. | |
1884 </summary> | |
1885 </member> | |
1886 <member name="T:Ninject.Injection.ReflectionInjectorFactory"> | |
1887 <summary> | |
1888 Creates injectors from members via reflective invocation. | |
1889 </summary> | |
1890 </member> | |
1891 <member name="M:Ninject.Injection.ReflectionInjectorFactory.Create(System.Reflection.ConstructorInfo)"> | |
1892 <summary> | |
1893 Gets or creates an injector for the specified constructor. | |
1894 </summary> | |
1895 <param name="constructor">The constructor.</param> | |
1896 <returns>The created injector.</returns> | |
1897 </member> | |
1898 <member name="M:Ninject.Injection.ReflectionInjectorFactory.Create(System.Reflection.PropertyInfo)"> | |
1899 <summary> | |
1900 Gets or creates an injector for the specified property. | |
1901 </summary> | |
1902 <param name="property">The property.</param> | |
1903 <returns>The created injector.</returns> | |
1904 </member> | |
1905 <member name="M:Ninject.Injection.ReflectionInjectorFactory.Create(System.Reflection.MethodInfo)"> | |
1906 <summary> | |
1907 Gets or creates an injector for the specified method. | |
1908 </summary> | |
1909 <param name="method">The method.</param> | |
1910 <returns>The created injector.</returns> | |
1911 </member> | |
1912 <member name="T:Ninject.Modules.CompiledModuleLoaderPlugin"> | |
1913 <summary> | |
1914 Loads modules from compiled assemblies. | |
1915 </summary> | |
1916 </member> | |
1917 <member name="T:Ninject.Modules.IModuleLoaderPlugin"> | |
1918 <summary> | |
1919 Loads modules at runtime by searching external files. | |
1920 </summary> | |
1921 </member> | |
1922 <member name="M:Ninject.Modules.IModuleLoaderPlugin.LoadModules(System.Collections.Generic.IEnumerable{System.String})"> | |
1923 <summary> | |
1924 Loads modules from the specified files. | |
1925 </summary> | |
1926 <param name="filenames">The names of the files to load modules from.</param> | |
1927 </member> | |
1928 <member name="P:Ninject.Modules.IModuleLoaderPlugin.SupportedExtensions"> | |
1929 <summary> | |
1930 Gets the file extensions that the plugin understands how to load. | |
1931 </summary> | |
1932 </member> | |
1933 <member name="M:Ninject.Modules.CompiledModuleLoaderPlugin.#ctor(Ninject.IKernel)"> | |
1934 <summary> | |
1935 Initializes a new instance of the <see cref="T:Ninject.Modules.CompiledModuleLoaderPlugin"/> class. | |
1936 </summary> | |
1937 <param name="kernel">The kernel into which modules will be loaded.</param> | |
1938 </member> | |
1939 <member name="M:Ninject.Modules.CompiledModuleLoaderPlugin.LoadModules(System.Collections.Generic.IEnumerable{System.String})"> | |
1940 <summary> | |
1941 Loads modules from the specified files. | |
1942 </summary> | |
1943 <param name="filenames">The names of the files to load modules from.</param> | |
1944 </member> | |
1945 <member name="P:Ninject.Modules.CompiledModuleLoaderPlugin.Kernel"> | |
1946 <summary> | |
1947 Gets or sets the kernel into which modules will be loaded. | |
1948 </summary> | |
1949 </member> | |
1950 <member name="P:Ninject.Modules.CompiledModuleLoaderPlugin.SupportedExtensions"> | |
1951 <summary> | |
1952 Gets the file extensions that the plugin understands how to load. | |
1953 </summary> | |
1954 </member> | |
1955 <member name="T:Ninject.Modules.IModuleLoader"> | |
1956 <summary> | |
1957 Finds modules defined in external files. | |
1958 </summary> | |
1959 </member> | |
1960 <member name="M:Ninject.Modules.IModuleLoader.LoadModules(System.Collections.Generic.IEnumerable{System.String})"> | |
1961 <summary> | |
1962 Loads any modules found in the files that match the specified patterns. | |
1963 </summary> | |
1964 <param name="patterns">The patterns to search.</param> | |
1965 </member> | |
1966 <member name="T:Ninject.Modules.INinjectModule"> | |
1967 <summary> | |
1968 A pluggable unit that can be loaded into an <see cref="T:Ninject.IKernel"/>. | |
1969 </summary> | |
1970 </member> | |
1971 <member name="M:Ninject.Modules.INinjectModule.OnLoad(Ninject.IKernel)"> | |
1972 <summary> | |
1973 Called when the module is loaded into a kernel. | |
1974 </summary> | |
1975 <param name="kernel">The kernel that is loading the module.</param> | |
1976 </member> | |
1977 <member name="M:Ninject.Modules.INinjectModule.OnUnload(Ninject.IKernel)"> | |
1978 <summary> | |
1979 Called when the module is unloaded from a kernel. | |
1980 </summary> | |
1981 <param name="kernel">The kernel that is unloading the module.</param> | |
1982 </member> | |
1983 <member name="P:Ninject.Modules.INinjectModule.Name"> | |
1984 <summary> | |
1985 Gets the module's name. | |
1986 </summary> | |
1987 </member> | |
1988 <member name="T:Ninject.Modules.ModuleLoader"> | |
1989 <summary> | |
1990 Automatically finds and loads modules from assemblies. | |
1991 </summary> | |
1992 </member> | |
1993 <member name="M:Ninject.Modules.ModuleLoader.#ctor(Ninject.IKernel)"> | |
1994 <summary> | |
1995 Initializes a new instance of the <see cref="T:Ninject.Modules.ModuleLoader"/> class. | |
1996 </summary> | |
1997 <param name="kernel">The kernel into which modules will be loaded.</param> | |
1998 </member> | |
1999 <member name="M:Ninject.Modules.ModuleLoader.LoadModules(System.Collections.Generic.IEnumerable{System.String})"> | |
2000 <summary> | |
2001 Loads any modules found in the files that match the specified patterns. | |
2002 </summary> | |
2003 <param name="patterns">The patterns to search.</param> | |
2004 </member> | |
2005 <member name="P:Ninject.Modules.ModuleLoader.Kernel"> | |
2006 <summary> | |
2007 Gets or sets the kernel into which modules will be loaded. | |
2008 </summary> | |
2009 </member> | |
2010 <member name="T:Ninject.Modules.NinjectModule"> | |
2011 <summary> | |
2012 A loadable unit that defines bindings for your application. | |
2013 </summary> | |
2014 </member> | |
2015 <member name="T:Ninject.Syntax.BindingRoot"> | |
2016 <summary> | |
2017 Provides a path to register bindings. | |
2018 </summary> | |
2019 </member> | |
2020 <member name="T:Ninject.Syntax.IBindingRoot"> | |
2021 <summary> | |
2022 Provides a path to register bindings. | |
2023 </summary> | |
2024 </member> | |
2025 <member name="M:Ninject.Syntax.IBindingRoot.Bind``1"> | |
2026 <summary> | |
2027 Declares a binding for the specified service. | |
2028 </summary> | |
2029 <typeparam name="T">The service to bind.</typeparam> | |
2030 </member> | |
2031 <member name="M:Ninject.Syntax.IBindingRoot.Bind(System.Type)"> | |
2032 <summary> | |
2033 Declares a binding from the service to itself. | |
2034 </summary> | |
2035 <param name="service">The service to bind.</param> | |
2036 </member> | |
2037 <member name="M:Ninject.Syntax.IBindingRoot.Unbind``1"> | |
2038 <summary> | |
2039 Unregisters all bindings for the specified service. | |
2040 </summary> | |
2041 <typeparam name="T">The service to unbind.</typeparam> | |
2042 </member> | |
2043 <member name="M:Ninject.Syntax.IBindingRoot.Unbind(System.Type)"> | |
2044 <summary> | |
2045 Unregisters all bindings for the specified service. | |
2046 </summary> | |
2047 <param name="service">The service to unbind.</param> | |
2048 </member> | |
2049 <member name="M:Ninject.Syntax.IBindingRoot.Rebind``1"> | |
2050 <summary> | |
2051 Removes any existing bindings for the specified service, and declares a new one. | |
2052 </summary> | |
2053 <typeparam name="T">The service to re-bind.</typeparam> | |
2054 </member> | |
2055 <member name="M:Ninject.Syntax.IBindingRoot.Rebind(System.Type)"> | |
2056 <summary> | |
2057 Removes any existing bindings for the specified service, and declares a new one. | |
2058 </summary> | |
2059 <param name="service">The service to re-bind.</param> | |
2060 </member> | |
2061 <member name="M:Ninject.Syntax.IBindingRoot.AddBinding(Ninject.Planning.Bindings.IBinding)"> | |
2062 <summary> | |
2063 Registers the specified binding. | |
2064 </summary> | |
2065 <param name="binding">The binding to add.</param> | |
2066 </member> | |
2067 <member name="M:Ninject.Syntax.IBindingRoot.RemoveBinding(Ninject.Planning.Bindings.IBinding)"> | |
2068 <summary> | |
2069 Unregisters the specified binding. | |
2070 </summary> | |
2071 <param name="binding">The binding to remove.</param> | |
2072 </member> | |
2073 <member name="M:Ninject.Syntax.BindingRoot.Bind``1"> | |
2074 <summary> | |
2075 Declares a binding for the specified service. | |
2076 </summary> | |
2077 <typeparam name="T">The service to bind.</typeparam> | |
2078 </member> | |
2079 <member name="M:Ninject.Syntax.BindingRoot.Bind(System.Type)"> | |
2080 <summary> | |
2081 Declares a binding for the specified service. | |
2082 </summary> | |
2083 <param name="service">The service to bind.</param> | |
2084 </member> | |
2085 <member name="M:Ninject.Syntax.BindingRoot.Unbind``1"> | |
2086 <summary> | |
2087 Unregisters all bindings for the specified service. | |
2088 </summary> | |
2089 <typeparam name="T">The service to unbind.</typeparam> | |
2090 </member> | |
2091 <member name="M:Ninject.Syntax.BindingRoot.Unbind(System.Type)"> | |
2092 <summary> | |
2093 Unregisters all bindings for the specified service. | |
2094 </summary> | |
2095 <param name="service">The service to unbind.</param> | |
2096 </member> | |
2097 <member name="M:Ninject.Syntax.BindingRoot.Rebind``1"> | |
2098 <summary> | |
2099 Removes any existing bindings for the specified service, and declares a new one. | |
2100 </summary> | |
2101 <typeparam name="T">The service to re-bind.</typeparam> | |
2102 </member> | |
2103 <member name="M:Ninject.Syntax.BindingRoot.Rebind(System.Type)"> | |
2104 <summary> | |
2105 Removes any existing bindings for the specified service, and declares a new one. | |
2106 </summary> | |
2107 <param name="service">The service to re-bind.</param> | |
2108 </member> | |
2109 <member name="M:Ninject.Syntax.BindingRoot.AddBinding(Ninject.Planning.Bindings.IBinding)"> | |
2110 <summary> | |
2111 Registers the specified binding. | |
2112 </summary> | |
2113 <param name="binding">The binding to add.</param> | |
2114 </member> | |
2115 <member name="M:Ninject.Syntax.BindingRoot.RemoveBinding(Ninject.Planning.Bindings.IBinding)"> | |
2116 <summary> | |
2117 Unregisters the specified binding. | |
2118 </summary> | |
2119 <param name="binding">The binding to remove.</param> | |
2120 </member> | |
2121 <member name="M:Ninject.Syntax.BindingRoot.CreateBindingBuilder``1(Ninject.Planning.Bindings.IBinding)"> | |
2122 <summary> | |
2123 Creates a new builder for the specified binding. | |
2124 </summary> | |
2125 <typeparam name="T">The type restriction to apply to the binding builder.</typeparam> | |
2126 <param name="binding">The binding that will be built.</param> | |
2127 <returns>The created builder.</returns> | |
2128 </member> | |
2129 <member name="M:Ninject.Modules.NinjectModule.#ctor"> | |
2130 <summary> | |
2131 Initializes a new instance of the <see cref="T:Ninject.Modules.NinjectModule"/> class. | |
2132 </summary> | |
2133 </member> | |
2134 <member name="M:Ninject.Modules.NinjectModule.OnLoad(Ninject.IKernel)"> | |
2135 <summary> | |
2136 Called when the module is loaded into a kernel. | |
2137 </summary> | |
2138 <param name="kernel">The kernel that is loading the module.</param> | |
2139 </member> | |
2140 <member name="M:Ninject.Modules.NinjectModule.OnUnload(Ninject.IKernel)"> | |
2141 <summary> | |
2142 Called when the module is unloaded from a kernel. | |
2143 </summary> | |
2144 <param name="kernel">The kernel that is unloading the module.</param> | |
2145 </member> | |
2146 <member name="M:Ninject.Modules.NinjectModule.Load"> | |
2147 <summary> | |
2148 Loads the module into the kernel. | |
2149 </summary> | |
2150 </member> | |
2151 <member name="M:Ninject.Modules.NinjectModule.Unload"> | |
2152 <summary> | |
2153 Unloads the module from the kernel. | |
2154 </summary> | |
2155 </member> | |
2156 <member name="M:Ninject.Modules.NinjectModule.Unbind(System.Type)"> | |
2157 <summary> | |
2158 Unregisters all bindings for the specified service. | |
2159 </summary> | |
2160 <param name="service">The service to unbind.</param> | |
2161 </member> | |
2162 <member name="M:Ninject.Modules.NinjectModule.AddBinding(Ninject.Planning.Bindings.IBinding)"> | |
2163 <summary> | |
2164 Registers the specified binding. | |
2165 </summary> | |
2166 <param name="binding">The binding to add.</param> | |
2167 </member> | |
2168 <member name="M:Ninject.Modules.NinjectModule.RemoveBinding(Ninject.Planning.Bindings.IBinding)"> | |
2169 <summary> | |
2170 Unregisters the specified binding. | |
2171 </summary> | |
2172 <param name="binding">The binding to remove.</param> | |
2173 </member> | |
2174 <member name="M:Ninject.Modules.NinjectModule.CreateBindingBuilder``1(Ninject.Planning.Bindings.IBinding)"> | |
2175 <summary> | |
2176 Creates a new builder for the specified binding. | |
2177 </summary> | |
2178 <typeparam name="T">The type restriction to apply to the binding builder.</typeparam> | |
2179 <param name="binding">The binding that will be built.</param> | |
2180 <returns>The created builder.</returns> | |
2181 </member> | |
2182 <member name="P:Ninject.Modules.NinjectModule.Kernel"> | |
2183 <summary> | |
2184 Gets the kernel that the module is loaded into. | |
2185 </summary> | |
2186 </member> | |
2187 <member name="P:Ninject.Modules.NinjectModule.Name"> | |
2188 <summary> | |
2189 Gets the module's name. Only a single module with a given name can be loaded at one time. | |
2190 </summary> | |
2191 </member> | |
2192 <member name="P:Ninject.Modules.NinjectModule.Bindings"> | |
2193 <summary> | |
2194 Gets the bindings that were registered by the module. | |
2195 </summary> | |
2196 </member> | |
2197 <member name="T:Ninject.Parameters.ConstructorArgument"> | |
2198 <summary> | |
2199 Overrides the injected value of a constructor argument. | |
2200 </summary> | |
2201 </member> | |
2202 <member name="T:Ninject.Parameters.Parameter"> | |
2203 <summary> | |
2204 Modifies an activation process in some way. | |
2205 </summary> | |
2206 </member> | |
2207 <member name="T:Ninject.Parameters.IParameter"> | |
2208 <summary> | |
2209 Modifies an activation process in some way. | |
2210 </summary> | |
2211 </member> | |
2212 <member name="M:Ninject.Parameters.IParameter.GetValue(Ninject.Activation.IContext,Ninject.Planning.Targets.ITarget)"> | |
2213 <summary> | |
2214 Gets the value for the parameter within the specified context. | |
2215 </summary> | |
2216 <param name="context">The context.</param> | |
2217 <param name="target">The target.</param> | |
2218 <returns>The value for the parameter.</returns> | |
2219 </member> | |
2220 <member name="P:Ninject.Parameters.IParameter.Name"> | |
2221 <summary> | |
2222 Gets the name of the parameter. | |
2223 </summary> | |
2224 </member> | |
2225 <member name="P:Ninject.Parameters.IParameter.ShouldInherit"> | |
2226 <summary> | |
2227 Gets a value indicating whether the parameter should be inherited into child requests. | |
2228 </summary> | |
2229 </member> | |
2230 <member name="M:Ninject.Parameters.Parameter.#ctor(System.String,System.Object,System.Boolean)"> | |
2231 <summary> | |
2232 Initializes a new instance of the <see cref="T:Ninject.Parameters.Parameter"/> class. | |
2233 </summary> | |
2234 <param name="name">The name of the parameter.</param> | |
2235 <param name="value">The value of the parameter.</param> | |
2236 <param name="shouldInherit">Whether the parameter should be inherited into child requests.</param> | |
2237 </member> | |
2238 <member name="M:Ninject.Parameters.Parameter.#ctor(System.String,System.Func{Ninject.Activation.IContext,System.Object},System.Boolean)"> | |
2239 <summary> | |
2240 Initializes a new instance of the <see cref="T:Ninject.Parameters.Parameter"/> class. | |
2241 </summary> | |
2242 <param name="name">The name of the parameter.</param> | |
2243 <param name="valueCallback">The callback that will be triggered to get the parameter's value.</param> | |
2244 <param name="shouldInherit">Whether the parameter should be inherited into child requests.</param> | |
2245 </member> | |
2246 <member name="M:Ninject.Parameters.Parameter.#ctor(System.String,System.Func{Ninject.Activation.IContext,Ninject.Planning.Targets.ITarget,System.Object},System.Boolean)"> | |
2247 <summary> | |
2248 Initializes a new instance of the <see cref="T:Ninject.Parameters.Parameter"/> class. | |
2249 </summary> | |
2250 <param name="name">The name of the parameter.</param> | |
2251 <param name="valueCallback">The callback that will be triggered to get the parameter's value.</param> | |
2252 <param name="shouldInherit">Whether the parameter should be inherited into child requests.</param> | |
2253 </member> | |
2254 <member name="M:Ninject.Parameters.Parameter.GetValue(Ninject.Activation.IContext,Ninject.Planning.Targets.ITarget)"> | |
2255 <summary> | |
2256 Gets the value for the parameter within the specified context. | |
2257 </summary> | |
2258 <param name="context">The context.</param> | |
2259 <param name="target">The target.</param> | |
2260 <returns>The value for the parameter.</returns> | |
2261 </member> | |
2262 <member name="M:Ninject.Parameters.Parameter.Equals(System.Object)"> | |
2263 <summary> | |
2264 Determines whether the object equals the specified object. | |
2265 </summary> | |
2266 <param name="obj">An object to compare with this object.</param> | |
2267 <returns><c>True</c> if the objects are equal; otherwise <c>false</c></returns> | |
2268 </member> | |
2269 <member name="M:Ninject.Parameters.Parameter.GetHashCode"> | |
2270 <summary> | |
2271 Serves as a hash function for a particular type. | |
2272 </summary> | |
2273 <returns>A hash code for the object.</returns> | |
2274 </member> | |
2275 <member name="M:Ninject.Parameters.Parameter.Equals(Ninject.Parameters.IParameter)"> | |
2276 <summary> | |
2277 Indicates whether the current object is equal to another object of the same type. | |
2278 </summary> | |
2279 <param name="other">An object to compare with this object.</param> | |
2280 <returns><c>True</c> if the objects are equal; otherwise <c>false</c></returns> | |
2281 </member> | |
2282 <member name="P:Ninject.Parameters.Parameter.Name"> | |
2283 <summary> | |
2284 Gets the name of the parameter. | |
2285 </summary> | |
2286 </member> | |
2287 <member name="P:Ninject.Parameters.Parameter.ShouldInherit"> | |
2288 <summary> | |
2289 Gets a value indicating whether the parameter should be inherited into child requests. | |
2290 </summary> | |
2291 </member> | |
2292 <member name="P:Ninject.Parameters.Parameter.ValueCallback"> | |
2293 <summary> | |
2294 Gets or sets the callback that will be triggered to get the parameter's value. | |
2295 </summary> | |
2296 </member> | |
2297 <member name="M:Ninject.Parameters.ConstructorArgument.#ctor(System.String,System.Object)"> | |
2298 <summary> | |
2299 Initializes a new instance of the <see cref="T:Ninject.Parameters.ConstructorArgument"/> class. | |
2300 </summary> | |
2301 <param name="name">The name of the argument to override.</param> | |
2302 <param name="value">The value to inject into the property.</param> | |
2303 </member> | |
2304 <member name="M:Ninject.Parameters.ConstructorArgument.#ctor(System.String,System.Func{Ninject.Activation.IContext,System.Object})"> | |
2305 <summary> | |
2306 Initializes a new instance of the <see cref="T:Ninject.Parameters.ConstructorArgument"/> class. | |
2307 </summary> | |
2308 <param name="name">The name of the argument to override.</param> | |
2309 <param name="valueCallback">The callback to invoke to get the value that should be injected.</param> | |
2310 </member> | |
2311 <member name="M:Ninject.Parameters.ConstructorArgument.#ctor(System.String,System.Func{Ninject.Activation.IContext,Ninject.Planning.Targets.ITarget,System.Object})"> | |
2312 <summary> | |
2313 Initializes a new instance of the <see cref="T:Ninject.Parameters.ConstructorArgument"/> class. | |
2314 </summary> | |
2315 <param name="name">The name of the argument to override.</param> | |
2316 <param name="valueCallback">The callback to invoke to get the value that should be injected.</param> | |
2317 </member> | |
2318 <member name="T:Ninject.Parameters.PropertyValue"> | |
2319 <summary> | |
2320 Overrides the injected value of a property. | |
2321 </summary> | |
2322 </member> | |
2323 <member name="M:Ninject.Parameters.PropertyValue.#ctor(System.String,System.Object)"> | |
2324 <summary> | |
2325 Initializes a new instance of the <see cref="T:Ninject.Parameters.PropertyValue"/> class. | |
2326 </summary> | |
2327 <param name="name">The name of the property to override.</param> | |
2328 <param name="value">The value to inject into the property.</param> | |
2329 </member> | |
2330 <member name="M:Ninject.Parameters.PropertyValue.#ctor(System.String,System.Func{Ninject.Activation.IContext,System.Object})"> | |
2331 <summary> | |
2332 Initializes a new instance of the <see cref="T:Ninject.Parameters.PropertyValue"/> class. | |
2333 </summary> | |
2334 <param name="name">The name of the property to override.</param> | |
2335 <param name="valueCallback">The callback to invoke to get the value that should be injected.</param> | |
2336 </member> | |
2337 <member name="M:Ninject.Parameters.PropertyValue.#ctor(System.String,System.Func{Ninject.Activation.IContext,Ninject.Planning.Targets.ITarget,System.Object})"> | |
2338 <summary> | |
2339 Initializes a new instance of the <see cref="T:Ninject.Parameters.PropertyValue"/> class. | |
2340 </summary> | |
2341 <param name="name">The name of the property to override.</param> | |
2342 <param name="valueCallback">The callback to invoke to get the value that should be injected.</param> | |
2343 </member> | |
2344 <member name="T:Ninject.Planning.Bindings.Resolvers.IBindingResolver"> | |
2345 <summary> | |
2346 Contains logic about which bindings to use for a given service request. | |
2347 </summary> | |
2348 </member> | |
2349 <member name="M:Ninject.Planning.Bindings.Resolvers.IBindingResolver.Resolve(Ninject.Infrastructure.Multimap{System.Type,Ninject.Planning.Bindings.IBinding},System.Type)"> | |
2350 <summary> | |
2351 Returns any bindings from the specified collection that match the specified service. | |
2352 </summary> | |
2353 <param name="bindings">The multimap of all registered bindings.</param> | |
2354 <param name="service">The service in question.</param> | |
2355 <returns>The series of matching bindings.</returns> | |
2356 </member> | |
2357 <member name="T:Ninject.Planning.Bindings.Resolvers.IMissingBindingResolver"> | |
2358 <summary> | |
2359 Contains logic about which bindings to use for a given service request | |
2360 when other attempts have failed. | |
2361 </summary> | |
2362 </member> | |
2363 <member name="M:Ninject.Planning.Bindings.Resolvers.IMissingBindingResolver.Resolve(Ninject.Infrastructure.Multimap{System.Type,Ninject.Planning.Bindings.IBinding},Ninject.Activation.IRequest)"> | |
2364 <summary> | |
2365 Returns any bindings from the specified collection that match the specified request. | |
2366 </summary> | |
2367 <param name="bindings">The multimap of all registered bindings.</param> | |
2368 <param name="request">The request in question.</param> | |
2369 <returns>The series of matching bindings.</returns> | |
2370 </member> | |
2371 <member name="T:Ninject.Planning.Bindings.Resolvers.OpenGenericBindingResolver"> | |
2372 <summary> | |
2373 Resolves bindings for open generic types. | |
2374 </summary> | |
2375 </member> | |
2376 <member name="M:Ninject.Planning.Bindings.Resolvers.OpenGenericBindingResolver.Resolve(Ninject.Infrastructure.Multimap{System.Type,Ninject.Planning.Bindings.IBinding},System.Type)"> | |
2377 <summary> | |
2378 Returns any bindings from the specified collection that match the specified service. | |
2379 </summary> | |
2380 <param name="bindings">The multimap of all registered bindings.</param> | |
2381 <param name="service">The service in question.</param> | |
2382 <returns>The series of matching bindings.</returns> | |
2383 </member> | |
2384 <member name="T:Ninject.Planning.Bindings.Resolvers.SelfBindingResolver"> | |
2385 <summary> | |
2386 </summary> | |
2387 </member> | |
2388 <member name="M:Ninject.Planning.Bindings.Resolvers.SelfBindingResolver.Resolve(Ninject.Infrastructure.Multimap{System.Type,Ninject.Planning.Bindings.IBinding},Ninject.Activation.IRequest)"> | |
2389 <summary> | |
2390 Returns any bindings from the specified collection that match the specified service. | |
2391 </summary> | |
2392 <param name="bindings">The multimap of all registered bindings.</param> | |
2393 <param name="request">The service in question.</param> | |
2394 <returns>The series of matching bindings.</returns> | |
2395 </member> | |
2396 <member name="M:Ninject.Planning.Bindings.Resolvers.SelfBindingResolver.TypeIsSelfBindable(System.Type)"> | |
2397 <summary> | |
2398 Returns a value indicating whether the specified service is self-bindable. | |
2399 </summary> | |
2400 <param name="service">The service.</param> | |
2401 <returns><see langword="True"/> if the type is self-bindable; otherwise <see langword="false"/>.</returns> | |
2402 </member> | |
2403 <member name="T:Ninject.Planning.Bindings.Resolvers.StandardBindingResolver"> | |
2404 <summary> | |
2405 Resolves bindings that have been registered directly for the service. | |
2406 </summary> | |
2407 </member> | |
2408 <member name="M:Ninject.Planning.Bindings.Resolvers.StandardBindingResolver.Resolve(Ninject.Infrastructure.Multimap{System.Type,Ninject.Planning.Bindings.IBinding},System.Type)"> | |
2409 <summary> | |
2410 Returns any bindings from the specified collection that match the specified service. | |
2411 </summary> | |
2412 <param name="bindings">The multimap of all registered bindings.</param> | |
2413 <param name="service">The service in question.</param> | |
2414 <returns>The series of matching bindings.</returns> | |
2415 </member> | |
2416 <member name="T:Ninject.Planning.Bindings.Binding"> | |
2417 <summary> | |
2418 Contains information about a service registration. | |
2419 </summary> | |
2420 </member> | |
2421 <member name="T:Ninject.Planning.Bindings.IBinding"> | |
2422 <summary> | |
2423 Contains information about a service registration. | |
2424 </summary> | |
2425 </member> | |
2426 <member name="M:Ninject.Planning.Bindings.IBinding.GetProvider(Ninject.Activation.IContext)"> | |
2427 <summary> | |
2428 Gets the provider for the binding. | |
2429 </summary> | |
2430 <param name="context">The context.</param> | |
2431 <returns>The provider to use.</returns> | |
2432 </member> | |
2433 <member name="M:Ninject.Planning.Bindings.IBinding.GetScope(Ninject.Activation.IContext)"> | |
2434 <summary> | |
2435 Gets the scope for the binding, if any. | |
2436 </summary> | |
2437 <param name="context">The context.</param> | |
2438 <returns>The object that will act as the scope, or <see langword="null"/> if the service is transient.</returns> | |
2439 </member> | |
2440 <member name="M:Ninject.Planning.Bindings.IBinding.Matches(Ninject.Activation.IRequest)"> | |
2441 <summary> | |
2442 Determines whether the specified request satisfies the condition defined on the binding, | |
2443 if one was defined. | |
2444 </summary> | |
2445 <param name="request">The request.</param> | |
2446 <returns><c>True</c> if the request satisfies the condition; otherwise <c>false</c>.</returns> | |
2447 </member> | |
2448 <member name="P:Ninject.Planning.Bindings.IBinding.Service"> | |
2449 <summary> | |
2450 Gets the service type that is controlled by the binding. | |
2451 </summary> | |
2452 </member> | |
2453 <member name="P:Ninject.Planning.Bindings.IBinding.Metadata"> | |
2454 <summary> | |
2455 Gets the binding's metadata. | |
2456 </summary> | |
2457 </member> | |
2458 <member name="P:Ninject.Planning.Bindings.IBinding.Target"> | |
2459 <summary> | |
2460 Gets or sets the type of target for the binding. | |
2461 </summary> | |
2462 </member> | |
2463 <member name="P:Ninject.Planning.Bindings.IBinding.IsImplicit"> | |
2464 <summary> | |
2465 Gets or sets a value indicating whether the binding was implicitly registered. | |
2466 </summary> | |
2467 </member> | |
2468 <member name="P:Ninject.Planning.Bindings.IBinding.IsConditional"> | |
2469 <summary> | |
2470 Gets a value indicating whether the binding has a condition associated with it. | |
2471 </summary> | |
2472 </member> | |
2473 <member name="P:Ninject.Planning.Bindings.IBinding.Condition"> | |
2474 <summary> | |
2475 Gets or sets the condition defined for the binding. | |
2476 </summary> | |
2477 </member> | |
2478 <member name="P:Ninject.Planning.Bindings.IBinding.ProviderCallback"> | |
2479 <summary> | |
2480 Gets or sets the callback that returns the provider that should be used by the binding. | |
2481 </summary> | |
2482 </member> | |
2483 <member name="P:Ninject.Planning.Bindings.IBinding.ScopeCallback"> | |
2484 <summary> | |
2485 Gets or sets the callback that returns the object that will act as the binding's scope. | |
2486 </summary> | |
2487 </member> | |
2488 <member name="P:Ninject.Planning.Bindings.IBinding.Parameters"> | |
2489 <summary> | |
2490 Gets the parameters defined for the binding. | |
2491 </summary> | |
2492 </member> | |
2493 <member name="P:Ninject.Planning.Bindings.IBinding.ActivationActions"> | |
2494 <summary> | |
2495 Gets the actions that should be called after instances are activated via the binding. | |
2496 </summary> | |
2497 </member> | |
2498 <member name="P:Ninject.Planning.Bindings.IBinding.DeactivationActions"> | |
2499 <summary> | |
2500 Gets the actions that should be called before instances are deactivated via the binding. | |
2501 </summary> | |
2502 </member> | |
2503 <member name="M:Ninject.Planning.Bindings.Binding.#ctor(System.Type)"> | |
2504 <summary> | |
2505 Initializes a new instance of the <see cref="T:Ninject.Planning.Bindings.Binding"/> class. | |
2506 </summary> | |
2507 <param name="service">The service that is controlled by the binding.</param> | |
2508 </member> | |
2509 <member name="M:Ninject.Planning.Bindings.Binding.#ctor(System.Type,Ninject.Planning.Bindings.IBindingMetadata)"> | |
2510 <summary> | |
2511 Initializes a new instance of the <see cref="T:Ninject.Planning.Bindings.Binding"/> class. | |
2512 </summary> | |
2513 <param name="service">The service that is controlled by the binding.</param> | |
2514 <param name="metadata">The binding's metadata container.</param> | |
2515 </member> | |
2516 <member name="M:Ninject.Planning.Bindings.Binding.GetProvider(Ninject.Activation.IContext)"> | |
2517 <summary> | |
2518 Gets the provider for the binding. | |
2519 </summary> | |
2520 <param name="context">The context.</param> | |
2521 <returns>The provider to use.</returns> | |
2522 </member> | |
2523 <member name="M:Ninject.Planning.Bindings.Binding.GetScope(Ninject.Activation.IContext)"> | |
2524 <summary> | |
2525 Gets the scope for the binding, if any. | |
2526 </summary> | |
2527 <param name="context">The context.</param> | |
2528 <returns>The object that will act as the scope, or <see langword="null"/> if the service is transient.</returns> | |
2529 </member> | |
2530 <member name="M:Ninject.Planning.Bindings.Binding.Matches(Ninject.Activation.IRequest)"> | |
2531 <summary> | |
2532 Determines whether the specified request satisfies the conditions defined on this binding. | |
2533 </summary> | |
2534 <param name="request">The request.</param> | |
2535 <returns><c>True</c> if the request satisfies the conditions; otherwise <c>false</c>.</returns> | |
2536 </member> | |
2537 <member name="P:Ninject.Planning.Bindings.Binding.Service"> | |
2538 <summary> | |
2539 Gets the service type that is controlled by the binding. | |
2540 </summary> | |
2541 </member> | |
2542 <member name="P:Ninject.Planning.Bindings.Binding.Metadata"> | |
2543 <summary> | |
2544 Gets the binding's metadata. | |
2545 </summary> | |
2546 </member> | |
2547 <member name="P:Ninject.Planning.Bindings.Binding.IsImplicit"> | |
2548 <summary> | |
2549 Gets or sets a value indicating whether the binding was implicitly registered. | |
2550 </summary> | |
2551 </member> | |
2552 <member name="P:Ninject.Planning.Bindings.Binding.IsConditional"> | |
2553 <summary> | |
2554 Gets a value indicating whether the binding has a condition associated with it. | |
2555 </summary> | |
2556 </member> | |
2557 <member name="P:Ninject.Planning.Bindings.Binding.Target"> | |
2558 <summary> | |
2559 Gets or sets the type of target for the binding. | |
2560 </summary> | |
2561 </member> | |
2562 <member name="P:Ninject.Planning.Bindings.Binding.Condition"> | |
2563 <summary> | |
2564 Gets or sets the condition defined for the binding. | |
2565 </summary> | |
2566 </member> | |
2567 <member name="P:Ninject.Planning.Bindings.Binding.ProviderCallback"> | |
2568 <summary> | |
2569 Gets or sets the callback that returns the provider that should be used by the binding. | |
2570 </summary> | |
2571 </member> | |
2572 <member name="P:Ninject.Planning.Bindings.Binding.ScopeCallback"> | |
2573 <summary> | |
2574 Gets or sets the callback that returns the object that will act as the binding's scope. | |
2575 </summary> | |
2576 </member> | |
2577 <member name="P:Ninject.Planning.Bindings.Binding.Parameters"> | |
2578 <summary> | |
2579 Gets the parameters defined for the binding. | |
2580 </summary> | |
2581 </member> | |
2582 <member name="P:Ninject.Planning.Bindings.Binding.ActivationActions"> | |
2583 <summary> | |
2584 Gets the actions that should be called after instances are activated via the binding. | |
2585 </summary> | |
2586 </member> | |
2587 <member name="P:Ninject.Planning.Bindings.Binding.DeactivationActions"> | |
2588 <summary> | |
2589 Gets the actions that should be called before instances are deactivated via the binding. | |
2590 </summary> | |
2591 </member> | |
2592 <member name="T:Ninject.Planning.Bindings.BindingBuilder`1"> | |
2593 <summary> | |
2594 Provides a root for the fluent syntax associated with an <see cref="P:Ninject.Planning.Bindings.BindingBuilder`1.Binding"/>. | |
2595 </summary> | |
2596 </member> | |
2597 <member name="T:Ninject.Syntax.IBindingToSyntax`1"> | |
2598 <summary> | |
2599 Used to define the target of a binding. | |
2600 </summary> | |
2601 <typeparam name="T">The service being bound.</typeparam> | |
2602 </member> | |
2603 <member name="T:Ninject.Syntax.IBindingSyntax"> | |
2604 <summary> | |
2605 Used to define a basic binding syntax builder. | |
2606 </summary> | |
2607 </member> | |
2608 <member name="T:Ninject.Syntax.IFluentSyntax"> | |
2609 <summary> | |
2610 A hack to hide methods defined on <see cref="T:System.Object"/> for IntelliSense | |
2611 on fluent interfaces. Credit to Daniel Cazzulino. | |
2612 </summary> | |
2613 </member> | |
2614 <member name="M:Ninject.Syntax.IFluentSyntax.GetType"> | |
2615 <inheritdoc/> | |
2616 </member> | |
2617 <member name="M:Ninject.Syntax.IFluentSyntax.GetHashCode"> | |
2618 <inheritdoc/> | |
2619 </member> | |
2620 <member name="M:Ninject.Syntax.IFluentSyntax.ToString"> | |
2621 <inheritdoc/> | |
2622 </member> | |
2623 <member name="M:Ninject.Syntax.IFluentSyntax.Equals(System.Object)"> | |
2624 <inheritdoc/> | |
2625 </member> | |
2626 <member name="M:Ninject.Syntax.IBindingToSyntax`1.ToSelf"> | |
2627 <summary> | |
2628 Indicates that the service should be self-bound. | |
2629 </summary> | |
2630 </member> | |
2631 <member name="M:Ninject.Syntax.IBindingToSyntax`1.To``1"> | |
2632 <summary> | |
2633 Indicates that the service should be bound to the specified implementation type. | |
2634 </summary> | |
2635 <typeparam name="TImplementation">The implementation type.</typeparam> | |
2636 </member> | |
2637 <member name="M:Ninject.Syntax.IBindingToSyntax`1.To(System.Type)"> | |
2638 <summary> | |
2639 Indicates that the service should be bound to the specified implementation type. | |
2640 </summary> | |
2641 <param name="implementation">The implementation type.</param> | |
2642 </member> | |
2643 <member name="M:Ninject.Syntax.IBindingToSyntax`1.ToProvider``1"> | |
2644 <summary> | |
2645 Indicates that the service should be bound to an instance of the specified provider type. | |
2646 The instance will be activated via the kernel when an instance of the service is activated. | |
2647 </summary> | |
2648 <typeparam name="TProvider">The type of provider to activate.</typeparam> | |
2649 </member> | |
2650 <member name="M:Ninject.Syntax.IBindingToSyntax`1.ToProvider(System.Type)"> | |
2651 <summary> | |
2652 Indicates that the service should be bound to an instance of the specified provider type. | |
2653 The instance will be activated via the kernel when an instance of the service is activated. | |
2654 </summary> | |
2655 <param name="providerType">The type of provider to activate.</param> | |
2656 </member> | |
2657 <member name="M:Ninject.Syntax.IBindingToSyntax`1.ToProvider(Ninject.Activation.IProvider)"> | |
2658 <summary> | |
2659 Indicates that the service should be bound to the specified provider. | |
2660 </summary> | |
2661 <param name="provider">The provider.</param> | |
2662 </member> | |
2663 <member name="M:Ninject.Syntax.IBindingToSyntax`1.ToMethod(System.Func{Ninject.Activation.IContext,`0})"> | |
2664 <summary> | |
2665 Indicates that the service should be bound to the specified callback method. | |
2666 </summary> | |
2667 <param name="method">The method.</param> | |
2668 </member> | |
2669 <member name="M:Ninject.Syntax.IBindingToSyntax`1.ToConstant(`0)"> | |
2670 <summary> | |
2671 Indicates that the service should be bound to the specified constant value. | |
2672 </summary> | |
2673 <param name="value">The constant value.</param> | |
2674 </member> | |
2675 <member name="T:Ninject.Syntax.IBindingWhenInNamedWithOrOnSyntax`1"> | |
2676 <summary> | |
2677 Used to set the condition, scope, name, or add additional information or actions to a binding. | |
2678 </summary> | |
2679 <typeparam name="T">The service being bound.</typeparam> | |
2680 </member> | |
2681 <member name="T:Ninject.Syntax.IBindingWhenSyntax`1"> | |
2682 <summary> | |
2683 Used to define the conditions under which a binding should be used. | |
2684 </summary> | |
2685 <typeparam name="T">The service being bound.</typeparam> | |
2686 </member> | |
2687 <member name="M:Ninject.Syntax.IBindingWhenSyntax`1.When(System.Func{Ninject.Activation.IRequest,System.Boolean})"> | |
2688 <summary> | |
2689 Indicates that the binding should be used only for requests that support the specified condition. | |
2690 </summary> | |
2691 <param name="condition">The condition.</param> | |
2692 </member> | |
2693 <member name="M:Ninject.Syntax.IBindingWhenSyntax`1.WhenInjectedInto``1"> | |
2694 <summary> | |
2695 Indicates that the binding should be used only for injections on the specified type. | |
2696 </summary> | |
2697 <typeparam name="TParent">The type.</typeparam> | |
2698 </member> | |
2699 <member name="M:Ninject.Syntax.IBindingWhenSyntax`1.WhenInjectedInto(System.Type)"> | |
2700 <summary> | |
2701 Indicates that the binding should be used only for injections on the specified type. | |
2702 </summary> | |
2703 <param name="parent">The type.</param> | |
2704 </member> | |
2705 <member name="M:Ninject.Syntax.IBindingWhenSyntax`1.WhenClassHas``1"> | |
2706 <summary> | |
2707 Indicates that the binding should be used only when the class being injected has | |
2708 an attribute of the specified type. | |
2709 </summary> | |
2710 <typeparam name="TAttribute">The type of attribute.</typeparam> | |
2711 </member> | |
2712 <member name="M:Ninject.Syntax.IBindingWhenSyntax`1.WhenMemberHas``1"> | |
2713 <summary> | |
2714 Indicates that the binding should be used only when the member being injected has | |
2715 an attribute of the specified type. | |
2716 </summary> | |
2717 <typeparam name="TAttribute">The type of attribute.</typeparam> | |
2718 </member> | |
2719 <member name="M:Ninject.Syntax.IBindingWhenSyntax`1.WhenTargetHas``1"> | |
2720 <summary> | |
2721 Indicates that the binding should be used only when the target being injected has | |
2722 an attribute of the specified type. | |
2723 </summary> | |
2724 <typeparam name="TAttribute">The type of attribute.</typeparam> | |
2725 </member> | |
2726 <member name="M:Ninject.Syntax.IBindingWhenSyntax`1.WhenClassHas(System.Type)"> | |
2727 <summary> | |
2728 Indicates that the binding should be used only when the class being injected has | |
2729 an attribute of the specified type. | |
2730 </summary> | |
2731 <param name="attributeType">The type of attribute.</param> | |
2732 </member> | |
2733 <member name="M:Ninject.Syntax.IBindingWhenSyntax`1.WhenMemberHas(System.Type)"> | |
2734 <summary> | |
2735 Indicates that the binding should be used only when the member being injected has | |
2736 an attribute of the specified type. | |
2737 </summary> | |
2738 <param name="attributeType">The type of attribute.</param> | |
2739 </member> | |
2740 <member name="M:Ninject.Syntax.IBindingWhenSyntax`1.WhenTargetHas(System.Type)"> | |
2741 <summary> | |
2742 Indicates that the binding should be used only when the target being injected has | |
2743 an attribute of the specified type. | |
2744 </summary> | |
2745 <param name="attributeType">The type of attribute.</param> | |
2746 </member> | |
2747 <member name="M:Ninject.Syntax.IBindingWhenSyntax`1.WhenParentNamed(System.String)"> | |
2748 <summary> | |
2749 Indicates that the binding should be used only when the service is being requested | |
2750 by a service bound with the specified name. | |
2751 </summary> | |
2752 <param name="name">The name to expect.</param> | |
2753 </member> | |
2754 <member name="T:Ninject.Syntax.IBindingInSyntax`1"> | |
2755 <summary> | |
2756 Used to define the scope in which instances activated via a binding should be re-used. | |
2757 </summary> | |
2758 <typeparam name="T">The service being bound.</typeparam> | |
2759 </member> | |
2760 <member name="M:Ninject.Syntax.IBindingInSyntax`1.InSingletonScope"> | |
2761 <summary> | |
2762 Indicates that only a single instance of the binding should be created, and then | |
2763 should be re-used for all subsequent requests. | |
2764 </summary> | |
2765 </member> | |
2766 <member name="M:Ninject.Syntax.IBindingInSyntax`1.InTransientScope"> | |
2767 <summary> | |
2768 Indicates that instances activated via the binding should not be re-used, nor have | |
2769 their lifecycle managed by Ninject. | |
2770 </summary> | |
2771 </member> | |
2772 <member name="M:Ninject.Syntax.IBindingInSyntax`1.InThreadScope"> | |
2773 <summary> | |
2774 Indicates that instances activated via the binding should be re-used within the same thread. | |
2775 </summary> | |
2776 </member> | |
2777 <member name="M:Ninject.Syntax.IBindingInSyntax`1.InScope(System.Func{Ninject.Activation.IContext,System.Object})"> | |
2778 <summary> | |
2779 Indicates that instances activated via the binding should be re-used as long as the object | |
2780 returned by the provided callback remains alive (that is, has not been garbage collected). | |
2781 </summary> | |
2782 <param name="scope">The callback that returns the scope.</param> | |
2783 </member> | |
2784 <member name="T:Ninject.Syntax.IBindingNamedSyntax`1"> | |
2785 <summary> | |
2786 Used to define the name of a binding. | |
2787 </summary> | |
2788 <typeparam name="T">The service being bound.</typeparam> | |
2789 </member> | |
2790 <member name="M:Ninject.Syntax.IBindingNamedSyntax`1.Named(System.String)"> | |
2791 <summary> | |
2792 Indicates that the binding should be registered with the specified name. Names are not | |
2793 necessarily unique; multiple bindings for a given service may be registered with the same name. | |
2794 </summary> | |
2795 <param name="name">The name to give the binding.</param> | |
2796 </member> | |
2797 <member name="T:Ninject.Syntax.IBindingWithSyntax`1"> | |
2798 <summary> | |
2799 Used to add additional information to a binding. | |
2800 </summary> | |
2801 <typeparam name="T">The service being bound.</typeparam> | |
2802 </member> | |
2803 <member name="M:Ninject.Syntax.IBindingWithSyntax`1.WithConstructorArgument(System.String,System.Object)"> | |
2804 <summary> | |
2805 Indicates that the specified constructor argument should be overridden with the specified value. | |
2806 </summary> | |
2807 <param name="name">The name of the argument to override.</param> | |
2808 <param name="value">The value for the argument.</param> | |
2809 </member> | |
2810 <member name="M:Ninject.Syntax.IBindingWithSyntax`1.WithConstructorArgument(System.String,System.Func{Ninject.Activation.IContext,System.Object})"> | |
2811 <summary> | |
2812 Indicates that the specified constructor argument should be overridden with the specified value. | |
2813 </summary> | |
2814 <param name="name">The name of the argument to override.</param> | |
2815 <param name="callback">The callback to invoke to get the value for the argument.</param> | |
2816 </member> | |
2817 <member name="M:Ninject.Syntax.IBindingWithSyntax`1.WithConstructorArgument(System.String,System.Func{Ninject.Activation.IContext,Ninject.Planning.Targets.ITarget,System.Object})"> | |
2818 <summary> | |
2819 Indicates that the specified constructor argument should be overridden with the specified value. | |
2820 </summary> | |
2821 <param name="name">The name of the argument to override.</param> | |
2822 <param name="callback">The callback to invoke to get the value for the argument.</param> | |
2823 </member> | |
2824 <member name="M:Ninject.Syntax.IBindingWithSyntax`1.WithPropertyValue(System.String,System.Object)"> | |
2825 <summary> | |
2826 Indicates that the specified property should be injected with the specified value. | |
2827 </summary> | |
2828 <param name="name">The name of the property to override.</param> | |
2829 <param name="value">The value for the property.</param> | |
2830 </member> | |
2831 <member name="M:Ninject.Syntax.IBindingWithSyntax`1.WithPropertyValue(System.String,System.Func{Ninject.Activation.IContext,System.Object})"> | |
2832 <summary> | |
2833 Indicates that the specified property should be injected with the specified value. | |
2834 </summary> | |
2835 <param name="name">The name of the property to override.</param> | |
2836 <param name="callback">The callback to invoke to get the value for the property.</param> | |
2837 </member> | |
2838 <member name="M:Ninject.Syntax.IBindingWithSyntax`1.WithPropertyValue(System.String,System.Func{Ninject.Activation.IContext,Ninject.Planning.Targets.ITarget,System.Object})"> | |
2839 <summary> | |
2840 Indicates that the specified property should be injected with the specified value. | |
2841 </summary> | |
2842 <param name="name">The name of the property to override.</param> | |
2843 <param name="callback">The callback to invoke to get the value for the property.</param> | |
2844 </member> | |
2845 <member name="M:Ninject.Syntax.IBindingWithSyntax`1.WithParameter(Ninject.Parameters.IParameter)"> | |
2846 <summary> | |
2847 Adds a custom parameter to the binding. | |
2848 </summary> | |
2849 <param name="parameter">The parameter.</param> | |
2850 </member> | |
2851 <member name="M:Ninject.Syntax.IBindingWithSyntax`1.WithMetadata(System.String,System.Object)"> | |
2852 <summary> | |
2853 Sets the value of a piece of metadata on the binding. | |
2854 </summary> | |
2855 <param name="key">The metadata key.</param> | |
2856 <param name="value">The metadata value.</param> | |
2857 </member> | |
2858 <member name="T:Ninject.Syntax.IBindingOnSyntax`1"> | |
2859 <summary> | |
2860 Used to add additional actions to be performed during activation or deactivation of instances via a binding. | |
2861 </summary> | |
2862 <typeparam name="T">The service being bound.</typeparam> | |
2863 </member> | |
2864 <member name="M:Ninject.Syntax.IBindingOnSyntax`1.OnActivation(System.Action{`0})"> | |
2865 <summary> | |
2866 Indicates that the specified callback should be invoked when instances are activated. | |
2867 </summary> | |
2868 <param name="action">The action callback.</param> | |
2869 </member> | |
2870 <member name="M:Ninject.Syntax.IBindingOnSyntax`1.OnActivation(System.Action{Ninject.Activation.IContext,`0})"> | |
2871 <summary> | |
2872 Indicates that the specified callback should be invoked when instances are activated. | |
2873 </summary> | |
2874 <param name="action">The action callback.</param> | |
2875 </member> | |
2876 <member name="M:Ninject.Syntax.IBindingOnSyntax`1.OnDeactivation(System.Action{`0})"> | |
2877 <summary> | |
2878 Indicates that the specified callback should be invoked when instances are deactivated. | |
2879 </summary> | |
2880 <param name="action">The action callback.</param> | |
2881 </member> | |
2882 <member name="M:Ninject.Syntax.IBindingOnSyntax`1.OnDeactivation(System.Action{Ninject.Activation.IContext,`0})"> | |
2883 <summary> | |
2884 Indicates that the specified callback should be invoked when instances are deactivated. | |
2885 </summary> | |
2886 <param name="action">The action callback.</param> | |
2887 </member> | |
2888 <member name="T:Ninject.Syntax.IBindingInNamedWithOrOnSyntax`1"> | |
2889 <summary> | |
2890 Used to set the scope, name, or add additional information or actions to a binding. | |
2891 </summary> | |
2892 <typeparam name="T">The service being bound.</typeparam> | |
2893 </member> | |
2894 <member name="T:Ninject.Syntax.IBindingNamedWithOrOnSyntax`1"> | |
2895 <summary> | |
2896 Used to set the name, or add additional information or actions to a binding. | |
2897 </summary> | |
2898 <typeparam name="T">The service being bound.</typeparam> | |
2899 </member> | |
2900 <member name="T:Ninject.Syntax.IBindingWithOrOnSyntax`1"> | |
2901 <summary> | |
2902 Used to add additional information or actions to a binding. | |
2903 </summary> | |
2904 <typeparam name="T">The service being bound.</typeparam> | |
2905 </member> | |
2906 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.#ctor(Ninject.Planning.Bindings.IBinding,Ninject.IKernel)"> | |
2907 <summary> | |
2908 Initializes a new instance of the BindingBuilder<T> class. | |
2909 </summary> | |
2910 <param name="binding">The binding to build.</param> | |
2911 <param name="kernel">The kernel.</param> | |
2912 </member> | |
2913 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.ToSelf"> | |
2914 <summary> | |
2915 Indicates that the service should be self-bound. | |
2916 </summary> | |
2917 </member> | |
2918 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.To``1"> | |
2919 <summary> | |
2920 Indicates that the service should be bound to the specified implementation type. | |
2921 </summary> | |
2922 <typeparam name="TImplementation">The implementation type.</typeparam> | |
2923 </member> | |
2924 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.To(System.Type)"> | |
2925 <summary> | |
2926 Indicates that the service should be bound to the specified implementation type. | |
2927 </summary> | |
2928 <param name="implementation">The implementation type.</param> | |
2929 </member> | |
2930 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.ToProvider``1"> | |
2931 <summary> | |
2932 Indicates that the service should be bound to an instance of the specified provider type. | |
2933 The instance will be activated via the kernel when an instance of the service is activated. | |
2934 </summary> | |
2935 <typeparam name="TProvider">The type of provider to activate.</typeparam> | |
2936 </member> | |
2937 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.ToProvider(System.Type)"> | |
2938 <summary> | |
2939 Indicates that the service should be bound to an instance of the specified provider type. | |
2940 The instance will be activated via the kernel when an instance of the service is activated. | |
2941 </summary> | |
2942 <param name="providerType">The type of provider to activate.</param> | |
2943 </member> | |
2944 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.ToProvider(Ninject.Activation.IProvider)"> | |
2945 <summary> | |
2946 Indicates that the service should be bound to the specified provider. | |
2947 </summary> | |
2948 <param name="provider">The provider.</param> | |
2949 </member> | |
2950 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.ToMethod(System.Func{Ninject.Activation.IContext,`0})"> | |
2951 <summary> | |
2952 Indicates that the service should be bound to the specified callback method. | |
2953 </summary> | |
2954 <param name="method">The method.</param> | |
2955 </member> | |
2956 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.ToConstant(`0)"> | |
2957 <summary> | |
2958 Indicates that the service should be bound to the specified constant value. | |
2959 </summary> | |
2960 <param name="value">The constant value.</param> | |
2961 </member> | |
2962 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.When(System.Func{Ninject.Activation.IRequest,System.Boolean})"> | |
2963 <summary> | |
2964 Indicates that the binding should be used only for requests that support the specified condition. | |
2965 </summary> | |
2966 <param name="condition">The condition.</param> | |
2967 </member> | |
2968 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WhenInjectedInto``1"> | |
2969 <summary> | |
2970 Indicates that the binding should be used only for injections on the specified type. | |
2971 </summary> | |
2972 <typeparam name="TParent">The type.</typeparam> | |
2973 </member> | |
2974 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WhenInjectedInto(System.Type)"> | |
2975 <summary> | |
2976 Indicates that the binding should be used only for injections on the specified type. | |
2977 </summary> | |
2978 <param name="parent">The type.</param> | |
2979 </member> | |
2980 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WhenClassHas``1"> | |
2981 <summary> | |
2982 Indicates that the binding should be used only when the class being injected has | |
2983 an attribute of the specified type. | |
2984 </summary> | |
2985 <typeparam name="TAttribute">The type of attribute.</typeparam> | |
2986 </member> | |
2987 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WhenMemberHas``1"> | |
2988 <summary> | |
2989 Indicates that the binding should be used only when the member being injected has | |
2990 an attribute of the specified type. | |
2991 </summary> | |
2992 <typeparam name="TAttribute">The type of attribute.</typeparam> | |
2993 </member> | |
2994 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WhenTargetHas``1"> | |
2995 <summary> | |
2996 Indicates that the binding should be used only when the target being injected has | |
2997 an attribute of the specified type. | |
2998 </summary> | |
2999 <typeparam name="TAttribute">The type of attribute.</typeparam> | |
3000 </member> | |
3001 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WhenClassHas(System.Type)"> | |
3002 <summary> | |
3003 Indicates that the binding should be used only when the class being injected has | |
3004 an attribute of the specified type. | |
3005 </summary> | |
3006 <param name="attributeType">The type of attribute.</param> | |
3007 </member> | |
3008 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WhenMemberHas(System.Type)"> | |
3009 <summary> | |
3010 Indicates that the binding should be used only when the member being injected has | |
3011 an attribute of the specified type. | |
3012 </summary> | |
3013 <param name="attributeType">The type of attribute.</param> | |
3014 </member> | |
3015 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WhenTargetHas(System.Type)"> | |
3016 <summary> | |
3017 Indicates that the binding should be used only when the target being injected has | |
3018 an attribute of the specified type. | |
3019 </summary> | |
3020 <param name="attributeType">The type of attribute.</param> | |
3021 </member> | |
3022 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WhenParentNamed(System.String)"> | |
3023 <summary> | |
3024 Indicates that the binding should be used only when the service is being requested | |
3025 by a service bound with the specified name. | |
3026 </summary> | |
3027 <param name="name">The name to expect.</param> | |
3028 </member> | |
3029 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.Named(System.String)"> | |
3030 <summary> | |
3031 Indicates that the binding should be registered with the specified name. Names are not | |
3032 necessarily unique; multiple bindings for a given service may be registered with the same name. | |
3033 </summary> | |
3034 <param name="name">The name to give the binding.</param> | |
3035 </member> | |
3036 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.InSingletonScope"> | |
3037 <summary> | |
3038 Indicates that only a single instance of the binding should be created, and then | |
3039 should be re-used for all subsequent requests. | |
3040 </summary> | |
3041 </member> | |
3042 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.InTransientScope"> | |
3043 <summary> | |
3044 Indicates that instances activated via the binding should not be re-used, nor have | |
3045 their lifecycle managed by Ninject. | |
3046 </summary> | |
3047 </member> | |
3048 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.InThreadScope"> | |
3049 <summary> | |
3050 Indicates that instances activated via the binding should be re-used within the same thread. | |
3051 </summary> | |
3052 </member> | |
3053 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.InScope(System.Func{Ninject.Activation.IContext,System.Object})"> | |
3054 <summary> | |
3055 Indicates that instances activated via the binding should be re-used as long as the object | |
3056 returned by the provided callback remains alive (that is, has not been garbage collected). | |
3057 </summary> | |
3058 <param name="scope">The callback that returns the scope.</param> | |
3059 </member> | |
3060 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WithConstructorArgument(System.String,System.Object)"> | |
3061 <summary> | |
3062 Indicates that the specified constructor argument should be overridden with the specified value. | |
3063 </summary> | |
3064 <param name="name">The name of the argument to override.</param> | |
3065 <param name="value">The value for the argument.</param> | |
3066 </member> | |
3067 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WithConstructorArgument(System.String,System.Func{Ninject.Activation.IContext,System.Object})"> | |
3068 <summary> | |
3069 Indicates that the specified constructor argument should be overridden with the specified value. | |
3070 </summary> | |
3071 <param name="name">The name of the argument to override.</param> | |
3072 <param name="callback">The callback to invoke to get the value for the argument.</param> | |
3073 </member> | |
3074 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WithConstructorArgument(System.String,System.Func{Ninject.Activation.IContext,Ninject.Planning.Targets.ITarget,System.Object})"> | |
3075 <summary> | |
3076 Indicates that the specified constructor argument should be overridden with the specified value. | |
3077 </summary> | |
3078 <param name="name">The name of the argument to override.</param> | |
3079 <param name="callback">The callback to invoke to get the value for the argument.</param> | |
3080 </member> | |
3081 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WithPropertyValue(System.String,System.Object)"> | |
3082 <summary> | |
3083 Indicates that the specified property should be injected with the specified value. | |
3084 </summary> | |
3085 <param name="name">The name of the property to override.</param> | |
3086 <param name="value">The value for the property.</param> | |
3087 </member> | |
3088 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WithPropertyValue(System.String,System.Func{Ninject.Activation.IContext,System.Object})"> | |
3089 <summary> | |
3090 Indicates that the specified property should be injected with the specified value. | |
3091 </summary> | |
3092 <param name="name">The name of the property to override.</param> | |
3093 <param name="callback">The callback to invoke to get the value for the property.</param> | |
3094 </member> | |
3095 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WithPropertyValue(System.String,System.Func{Ninject.Activation.IContext,Ninject.Planning.Targets.ITarget,System.Object})"> | |
3096 <summary> | |
3097 Indicates that the specified property should be injected with the specified value. | |
3098 </summary> | |
3099 <param name="name">The name of the property to override.</param> | |
3100 <param name="callback">The callback to invoke to get the value for the property.</param> | |
3101 </member> | |
3102 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WithParameter(Ninject.Parameters.IParameter)"> | |
3103 <summary> | |
3104 Adds a custom parameter to the binding. | |
3105 </summary> | |
3106 <param name="parameter">The parameter.</param> | |
3107 </member> | |
3108 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.WithMetadata(System.String,System.Object)"> | |
3109 <summary> | |
3110 Sets the value of a piece of metadata on the binding. | |
3111 </summary> | |
3112 <param name="key">The metadata key.</param> | |
3113 <param name="value">The metadata value.</param> | |
3114 </member> | |
3115 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.OnActivation(System.Action{`0})"> | |
3116 <summary> | |
3117 Indicates that the specified callback should be invoked when instances are activated. | |
3118 </summary> | |
3119 <param name="action">The action callback.</param> | |
3120 </member> | |
3121 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.OnActivation(System.Action{Ninject.Activation.IContext,`0})"> | |
3122 <summary> | |
3123 Indicates that the specified callback should be invoked when instances are activated. | |
3124 </summary> | |
3125 <param name="action">The action callback.</param> | |
3126 </member> | |
3127 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.OnDeactivation(System.Action{`0})"> | |
3128 <summary> | |
3129 Indicates that the specified callback should be invoked when instances are deactivated. | |
3130 </summary> | |
3131 <param name="action">The action callback.</param> | |
3132 </member> | |
3133 <member name="M:Ninject.Planning.Bindings.BindingBuilder`1.OnDeactivation(System.Action{Ninject.Activation.IContext,`0})"> | |
3134 <summary> | |
3135 Indicates that the specified callback should be invoked when instances are deactivated. | |
3136 </summary> | |
3137 <param name="action">The action callback.</param> | |
3138 </member> | |
3139 <member name="P:Ninject.Planning.Bindings.BindingBuilder`1.Binding"> | |
3140 <summary> | |
3141 Gets the binding being built. | |
3142 </summary> | |
3143 </member> | |
3144 <member name="P:Ninject.Planning.Bindings.BindingBuilder`1.Kernel"> | |
3145 <summary> | |
3146 Gets the kernel. | |
3147 </summary> | |
3148 </member> | |
3149 <member name="T:Ninject.Planning.Bindings.BindingMetadata"> | |
3150 <summary> | |
3151 Additional information available about a binding, which can be used in constraints | |
3152 to select bindings to use in activation. | |
3153 </summary> | |
3154 </member> | |
3155 <member name="T:Ninject.Planning.Bindings.IBindingMetadata"> | |
3156 <summary> | |
3157 Additional information available about a binding, which can be used in constraints | |
3158 to select bindings to use in activation. | |
3159 </summary> | |
3160 </member> | |
3161 <member name="M:Ninject.Planning.Bindings.IBindingMetadata.Has(System.String)"> | |
3162 <summary> | |
3163 Determines whether a piece of metadata with the specified key has been defined. | |
3164 </summary> | |
3165 <param name="key">The metadata key.</param> | |
3166 <returns><c>True</c> if such a piece of metadata exists; otherwise, <c>false</c>.</returns> | |
3167 </member> | |
3168 <member name="M:Ninject.Planning.Bindings.IBindingMetadata.Get``1(System.String)"> | |
3169 <summary> | |
3170 Gets the value of metadata defined with the specified key, cast to the specified type. | |
3171 </summary> | |
3172 <typeparam name="T">The type of value to expect.</typeparam> | |
3173 <param name="key">The metadata key.</param> | |
3174 <returns>The metadata value.</returns> | |
3175 </member> | |
3176 <member name="M:Ninject.Planning.Bindings.IBindingMetadata.Get``1(System.String,``0)"> | |
3177 <summary> | |
3178 Gets the value of metadata defined with the specified key. | |
3179 </summary> | |
3180 <param name="key">The metadata key.</param> | |
3181 <param name="defaultValue">The value to return if the binding has no metadata set with the specified key.</param> | |
3182 <returns>The metadata value, or the default value if none was set.</returns> | |
3183 </member> | |
3184 <member name="M:Ninject.Planning.Bindings.IBindingMetadata.Set(System.String,System.Object)"> | |
3185 <summary> | |
3186 Sets the value of a piece of metadata. | |
3187 </summary> | |
3188 <param name="key">The metadata key.</param> | |
3189 <param name="value">The metadata value.</param> | |
3190 </member> | |
3191 <member name="P:Ninject.Planning.Bindings.IBindingMetadata.Name"> | |
3192 <summary> | |
3193 Gets or sets the binding's name. | |
3194 </summary> | |
3195 </member> | |
3196 <member name="M:Ninject.Planning.Bindings.BindingMetadata.Has(System.String)"> | |
3197 <summary> | |
3198 Determines whether a piece of metadata with the specified key has been defined. | |
3199 </summary> | |
3200 <param name="key">The metadata key.</param> | |
3201 <returns><c>True</c> if such a piece of metadata exists; otherwise, <c>false</c>.</returns> | |
3202 </member> | |
3203 <member name="M:Ninject.Planning.Bindings.BindingMetadata.Get``1(System.String)"> | |
3204 <summary> | |
3205 Gets the value of metadata defined with the specified key, cast to the specified type. | |
3206 </summary> | |
3207 <typeparam name="T">The type of value to expect.</typeparam> | |
3208 <param name="key">The metadata key.</param> | |
3209 <returns>The metadata value.</returns> | |
3210 </member> | |
3211 <member name="M:Ninject.Planning.Bindings.BindingMetadata.Get``1(System.String,``0)"> | |
3212 <summary> | |
3213 Gets the value of metadata defined with the specified key. | |
3214 </summary> | |
3215 <param name="key">The metadata key.</param> | |
3216 <param name="defaultValue">The value to return if the binding has no metadata set with the specified key.</param> | |
3217 <returns>The metadata value, or the default value if none was set.</returns> | |
3218 </member> | |
3219 <member name="M:Ninject.Planning.Bindings.BindingMetadata.Set(System.String,System.Object)"> | |
3220 <summary> | |
3221 Sets the value of a piece of metadata. | |
3222 </summary> | |
3223 <param name="key">The metadata key.</param> | |
3224 <param name="value">The metadata value.</param> | |
3225 </member> | |
3226 <member name="P:Ninject.Planning.Bindings.BindingMetadata.Name"> | |
3227 <summary> | |
3228 Gets or sets the binding's name. | |
3229 </summary> | |
3230 </member> | |
3231 <member name="T:Ninject.Planning.Bindings.BindingTarget"> | |
3232 <summary> | |
3233 Describes the target of a binding. | |
3234 </summary> | |
3235 </member> | |
3236 <member name="F:Ninject.Planning.Bindings.BindingTarget.Self"> | |
3237 <summary> | |
3238 Indicates that the binding is from a type to itself. | |
3239 </summary> | |
3240 </member> | |
3241 <member name="F:Ninject.Planning.Bindings.BindingTarget.Type"> | |
3242 <summary> | |
3243 Indicates that the binding is from one type to another. | |
3244 </summary> | |
3245 </member> | |
3246 <member name="F:Ninject.Planning.Bindings.BindingTarget.Provider"> | |
3247 <summary> | |
3248 Indicates that the binding is from a type to a provider. | |
3249 </summary> | |
3250 </member> | |
3251 <member name="F:Ninject.Planning.Bindings.BindingTarget.Method"> | |
3252 <summary> | |
3253 Indicates that the binding is from a type to a callback method. | |
3254 </summary> | |
3255 </member> | |
3256 <member name="F:Ninject.Planning.Bindings.BindingTarget.Constant"> | |
3257 <summary> | |
3258 Indicates that the binding is from a type to a constant value. | |
3259 </summary> | |
3260 </member> | |
3261 <member name="T:Ninject.Planning.Directives.ConstructorInjectionDirective"> | |
3262 <summary> | |
3263 Describes the injection of a constructor. | |
3264 </summary> | |
3265 </member> | |
3266 <member name="T:Ninject.Planning.Directives.MethodInjectionDirectiveBase`2"> | |
3267 <summary> | |
3268 Describes the injection of a method or constructor. | |
3269 </summary> | |
3270 </member> | |
3271 <member name="T:Ninject.Planning.Directives.IDirective"> | |
3272 <summary> | |
3273 A piece of information used in an <see cref="T:Ninject.Planning.IPlan"/>. (Just a marker.) | |
3274 </summary> | |
3275 </member> | |
3276 <member name="M:Ninject.Planning.Directives.MethodInjectionDirectiveBase`2.#ctor(`0,`1)"> | |
3277 <summary> | |
3278 Initializes a new instance of the MethodInjectionDirectiveBase<TMethod, TInjector> class. | |
3279 </summary> | |
3280 <param name="method">The method this directive represents.</param> | |
3281 <param name="injector">The injector that will be triggered.</param> | |
3282 </member> | |
3283 <member name="M:Ninject.Planning.Directives.MethodInjectionDirectiveBase`2.CreateTargetsFromParameters(`0)"> | |
3284 <summary> | |
3285 Creates targets for the parameters of the method. | |
3286 </summary> | |
3287 <param name="method">The method.</param> | |
3288 <returns>The targets for the method's parameters.</returns> | |
3289 </member> | |
3290 <member name="P:Ninject.Planning.Directives.MethodInjectionDirectiveBase`2.Injector"> | |
3291 <summary> | |
3292 Gets or sets the injector that will be triggered. | |
3293 </summary> | |
3294 </member> | |
3295 <member name="P:Ninject.Planning.Directives.MethodInjectionDirectiveBase`2.Targets"> | |
3296 <summary> | |
3297 Gets or sets the targets for the directive. | |
3298 </summary> | |
3299 </member> | |
3300 <member name="M:Ninject.Planning.Directives.ConstructorInjectionDirective.#ctor(System.Reflection.ConstructorInfo,Ninject.Injection.ConstructorInjector)"> | |
3301 <summary> | |
3302 Initializes a new instance of the <see cref="T:Ninject.Planning.Directives.ConstructorInjectionDirective"/> class. | |
3303 </summary> | |
3304 <param name="constructor">The constructor described by the directive.</param> | |
3305 <param name="injector">The injector that will be triggered.</param> | |
3306 </member> | |
3307 <member name="P:Ninject.Planning.Directives.ConstructorInjectionDirective.Constructor"> | |
3308 <summary> | |
3309 The base .ctor definition. | |
3310 </summary> | |
3311 </member> | |
3312 <member name="T:Ninject.Planning.Directives.MethodInjectionDirective"> | |
3313 <summary> | |
3314 Describes the injection of a method. | |
3315 </summary> | |
3316 </member> | |
3317 <member name="M:Ninject.Planning.Directives.MethodInjectionDirective.#ctor(System.Reflection.MethodInfo,Ninject.Injection.MethodInjector)"> | |
3318 <summary> | |
3319 Initializes a new instance of the <see cref="T:Ninject.Planning.Directives.MethodInjectionDirective"/> class. | |
3320 </summary> | |
3321 <param name="method">The method described by the directive.</param> | |
3322 <param name="injector">The injector that will be triggered.</param> | |
3323 </member> | |
3324 <member name="T:Ninject.Planning.Directives.PropertyInjectionDirective"> | |
3325 <summary> | |
3326 Describes the injection of a property. | |
3327 </summary> | |
3328 </member> | |
3329 <member name="M:Ninject.Planning.Directives.PropertyInjectionDirective.#ctor(System.Reflection.PropertyInfo,Ninject.Injection.PropertyInjector)"> | |
3330 <summary> | |
3331 Initializes a new instance of the <see cref="T:Ninject.Planning.Directives.PropertyInjectionDirective"/> class. | |
3332 </summary> | |
3333 <param name="member">The member the directive describes.</param> | |
3334 <param name="injector">The injector that will be triggered.</param> | |
3335 </member> | |
3336 <member name="M:Ninject.Planning.Directives.PropertyInjectionDirective.CreateTarget(System.Reflection.PropertyInfo)"> | |
3337 <summary> | |
3338 Creates a target for the property. | |
3339 </summary> | |
3340 <param name="propertyInfo">The property.</param> | |
3341 <returns>The target for the property.</returns> | |
3342 </member> | |
3343 <member name="P:Ninject.Planning.Directives.PropertyInjectionDirective.Injector"> | |
3344 <summary> | |
3345 Gets or sets the injector that will be triggered. | |
3346 </summary> | |
3347 </member> | |
3348 <member name="P:Ninject.Planning.Directives.PropertyInjectionDirective.Target"> | |
3349 <summary> | |
3350 Gets or sets the injection target for the directive. | |
3351 </summary> | |
3352 </member> | |
3353 <member name="T:Ninject.Planning.Strategies.ConstructorReflectionStrategy"> | |
3354 <summary> | |
3355 Adds a directive to plans indicating which constructor should be injected during activation. | |
3356 </summary> | |
3357 </member> | |
3358 <member name="T:Ninject.Planning.Strategies.IPlanningStrategy"> | |
3359 <summary> | |
3360 Contributes to the generation of a <see cref="T:Ninject.Planning.IPlan"/>. | |
3361 </summary> | |
3362 </member> | |
3363 <member name="M:Ninject.Planning.Strategies.IPlanningStrategy.Execute(Ninject.Planning.IPlan)"> | |
3364 <summary> | |
3365 Contributes to the specified plan. | |
3366 </summary> | |
3367 <param name="plan">The plan that is being generated.</param> | |
3368 </member> | |
3369 <member name="M:Ninject.Planning.Strategies.ConstructorReflectionStrategy.#ctor(Ninject.Selection.ISelector,Ninject.Injection.IInjectorFactory)"> | |
3370 <summary> | |
3371 Initializes a new instance of the <see cref="T:Ninject.Planning.Strategies.ConstructorReflectionStrategy"/> class. | |
3372 </summary> | |
3373 <param name="selector">The selector component.</param> | |
3374 <param name="injectorFactory">The injector factory component.</param> | |
3375 </member> | |
3376 <member name="M:Ninject.Planning.Strategies.ConstructorReflectionStrategy.Execute(Ninject.Planning.IPlan)"> | |
3377 <summary> | |
3378 Adds a <see cref="T:Ninject.Planning.Directives.ConstructorInjectionDirective"/> to the plan for the constructor | |
3379 that should be injected. | |
3380 </summary> | |
3381 <param name="plan">The plan that is being generated.</param> | |
3382 </member> | |
3383 <member name="P:Ninject.Planning.Strategies.ConstructorReflectionStrategy.Selector"> | |
3384 <summary> | |
3385 Gets the selector component. | |
3386 </summary> | |
3387 </member> | |
3388 <member name="P:Ninject.Planning.Strategies.ConstructorReflectionStrategy.InjectorFactory"> | |
3389 <summary> | |
3390 Gets the injector factory component. | |
3391 </summary> | |
3392 </member> | |
3393 <member name="T:Ninject.Planning.Strategies.MethodReflectionStrategy"> | |
3394 <summary> | |
3395 Adds directives to plans indicating which methods should be injected during activation. | |
3396 </summary> | |
3397 </member> | |
3398 <member name="M:Ninject.Planning.Strategies.MethodReflectionStrategy.#ctor(Ninject.Selection.ISelector,Ninject.Injection.IInjectorFactory)"> | |
3399 <summary> | |
3400 Initializes a new instance of the <see cref="T:Ninject.Planning.Strategies.MethodReflectionStrategy"/> class. | |
3401 </summary> | |
3402 <param name="selector">The selector component.</param> | |
3403 <param name="injectorFactory">The injector factory component.</param> | |
3404 </member> | |
3405 <member name="M:Ninject.Planning.Strategies.MethodReflectionStrategy.Execute(Ninject.Planning.IPlan)"> | |
3406 <summary> | |
3407 Adds a <see cref="T:Ninject.Planning.Directives.MethodInjectionDirective"/> to the plan for each method | |
3408 that should be injected. | |
3409 </summary> | |
3410 <param name="plan">The plan that is being generated.</param> | |
3411 </member> | |
3412 <member name="P:Ninject.Planning.Strategies.MethodReflectionStrategy.Selector"> | |
3413 <summary> | |
3414 Gets the selector component. | |
3415 </summary> | |
3416 </member> | |
3417 <member name="P:Ninject.Planning.Strategies.MethodReflectionStrategy.InjectorFactory"> | |
3418 <summary> | |
3419 Gets the injector factory component. | |
3420 </summary> | |
3421 </member> | |
3422 <member name="T:Ninject.Planning.Strategies.PropertyReflectionStrategy"> | |
3423 <summary> | |
3424 Adds directives to plans indicating which properties should be injected during activation. | |
3425 </summary> | |
3426 </member> | |
3427 <member name="M:Ninject.Planning.Strategies.PropertyReflectionStrategy.#ctor(Ninject.Selection.ISelector,Ninject.Injection.IInjectorFactory)"> | |
3428 <summary> | |
3429 Initializes a new instance of the <see cref="T:Ninject.Planning.Strategies.PropertyReflectionStrategy"/> class. | |
3430 </summary> | |
3431 <param name="selector">The selector component.</param> | |
3432 <param name="injectorFactory">The injector factory component.</param> | |
3433 </member> | |
3434 <member name="M:Ninject.Planning.Strategies.PropertyReflectionStrategy.Execute(Ninject.Planning.IPlan)"> | |
3435 <summary> | |
3436 Adds a <see cref="T:Ninject.Planning.Directives.PropertyInjectionDirective"/> to the plan for each property | |
3437 that should be injected. | |
3438 </summary> | |
3439 <param name="plan">The plan that is being generated.</param> | |
3440 </member> | |
3441 <member name="P:Ninject.Planning.Strategies.PropertyReflectionStrategy.Selector"> | |
3442 <summary> | |
3443 Gets the selector component. | |
3444 </summary> | |
3445 </member> | |
3446 <member name="P:Ninject.Planning.Strategies.PropertyReflectionStrategy.InjectorFactory"> | |
3447 <summary> | |
3448 Gets the injector factory component. | |
3449 </summary> | |
3450 </member> | |
3451 <member name="T:Ninject.Planning.Targets.ITarget"> | |
3452 <summary> | |
3453 Represents a site on a type where a value will be injected. | |
3454 </summary> | |
3455 </member> | |
3456 <member name="M:Ninject.Planning.Targets.ITarget.ResolveWithin(Ninject.Activation.IContext)"> | |
3457 <summary> | |
3458 Resolves a value for the target within the specified parent context. | |
3459 </summary> | |
3460 <param name="parent">The parent context.</param> | |
3461 <returns>The resolved value.</returns> | |
3462 </member> | |
3463 <member name="P:Ninject.Planning.Targets.ITarget.Type"> | |
3464 <summary> | |
3465 Gets the type of the target. | |
3466 </summary> | |
3467 </member> | |
3468 <member name="P:Ninject.Planning.Targets.ITarget.Name"> | |
3469 <summary> | |
3470 Gets the name of the target. | |
3471 </summary> | |
3472 </member> | |
3473 <member name="P:Ninject.Planning.Targets.ITarget.Member"> | |
3474 <summary> | |
3475 Gets the member that contains the target. | |
3476 </summary> | |
3477 </member> | |
3478 <member name="P:Ninject.Planning.Targets.ITarget.Constraint"> | |
3479 <summary> | |
3480 Gets the constraint defined on the target. | |
3481 </summary> | |
3482 </member> | |
3483 <member name="P:Ninject.Planning.Targets.ITarget.IsOptional"> | |
3484 <summary> | |
3485 Gets a value indicating whether the target represents an optional dependency. | |
3486 </summary> | |
3487 </member> | |
3488 <member name="T:Ninject.Planning.Targets.ParameterTarget"> | |
3489 <summary> | |
3490 Represents an injection target for a <see cref="T:System.Reflection.ParameterInfo"/>. | |
3491 </summary> | |
3492 </member> | |
3493 <member name="T:Ninject.Planning.Targets.Target`1"> | |
3494 <summary> | |
3495 Represents a site on a type where a value can be injected. | |
3496 </summary> | |
3497 <typeparam name="T">The type of site this represents.</typeparam> | |
3498 </member> | |
3499 <member name="M:Ninject.Planning.Targets.Target`1.#ctor(System.Reflection.MemberInfo,`0)"> | |
3500 <summary> | |
3501 Initializes a new instance of the Target<T> class. | |
3502 </summary> | |
3503 <param name="member">The member that contains the target.</param> | |
3504 <param name="site">The site represented by the target.</param> | |
3505 </member> | |
3506 <member name="M:Ninject.Planning.Targets.Target`1.GetCustomAttributes(System.Type,System.Boolean)"> | |
3507 <summary> | |
3508 Returns an array of custom attributes of a specified type defined on the target. | |
3509 </summary> | |
3510 <param name="attributeType">The type of attribute to search for.</param> | |
3511 <param name="inherit">Whether to look up the hierarchy chain for inherited custom attributes.</param> | |
3512 <returns>An array of custom attributes of the specified type.</returns> | |
3513 </member> | |
3514 <member name="M:Ninject.Planning.Targets.Target`1.GetCustomAttributes(System.Boolean)"> | |
3515 <summary> | |
3516 Returns an array of custom attributes defined on the target. | |
3517 </summary> | |
3518 <param name="inherit">Whether to look up the hierarchy chain for inherited custom attributes.</param> | |
3519 <returns>An array of custom attributes.</returns> | |
3520 </member> | |
3521 <member name="M:Ninject.Planning.Targets.Target`1.IsDefined(System.Type,System.Boolean)"> | |
3522 <summary> | |
3523 Returns a value indicating whether an attribute of the specified type is defined on the target. | |
3524 </summary> | |
3525 <param name="attributeType">The type of attribute to search for.</param> | |
3526 <param name="inherit">Whether to look up the hierarchy chain for inherited custom attributes.</param> | |
3527 <returns><c>True</c> if such an attribute is defined; otherwise <c>false</c>.</returns> | |
3528 </member> | |
3529 <member name="M:Ninject.Planning.Targets.Target`1.ResolveWithin(Ninject.Activation.IContext)"> | |
3530 <summary> | |
3531 Resolves a value for the target within the specified parent context. | |
3532 </summary> | |
3533 <param name="parent">The parent context.</param> | |
3534 <returns>The resolved value.</returns> | |
3535 </member> | |
3536 <member name="M:Ninject.Planning.Targets.Target`1.GetValues(System.Type,Ninject.Activation.IContext)"> | |
3537 <summary> | |
3538 Gets the value(s) that should be injected into the target. | |
3539 </summary> | |
3540 <param name="service">The service that the target is requesting.</param> | |
3541 <param name="parent">The parent context in which the target is being injected.</param> | |
3542 <returns>A series of values that are available for injection.</returns> | |
3543 </member> | |
3544 <member name="M:Ninject.Planning.Targets.Target`1.GetValue(System.Type,Ninject.Activation.IContext)"> | |
3545 <summary> | |
3546 Gets the value that should be injected into the target. | |
3547 </summary> | |
3548 <param name="service">The service that the target is requesting.</param> | |
3549 <param name="parent">The parent context in which the target is being injected.</param> | |
3550 <returns>The value that is to be injected.</returns> | |
3551 </member> | |
3552 <member name="M:Ninject.Planning.Targets.Target`1.ReadOptionalFromTarget"> | |
3553 <summary> | |
3554 Reads whether the target represents an optional dependency. | |
3555 </summary> | |
3556 <returns><see langword="True"/> if it is optional; otherwise <see langword="false"/>.</returns> | |
3557 </member> | |
3558 <member name="M:Ninject.Planning.Targets.Target`1.ReadConstraintFromTarget"> | |
3559 <summary> | |
3560 Reads the resolution constraint from target. | |
3561 </summary> | |
3562 <returns>The resolution constraint.</returns> | |
3563 </member> | |
3564 <member name="P:Ninject.Planning.Targets.Target`1.Member"> | |
3565 <summary> | |
3566 Gets the member that contains the target. | |
3567 </summary> | |
3568 </member> | |
3569 <member name="P:Ninject.Planning.Targets.Target`1.Site"> | |
3570 <summary> | |
3571 Gets or sets the site (property, parameter, etc.) represented by the target. | |
3572 </summary> | |
3573 </member> | |
3574 <member name="P:Ninject.Planning.Targets.Target`1.Name"> | |
3575 <summary> | |
3576 Gets the name of the target. | |
3577 </summary> | |
3578 </member> | |
3579 <member name="P:Ninject.Planning.Targets.Target`1.Type"> | |
3580 <summary> | |
3581 Gets the type of the target. | |
3582 </summary> | |
3583 </member> | |
3584 <member name="P:Ninject.Planning.Targets.Target`1.Constraint"> | |
3585 <summary> | |
3586 Gets the constraint defined on the target. | |
3587 </summary> | |
3588 </member> | |
3589 <member name="P:Ninject.Planning.Targets.Target`1.IsOptional"> | |
3590 <summary> | |
3591 Gets a value indicating whether the target represents an optional dependency. | |
3592 </summary> | |
3593 </member> | |
3594 <member name="M:Ninject.Planning.Targets.ParameterTarget.#ctor(System.Reflection.MethodBase,System.Reflection.ParameterInfo)"> | |
3595 <summary> | |
3596 Initializes a new instance of the <see cref="T:Ninject.Planning.Targets.ParameterTarget"/> class. | |
3597 </summary> | |
3598 <param name="method">The method that defines the parameter.</param> | |
3599 <param name="site">The parameter that this target represents.</param> | |
3600 </member> | |
3601 <member name="P:Ninject.Planning.Targets.ParameterTarget.Name"> | |
3602 <summary> | |
3603 Gets the name of the target. | |
3604 </summary> | |
3605 </member> | |
3606 <member name="P:Ninject.Planning.Targets.ParameterTarget.Type"> | |
3607 <summary> | |
3608 Gets the type of the target. | |
3609 </summary> | |
3610 </member> | |
3611 <member name="T:Ninject.Planning.Targets.PropertyTarget"> | |
3612 <summary> | |
3613 Represents an injection target for a <see cref="T:System.Reflection.PropertyInfo"/>. | |
3614 </summary> | |
3615 </member> | |
3616 <member name="M:Ninject.Planning.Targets.PropertyTarget.#ctor(System.Reflection.PropertyInfo)"> | |
3617 <summary> | |
3618 Initializes a new instance of the <see cref="T:Ninject.Planning.Targets.PropertyTarget"/> class. | |
3619 </summary> | |
3620 <param name="site">The property that this target represents.</param> | |
3621 </member> | |
3622 <member name="P:Ninject.Planning.Targets.PropertyTarget.Name"> | |
3623 <summary> | |
3624 Gets the name of the target. | |
3625 </summary> | |
3626 </member> | |
3627 <member name="P:Ninject.Planning.Targets.PropertyTarget.Type"> | |
3628 <summary> | |
3629 Gets the type of the target. | |
3630 </summary> | |
3631 </member> | |
3632 <member name="T:Ninject.Planning.IPlan"> | |
3633 <summary> | |
3634 Describes the means by which a type should be activated. | |
3635 </summary> | |
3636 </member> | |
3637 <member name="M:Ninject.Planning.IPlan.Add(Ninject.Planning.Directives.IDirective)"> | |
3638 <summary> | |
3639 Adds the specified directive to the plan. | |
3640 </summary> | |
3641 <param name="directive">The directive.</param> | |
3642 </member> | |
3643 <member name="M:Ninject.Planning.IPlan.Has``1"> | |
3644 <summary> | |
3645 Determines whether the plan contains one or more directives of the specified type. | |
3646 </summary> | |
3647 <typeparam name="TDirective">The type of directive.</typeparam> | |
3648 <returns><c>True</c> if the plan has one or more directives of the type; otherwise, <c>false</c>.</returns> | |
3649 </member> | |
3650 <member name="M:Ninject.Planning.IPlan.GetOne``1"> | |
3651 <summary> | |
3652 Gets the first directive of the specified type from the plan. | |
3653 </summary> | |
3654 <typeparam name="TDirective">The type of directive.</typeparam> | |
3655 <returns>The first directive, or <see langword="null"/> if no matching directives exist.</returns> | |
3656 </member> | |
3657 <member name="M:Ninject.Planning.IPlan.GetAll``1"> | |
3658 <summary> | |
3659 Gets all directives of the specified type that exist in the plan. | |
3660 </summary> | |
3661 <typeparam name="TDirective">The type of directive.</typeparam> | |
3662 <returns>A series of directives of the specified type.</returns> | |
3663 </member> | |
3664 <member name="P:Ninject.Planning.IPlan.Type"> | |
3665 <summary> | |
3666 Gets the type that the plan describes. | |
3667 </summary> | |
3668 </member> | |
3669 <member name="T:Ninject.Planning.IPlanner"> | |
3670 <summary> | |
3671 Generates plans for how to activate instances. | |
3672 </summary> | |
3673 </member> | |
3674 <member name="M:Ninject.Planning.IPlanner.GetPlan(System.Type)"> | |
3675 <summary> | |
3676 Gets or creates an activation plan for the specified type. | |
3677 </summary> | |
3678 <param name="type">The type for which a plan should be created.</param> | |
3679 <returns>The type's activation plan.</returns> | |
3680 </member> | |
3681 <member name="P:Ninject.Planning.IPlanner.Strategies"> | |
3682 <summary> | |
3683 Gets the strategies that contribute to the planning process. | |
3684 </summary> | |
3685 </member> | |
3686 <member name="T:Ninject.Planning.Plan"> | |
3687 <summary> | |
3688 Describes the means by which a type should be activated. | |
3689 </summary> | |
3690 </member> | |
3691 <member name="M:Ninject.Planning.Plan.#ctor(System.Type)"> | |
3692 <summary> | |
3693 Initializes a new instance of the <see cref="T:Ninject.Planning.Plan"/> class. | |
3694 </summary> | |
3695 <param name="type">The type the plan describes.</param> | |
3696 </member> | |
3697 <member name="M:Ninject.Planning.Plan.Add(Ninject.Planning.Directives.IDirective)"> | |
3698 <summary> | |
3699 Adds the specified directive to the plan. | |
3700 </summary> | |
3701 <param name="directive">The directive.</param> | |
3702 </member> | |
3703 <member name="M:Ninject.Planning.Plan.Has``1"> | |
3704 <summary> | |
3705 Determines whether the plan contains one or more directives of the specified type. | |
3706 </summary> | |
3707 <typeparam name="TDirective">The type of directive.</typeparam> | |
3708 <returns><c>True</c> if the plan has one or more directives of the type; otherwise, <c>false</c>.</returns> | |
3709 </member> | |
3710 <member name="M:Ninject.Planning.Plan.GetOne``1"> | |
3711 <summary> | |
3712 Gets the first directive of the specified type from the plan. | |
3713 </summary> | |
3714 <typeparam name="TDirective">The type of directive.</typeparam> | |
3715 <returns>The first directive, or <see langword="null"/> if no matching directives exist.</returns> | |
3716 </member> | |
3717 <member name="M:Ninject.Planning.Plan.GetAll``1"> | |
3718 <summary> | |
3719 Gets all directives of the specified type that exist in the plan. | |
3720 </summary> | |
3721 <typeparam name="TDirective">The type of directive.</typeparam> | |
3722 <returns>A series of directives of the specified type.</returns> | |
3723 </member> | |
3724 <member name="P:Ninject.Planning.Plan.Type"> | |
3725 <summary> | |
3726 Gets the type that the plan describes. | |
3727 </summary> | |
3728 </member> | |
3729 <member name="P:Ninject.Planning.Plan.Directives"> | |
3730 <summary> | |
3731 Gets the directives defined in the plan. | |
3732 </summary> | |
3733 </member> | |
3734 <member name="T:Ninject.Planning.Planner"> | |
3735 <summary> | |
3736 Generates plans for how to activate instances. | |
3737 </summary> | |
3738 </member> | |
3739 <member name="M:Ninject.Planning.Planner.#ctor(System.Collections.Generic.IEnumerable{Ninject.Planning.Strategies.IPlanningStrategy})"> | |
3740 <summary> | |
3741 Initializes a new instance of the <see cref="T:Ninject.Planning.Planner"/> class. | |
3742 </summary> | |
3743 <param name="strategies">The strategies to execute during planning.</param> | |
3744 </member> | |
3745 <member name="M:Ninject.Planning.Planner.GetPlan(System.Type)"> | |
3746 <summary> | |
3747 Gets or creates an activation plan for the specified type. | |
3748 </summary> | |
3749 <param name="type">The type for which a plan should be created.</param> | |
3750 <returns>The type's activation plan.</returns> | |
3751 </member> | |
3752 <member name="M:Ninject.Planning.Planner.CreateEmptyPlan(System.Type)"> | |
3753 <summary> | |
3754 Creates an empty plan for the specified type. | |
3755 </summary> | |
3756 <param name="type">The type for which a plan should be created.</param> | |
3757 <returns>The created plan.</returns> | |
3758 </member> | |
3759 <member name="P:Ninject.Planning.Planner.Strategies"> | |
3760 <summary> | |
3761 Gets the strategies that contribute to the planning process. | |
3762 </summary> | |
3763 </member> | |
3764 <member name="T:Ninject.Selection.Heuristics.IConstructorScorer"> | |
3765 <summary> | |
3766 Generates scores for constructors, to determine which is the best one to call during activation. | |
3767 </summary> | |
3768 </member> | |
3769 <member name="M:Ninject.Selection.Heuristics.IConstructorScorer.Score(Ninject.Activation.IContext,Ninject.Planning.Directives.ConstructorInjectionDirective)"> | |
3770 <summary> | |
3771 Gets the score for the specified constructor. | |
3772 </summary> | |
3773 <param name="context">The injection context.</param> | |
3774 <param name="directive">The constructor.</param> | |
3775 <returns>The constructor's score.</returns> | |
3776 </member> | |
3777 <member name="T:Ninject.Selection.Heuristics.IInjectionHeuristic"> | |
3778 <summary> | |
3779 Determines whether members should be injected during activation. | |
3780 </summary> | |
3781 </member> | |
3782 <member name="M:Ninject.Selection.Heuristics.IInjectionHeuristic.ShouldInject(System.Reflection.MemberInfo)"> | |
3783 <summary> | |
3784 Returns a value indicating whether the specified member should be injected. | |
3785 </summary> | |
3786 <param name="member">The member in question.</param> | |
3787 <returns><c>True</c> if the member should be injected; otherwise <c>false</c>.</returns> | |
3788 </member> | |
3789 <member name="T:Ninject.Selection.Heuristics.StandardConstructorScorer"> | |
3790 <summary> | |
3791 Scores constructors by either looking for the existence of an injection marker | |
3792 attribute, or by counting the number of parameters. | |
3793 </summary> | |
3794 </member> | |
3795 <member name="M:Ninject.Selection.Heuristics.StandardConstructorScorer.Score(Ninject.Activation.IContext,Ninject.Planning.Directives.ConstructorInjectionDirective)"> | |
3796 <summary> | |
3797 Gets the score for the specified constructor. | |
3798 </summary> | |
3799 <param name="context">The injection context.</param> | |
3800 <param name="directive">The constructor.</param> | |
3801 <returns>The constructor's score.</returns> | |
3802 </member> | |
3803 <member name="T:Ninject.Selection.Heuristics.StandardInjectionHeuristic"> | |
3804 <summary> | |
3805 Determines whether members should be injected during activation by checking | |
3806 if they are decorated with an injection marker attribute. | |
3807 </summary> | |
3808 </member> | |
3809 <member name="M:Ninject.Selection.Heuristics.StandardInjectionHeuristic.ShouldInject(System.Reflection.MemberInfo)"> | |
3810 <summary> | |
3811 Returns a value indicating whether the specified member should be injected. | |
3812 </summary> | |
3813 <param name="member">The member in question.</param> | |
3814 <returns><c>True</c> if the member should be injected; otherwise <c>false</c>.</returns> | |
3815 </member> | |
3816 <member name="T:Ninject.Selection.ISelector"> | |
3817 <summary> | |
3818 Selects members for injection. | |
3819 </summary> | |
3820 </member> | |
3821 <member name="M:Ninject.Selection.ISelector.SelectConstructorsForInjection(System.Type)"> | |
3822 <summary> | |
3823 Selects the constructor to call on the specified type, by using the constructor scorer. | |
3824 </summary> | |
3825 <param name="type">The type.</param> | |
3826 <returns>The selected constructor, or <see langword="null"/> if none were available.</returns> | |
3827 </member> | |
3828 <member name="M:Ninject.Selection.ISelector.SelectPropertiesForInjection(System.Type)"> | |
3829 <summary> | |
3830 Selects properties that should be injected. | |
3831 </summary> | |
3832 <param name="type">The type.</param> | |
3833 <returns>A series of the selected properties.</returns> | |
3834 </member> | |
3835 <member name="M:Ninject.Selection.ISelector.SelectMethodsForInjection(System.Type)"> | |
3836 <summary> | |
3837 Selects methods that should be injected. | |
3838 </summary> | |
3839 <param name="type">The type.</param> | |
3840 <returns>A series of the selected methods.</returns> | |
3841 </member> | |
3842 <member name="P:Ninject.Selection.ISelector.ConstructorScorer"> | |
3843 <summary> | |
3844 Gets or sets the constructor scorer. | |
3845 </summary> | |
3846 </member> | |
3847 <member name="P:Ninject.Selection.ISelector.InjectionHeuristics"> | |
3848 <summary> | |
3849 Gets the heuristics used to determine which members should be injected. | |
3850 </summary> | |
3851 </member> | |
3852 <member name="T:Ninject.Selection.Selector"> | |
3853 <summary> | |
3854 Selects members for injection. | |
3855 </summary> | |
3856 </member> | |
3857 <member name="M:Ninject.Selection.Selector.#ctor(Ninject.Selection.Heuristics.IConstructorScorer,System.Collections.Generic.IEnumerable{Ninject.Selection.Heuristics.IInjectionHeuristic})"> | |
3858 <summary> | |
3859 Initializes a new instance of the <see cref="T:Ninject.Selection.Selector"/> class. | |
3860 </summary> | |
3861 <param name="constructorScorer">The constructor scorer.</param> | |
3862 <param name="injectionHeuristics">The injection heuristics.</param> | |
3863 </member> | |
3864 <member name="M:Ninject.Selection.Selector.SelectConstructorsForInjection(System.Type)"> | |
3865 <summary> | |
3866 Selects the constructor to call on the specified type, by using the constructor scorer. | |
3867 </summary> | |
3868 <param name="type">The type.</param> | |
3869 <returns>The selected constructor, or <see langword="null"/> if none were available.</returns> | |
3870 </member> | |
3871 <member name="M:Ninject.Selection.Selector.SelectPropertiesForInjection(System.Type)"> | |
3872 <summary> | |
3873 Selects properties that should be injected. | |
3874 </summary> | |
3875 <param name="type">The type.</param> | |
3876 <returns>A series of the selected properties.</returns> | |
3877 </member> | |
3878 <member name="M:Ninject.Selection.Selector.SelectMethodsForInjection(System.Type)"> | |
3879 <summary> | |
3880 Selects methods that should be injected. | |
3881 </summary> | |
3882 <param name="type">The type.</param> | |
3883 <returns>A series of the selected methods.</returns> | |
3884 </member> | |
3885 <member name="P:Ninject.Selection.Selector.ConstructorScorer"> | |
3886 <summary> | |
3887 Gets or sets the constructor scorer. | |
3888 </summary> | |
3889 </member> | |
3890 <member name="P:Ninject.Selection.Selector.InjectionHeuristics"> | |
3891 <summary> | |
3892 Gets the property injection heuristics. | |
3893 </summary> | |
3894 </member> | |
3895 <member name="T:Ninject.ModuleLoadExtensions"> | |
3896 <summary> | |
3897 Extension methods that enhance module loading. | |
3898 </summary> | |
3899 </member> | |
3900 <member name="M:Ninject.ModuleLoadExtensions.Load``1(Ninject.IKernel)"> | |
3901 <summary> | |
3902 Creates a new instance of the module and loads it into the kernel. | |
3903 </summary> | |
3904 <typeparam name="TModule">The type of the module.</typeparam> | |
3905 <param name="kernel">The kernel.</param> | |
3906 </member> | |
3907 <member name="M:Ninject.ModuleLoadExtensions.Load(Ninject.IKernel,Ninject.Modules.INinjectModule[])"> | |
3908 <summary> | |
3909 Loads the module(s) into the kernel. | |
3910 </summary> | |
3911 <param name="kernel">The kernel.</param> | |
3912 <param name="modules">The modules to load.</param> | |
3913 </member> | |
3914 <member name="M:Ninject.ModuleLoadExtensions.Load(Ninject.IKernel,System.String[])"> | |
3915 <summary> | |
3916 Loads modules from the files that match the specified pattern(s). | |
3917 </summary> | |
3918 <param name="kernel">The kernel.</param> | |
3919 <param name="filePatterns">The file patterns (i.e. "*.dll", "modules/*.rb") to match.</param> | |
3920 </member> | |
3921 <member name="M:Ninject.ModuleLoadExtensions.Load(Ninject.IKernel,System.Reflection.Assembly[])"> | |
3922 <summary> | |
3923 Loads modules defined in the specified assemblies. | |
3924 </summary> | |
3925 <param name="kernel">The kernel.</param> | |
3926 <param name="assemblies">The assemblies to search.</param> | |
3927 </member> | |
3928 <member name="T:Ninject.ResolutionExtensions"> | |
3929 <summary> | |
3930 Extensions that enhance resolution of services. | |
3931 </summary> | |
3932 </member> | |
3933 <member name="M:Ninject.ResolutionExtensions.Get``1(Ninject.Syntax.IResolutionRoot,Ninject.Parameters.IParameter[])"> | |
3934 <summary> | |
3935 Gets an instance of the specified service. | |
3936 </summary> | |
3937 <typeparam name="T">The service to resolve.</typeparam> | |
3938 <param name="root">The resolution root.</param> | |
3939 <param name="parameters">The parameters to pass to the request.</param> | |
3940 <returns>An instance of the service.</returns> | |
3941 </member> | |
3942 <member name="M:Ninject.ResolutionExtensions.Get``1(Ninject.Syntax.IResolutionRoot,System.String,Ninject.Parameters.IParameter[])"> | |
3943 <summary> | |
3944 Gets an instance of the specified service by using the first binding with the specified name. | |
3945 </summary> | |
3946 <typeparam name="T">The service to resolve.</typeparam> | |
3947 <param name="root">The resolution root.</param> | |
3948 <param name="name">The name of the binding.</param> | |
3949 <param name="parameters">The parameters to pass to the request.</param> | |
3950 <returns>An instance of the service.</returns> | |
3951 </member> | |
3952 <member name="M:Ninject.ResolutionExtensions.Get``1(Ninject.Syntax.IResolutionRoot,System.Func{Ninject.Planning.Bindings.IBindingMetadata,System.Boolean},Ninject.Parameters.IParameter[])"> | |
3953 <summary> | |
3954 Gets an instance of the specified service by using the first binding that matches the specified constraint. | |
3955 </summary> | |
3956 <typeparam name="T">The service to resolve.</typeparam> | |
3957 <param name="root">The resolution root.</param> | |
3958 <param name="constraint">The constraint to apply to the binding.</param> | |
3959 <param name="parameters">The parameters to pass to the request.</param> | |
3960 <returns>An instance of the service.</returns> | |
3961 </member> | |
3962 <member name="M:Ninject.ResolutionExtensions.TryGet``1(Ninject.Syntax.IResolutionRoot,Ninject.Parameters.IParameter[])"> | |
3963 <summary> | |
3964 Tries to get an instance of the specified service. | |
3965 </summary> | |
3966 <typeparam name="T">The service to resolve.</typeparam> | |
3967 <param name="root">The resolution root.</param> | |
3968 <param name="parameters">The parameters to pass to the request.</param> | |
3969 <returns>An instance of the service, or <see langword="null"/> if no implementation was available.</returns> | |
3970 </member> | |
3971 <member name="M:Ninject.ResolutionExtensions.TryGet``1(Ninject.Syntax.IResolutionRoot,System.String,Ninject.Parameters.IParameter[])"> | |
3972 <summary> | |
3973 Tries to get an instance of the specified service by using the first binding with the specified name. | |
3974 </summary> | |
3975 <typeparam name="T">The service to resolve.</typeparam> | |
3976 <param name="root">The resolution root.</param> | |
3977 <param name="name">The name of the binding.</param> | |
3978 <param name="parameters">The parameters to pass to the request.</param> | |
3979 <returns>An instance of the service, or <see langword="null"/> if no implementation was available.</returns> | |
3980 </member> | |
3981 <member name="M:Ninject.ResolutionExtensions.TryGet``1(Ninject.Syntax.IResolutionRoot,System.Func{Ninject.Planning.Bindings.IBindingMetadata,System.Boolean},Ninject.Parameters.IParameter[])"> | |
3982 <summary> | |
3983 Tries to get an instance of the specified service by using the first binding that matches the specified constraint. | |
3984 </summary> | |
3985 <typeparam name="T">The service to resolve.</typeparam> | |
3986 <param name="root">The resolution root.</param> | |
3987 <param name="constraint">The constraint to apply to the binding.</param> | |
3988 <param name="parameters">The parameters to pass to the request.</param> | |
3989 <returns>An instance of the service, or <see langword="null"/> if no implementation was available.</returns> | |
3990 </member> | |
3991 <member name="M:Ninject.ResolutionExtensions.GetAll``1(Ninject.Syntax.IResolutionRoot,Ninject.Parameters.IParameter[])"> | |
3992 <summary> | |
3993 Gets all available instances of the specified service. | |
3994 </summary> | |
3995 <typeparam name="T">The service to resolve.</typeparam> | |
3996 <param name="root">The resolution root.</param> | |
3997 <param name="parameters">The parameters to pass to the request.</param> | |
3998 <returns>A series of instances of the service.</returns> | |
3999 </member> | |
4000 <member name="M:Ninject.ResolutionExtensions.GetAll``1(Ninject.Syntax.IResolutionRoot,System.String,Ninject.Parameters.IParameter[])"> | |
4001 <summary> | |
4002 Gets all instances of the specified service using bindings registered with the specified name. | |
4003 </summary> | |
4004 <typeparam name="T">The service to resolve.</typeparam> | |
4005 <param name="root">The resolution root.</param> | |
4006 <param name="name">The name of the binding.</param> | |
4007 <param name="parameters">The parameters to pass to the request.</param> | |
4008 <returns>A series of instances of the service.</returns> | |
4009 </member> | |
4010 <member name="M:Ninject.ResolutionExtensions.GetAll``1(Ninject.Syntax.IResolutionRoot,System.Func{Ninject.Planning.Bindings.IBindingMetadata,System.Boolean},Ninject.Parameters.IParameter[])"> | |
4011 <summary> | |
4012 Gets all instances of the specified service by using the bindings that match the specified constraint. | |
4013 </summary> | |
4014 <typeparam name="T">The service to resolve.</typeparam> | |
4015 <param name="root">The resolution root.</param> | |
4016 <param name="constraint">The constraint to apply to the bindings.</param> | |
4017 <param name="parameters">The parameters to pass to the request.</param> | |
4018 <returns>A series of instances of the service.</returns> | |
4019 </member> | |
4020 <member name="M:Ninject.ResolutionExtensions.Get(Ninject.Syntax.IResolutionRoot,System.Type,Ninject.Parameters.IParameter[])"> | |
4021 <summary> | |
4022 Gets an instance of the specified service. | |
4023 </summary> | |
4024 <param name="root">The resolution root.</param> | |
4025 <param name="service">The service to resolve.</param> | |
4026 <param name="parameters">The parameters to pass to the request.</param> | |
4027 <returns>An instance of the service.</returns> | |
4028 </member> | |
4029 <member name="M:Ninject.ResolutionExtensions.Get(Ninject.Syntax.IResolutionRoot,System.Type,System.String,Ninject.Parameters.IParameter[])"> | |
4030 <summary> | |
4031 Gets an instance of the specified service by using the first binding with the specified name. | |
4032 </summary> | |
4033 <param name="root">The resolution root.</param> | |
4034 <param name="service">The service to resolve.</param> | |
4035 <param name="name">The name of the binding.</param> | |
4036 <param name="parameters">The parameters to pass to the request.</param> | |
4037 <returns>An instance of the service.</returns> | |
4038 </member> | |
4039 <member name="M:Ninject.ResolutionExtensions.Get(Ninject.Syntax.IResolutionRoot,System.Type,System.Func{Ninject.Planning.Bindings.IBindingMetadata,System.Boolean},Ninject.Parameters.IParameter[])"> | |
4040 <summary> | |
4041 Gets an instance of the specified service by using the first binding that matches the specified constraint. | |
4042 </summary> | |
4043 <param name="root">The resolution root.</param> | |
4044 <param name="service">The service to resolve.</param> | |
4045 <param name="constraint">The constraint to apply to the binding.</param> | |
4046 <param name="parameters">The parameters to pass to the request.</param> | |
4047 <returns>An instance of the service.</returns> | |
4048 </member> | |
4049 <member name="M:Ninject.ResolutionExtensions.TryGet(Ninject.Syntax.IResolutionRoot,System.Type,Ninject.Parameters.IParameter[])"> | |
4050 <summary> | |
4051 Tries to get an instance of the specified service. | |
4052 </summary> | |
4053 <param name="root">The resolution root.</param> | |
4054 <param name="service">The service to resolve.</param> | |
4055 <param name="parameters">The parameters to pass to the request.</param> | |
4056 <returns>An instance of the service, or <see langword="null"/> if no implementation was available.</returns> | |
4057 </member> | |
4058 <member name="M:Ninject.ResolutionExtensions.TryGet(Ninject.Syntax.IResolutionRoot,System.Type,System.String,Ninject.Parameters.IParameter[])"> | |
4059 <summary> | |
4060 Tries to get an instance of the specified service by using the first binding with the specified name. | |
4061 </summary> | |
4062 <param name="root">The resolution root.</param> | |
4063 <param name="service">The service to resolve.</param> | |
4064 <param name="name">The name of the binding.</param> | |
4065 <param name="parameters">The parameters to pass to the request.</param> | |
4066 <returns>An instance of the service, or <see langword="null"/> if no implementation was available.</returns> | |
4067 </member> | |
4068 <member name="M:Ninject.ResolutionExtensions.TryGet(Ninject.Syntax.IResolutionRoot,System.Type,System.Func{Ninject.Planning.Bindings.IBindingMetadata,System.Boolean},Ninject.Parameters.IParameter[])"> | |
4069 <summary> | |
4070 Tries to get an instance of the specified service by using the first binding that matches the specified constraint. | |
4071 </summary> | |
4072 <param name="root">The resolution root.</param> | |
4073 <param name="service">The service to resolve.</param> | |
4074 <param name="constraint">The constraint to apply to the binding.</param> | |
4075 <param name="parameters">The parameters to pass to the request.</param> | |
4076 <returns>An instance of the service, or <see langword="null"/> if no implementation was available.</returns> | |
4077 </member> | |
4078 <member name="M:Ninject.ResolutionExtensions.GetAll(Ninject.Syntax.IResolutionRoot,System.Type,Ninject.Parameters.IParameter[])"> | |
4079 <summary> | |
4080 Gets all available instances of the specified service. | |
4081 </summary> | |
4082 <param name="root">The resolution root.</param> | |
4083 <param name="service">The service to resolve.</param> | |
4084 <param name="parameters">The parameters to pass to the request.</param> | |
4085 <returns>A series of instances of the service.</returns> | |
4086 </member> | |
4087 <member name="M:Ninject.ResolutionExtensions.GetAll(Ninject.Syntax.IResolutionRoot,System.Type,System.String,Ninject.Parameters.IParameter[])"> | |
4088 <summary> | |
4089 Gets all instances of the specified service using bindings registered with the specified name. | |
4090 </summary> | |
4091 <param name="root">The resolution root.</param> | |
4092 <param name="service">The service to resolve.</param> | |
4093 <param name="name">The name of the binding.</param> | |
4094 <param name="parameters">The parameters to pass to the request.</param> | |
4095 <returns>A series of instances of the service.</returns> | |
4096 </member> | |
4097 <member name="M:Ninject.ResolutionExtensions.GetAll(Ninject.Syntax.IResolutionRoot,System.Type,System.Func{Ninject.Planning.Bindings.IBindingMetadata,System.Boolean},Ninject.Parameters.IParameter[])"> | |
4098 <summary> | |
4099 Gets all instances of the specified service by using the bindings that match the specified constraint. | |
4100 </summary> | |
4101 <param name="root">The resolution root.</param> | |
4102 <param name="service">The service to resolve.</param> | |
4103 <param name="constraint">The constraint to apply to the bindings.</param> | |
4104 <param name="parameters">The parameters to pass to the request.</param> | |
4105 <returns>A series of instances of the service.</returns> | |
4106 </member> | |
4107 <member name="T:Ninject.ActivationException"> | |
4108 <summary> | |
4109 Indicates that an error occured during activation of an instance. | |
4110 </summary> | |
4111 </member> | |
4112 <member name="M:Ninject.ActivationException.#ctor"> | |
4113 <summary> | |
4114 Initializes a new instance of the <see cref="T:Ninject.ActivationException"/> class. | |
4115 </summary> | |
4116 </member> | |
4117 <member name="M:Ninject.ActivationException.#ctor(System.String)"> | |
4118 <summary> | |
4119 Initializes a new instance of the <see cref="T:Ninject.ActivationException"/> class. | |
4120 </summary> | |
4121 <param name="message">The exception message.</param> | |
4122 </member> | |
4123 <member name="M:Ninject.ActivationException.#ctor(System.String,System.Exception)"> | |
4124 <summary> | |
4125 Initializes a new instance of the <see cref="T:Ninject.ActivationException"/> class. | |
4126 </summary> | |
4127 <param name="message">The exception message.</param> | |
4128 <param name="innerException">The inner exception.</param> | |
4129 </member> | |
4130 <member name="M:Ninject.ActivationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> | |
4131 <summary> | |
4132 Initializes a new instance of the <see cref="T:Ninject.ActivationException"/> class. | |
4133 </summary> | |
4134 <param name="info">The serialized object data.</param> | |
4135 <param name="context">The serialization context.</param> | |
4136 </member> | |
4137 <member name="T:Ninject.IInitializable"> | |
4138 <summary> | |
4139 A service that requires initialization after it is activated. | |
4140 </summary> | |
4141 </member> | |
4142 <member name="M:Ninject.IInitializable.Initialize"> | |
4143 <summary> | |
4144 Initializes the instance. Called during activation. | |
4145 </summary> | |
4146 </member> | |
4147 <member name="T:Ninject.IKernel"> | |
4148 <summary> | |
4149 A super-factory that can create objects of all kinds, following hints provided by <see cref="T:Ninject.Planning.Bindings.IBinding"/>s. | |
4150 </summary> | |
4151 </member> | |
4152 <member name="M:Ninject.IKernel.GetModules"> | |
4153 <summary> | |
4154 Gets the modules that have been loaded into the kernel. | |
4155 </summary> | |
4156 <returns>A series of loaded modules.</returns> | |
4157 </member> | |
4158 <member name="M:Ninject.IKernel.HasModule(System.String)"> | |
4159 <summary> | |
4160 Determines whether a module with the specified name has been loaded in the kernel. | |
4161 </summary> | |
4162 <param name="name">The name of the module.</param> | |
4163 <returns><c>True</c> if the specified module has been loaded; otherwise, <c>false</c>.</returns> | |
4164 </member> | |
4165 <member name="M:Ninject.IKernel.Load(System.Collections.Generic.IEnumerable{Ninject.Modules.INinjectModule})"> | |
4166 <summary> | |
4167 Loads the module(s) into the kernel. | |
4168 </summary> | |
4169 <param name="modules">The modules to load.</param> | |
4170 </member> | |
4171 <member name="M:Ninject.IKernel.Load(System.Collections.Generic.IEnumerable{System.String})"> | |
4172 <summary> | |
4173 Loads modules from the files that match the specified pattern(s). | |
4174 </summary> | |
4175 <param name="filePatterns">The file patterns (i.e. "*.dll", "modules/*.rb") to match.</param> | |
4176 </member> | |
4177 <member name="M:Ninject.IKernel.Load(System.Collections.Generic.IEnumerable{System.Reflection.Assembly})"> | |
4178 <summary> | |
4179 Loads modules defined in the specified assemblies. | |
4180 </summary> | |
4181 <param name="assemblies">The assemblies to search.</param> | |
4182 </member> | |
4183 <member name="M:Ninject.IKernel.Unload(System.String)"> | |
4184 <summary> | |
4185 Unloads the plugin with the specified name. | |
4186 </summary> | |
4187 <param name="name">The plugin's name.</param> | |
4188 </member> | |
4189 <member name="M:Ninject.IKernel.Inject(System.Object,Ninject.Parameters.IParameter[])"> | |
4190 <summary> | |
4191 Injects the specified existing instance, without managing its lifecycle. | |
4192 </summary> | |
4193 <param name="instance">The instance to inject.</param> | |
4194 <param name="parameters">The parameters to pass to the request.</param> | |
4195 </member> | |
4196 <member name="M:Ninject.IKernel.Release(System.Object)"> | |
4197 <summary> | |
4198 Deactivates and releases the specified instance if it is currently managed by Ninject. | |
4199 </summary> | |
4200 <param name="instance">The instance to release.</param> | |
4201 <returns><see langword="True"/> if the instance was found and released; otherwise <see langword="false"/>.</returns> | |
4202 </member> | |
4203 <member name="M:Ninject.IKernel.GetBindings(System.Type)"> | |
4204 <summary> | |
4205 Gets the bindings registered for the specified service. | |
4206 </summary> | |
4207 <param name="service">The service in question.</param> | |
4208 <returns>A series of bindings that are registered for the service.</returns> | |
4209 </member> | |
4210 <member name="M:Ninject.IKernel.BeginBlock"> | |
4211 <summary> | |
4212 Begins a new activation block, which can be used to deterministically dispose resolved instances. | |
4213 </summary> | |
4214 <returns>The new activation block.</returns> | |
4215 </member> | |
4216 <member name="P:Ninject.IKernel.Settings"> | |
4217 <summary> | |
4218 Gets the kernel settings. | |
4219 </summary> | |
4220 </member> | |
4221 <member name="P:Ninject.IKernel.Components"> | |
4222 <summary> | |
4223 Gets the component container, which holds components that contribute to Ninject. | |
4224 </summary> | |
4225 </member> | |
4226 <member name="T:Ninject.INinjectSettings"> | |
4227 <summary> | |
4228 Contains configuration options for Ninject. | |
4229 </summary> | |
4230 </member> | |
4231 <member name="M:Ninject.INinjectSettings.Get``1(System.String,``0)"> | |
4232 <summary> | |
4233 Gets the value for the specified key. | |
4234 </summary> | |
4235 <typeparam name="T">The type of value to return.</typeparam> | |
4236 <param name="key">The setting's key.</param> | |
4237 <param name="defaultValue">The value to return if no setting is available.</param> | |
4238 <returns>The value, or the default value if none was found.</returns> | |
4239 </member> | |
4240 <member name="M:Ninject.INinjectSettings.Set(System.String,System.Object)"> | |
4241 <summary> | |
4242 Sets the value for the specified key. | |
4243 </summary> | |
4244 <param name="key">The setting's key.</param> | |
4245 <param name="value">The setting's value.</param> | |
4246 </member> | |
4247 <member name="P:Ninject.INinjectSettings.InjectAttribute"> | |
4248 <summary> | |
4249 Gets the attribute that indicates that a member should be injected. | |
4250 </summary> | |
4251 </member> | |
4252 <member name="P:Ninject.INinjectSettings.CachePruningInterval"> | |
4253 <summary> | |
4254 Gets the interval at which the cache should be pruned. | |
4255 </summary> | |
4256 </member> | |
4257 <member name="P:Ninject.INinjectSettings.LoadExtensions"> | |
4258 <summary> | |
4259 Gets a value indicating whether the kernel should automatically load extensions at startup. | |
4260 </summary> | |
4261 </member> | |
4262 <member name="P:Ninject.INinjectSettings.ExtensionSearchPattern"> | |
4263 <summary> | |
4264 Gets the path that should be searched for extensions. | |
4265 </summary> | |
4266 </member> | |
4267 <member name="P:Ninject.INinjectSettings.UseReflectionBasedInjection"> | |
4268 <summary> | |
4269 Gets a value indicating whether Ninject should use reflection-based injection instead of | |
4270 the (usually faster) lightweight code generation system. | |
4271 </summary> | |
4272 </member> | |
4273 <member name="P:Ninject.INinjectSettings.InjectNonPublic"> | |
4274 <summary> | |
4275 Gets a value indicating whether Ninject should inject non public members. | |
4276 </summary> | |
4277 </member> | |
4278 <member name="P:Ninject.INinjectSettings.InjectParentPrivateProperties"> | |
4279 <summary> | |
4280 Gets a value indicating whether Ninject should inject private properties of base classes. | |
4281 </summary> | |
4282 <remarks> | |
4283 Activating this setting has an impact on the performance. It is recomended not | |
4284 to use this feature and use constructor injection instead. | |
4285 </remarks> | |
4286 </member> | |
4287 <member name="P:Ninject.INinjectSettings.ActivationCacheDisabled"> | |
4288 <summary> | |
4289 Gets or sets a value indicating whether the activation cache is disabled. | |
4290 If the activation cache is disabled less memory is used. But in some cases | |
4291 instances are activated or deactivated multiple times. e.g. in the following scenario: | |
4292 Bind{A}().ToSelf(); | |
4293 Bind{IA}().ToMethod(ctx => kernel.Get{IA}(); | |
4294 </summary> | |
4295 <value> | |
4296 <c>true</c> if activation cache is disabled; otherwise, <c>false</c>. | |
4297 </value> | |
4298 </member> | |
4299 <member name="P:Ninject.INinjectSettings.AllowNullInjection"> | |
4300 <summary> | |
4301 Gets or sets a value indicating whether Null is a valid value for injection. | |
4302 By defualt this is disabled and whenever a provider returns null an eception is thrown. | |
4303 </summary> | |
4304 <value><c>true</c> if null is allowed as injected value otherwise false.</value> | |
4305 </member> | |
4306 <member name="T:Ninject.IStartable"> | |
4307 <summary> | |
4308 A service that is started when activated, and stopped when deactivated. | |
4309 </summary> | |
4310 </member> | |
4311 <member name="M:Ninject.IStartable.Start"> | |
4312 <summary> | |
4313 Starts this instance. Called during activation. | |
4314 </summary> | |
4315 </member> | |
4316 <member name="M:Ninject.IStartable.Stop"> | |
4317 <summary> | |
4318 Stops this instance. Called during deactivation. | |
4319 </summary> | |
4320 </member> | |
4321 <member name="T:Ninject.KernelBase"> | |
4322 <summary> | |
4323 The base implementation of an <see cref="T:Ninject.IKernel"/>. | |
4324 </summary> | |
4325 </member> | |
4326 <member name="F:Ninject.KernelBase.HandleMissingBindingLockObject"> | |
4327 <summary> | |
4328 Lock used when adding missing bindings. | |
4329 </summary> | |
4330 </member> | |
4331 <member name="M:Ninject.KernelBase.#ctor"> | |
4332 <summary> | |
4333 Initializes a new instance of the <see cref="T:Ninject.KernelBase"/> class. | |
4334 </summary> | |
4335 </member> | |
4336 <member name="M:Ninject.KernelBase.#ctor(Ninject.Modules.INinjectModule[])"> | |
4337 <summary> | |
4338 Initializes a new instance of the <see cref="T:Ninject.KernelBase"/> class. | |
4339 </summary> | |
4340 <param name="modules">The modules to load into the kernel.</param> | |
4341 </member> | |
4342 <member name="M:Ninject.KernelBase.#ctor(Ninject.INinjectSettings,Ninject.Modules.INinjectModule[])"> | |
4343 <summary> | |
4344 Initializes a new instance of the <see cref="T:Ninject.KernelBase"/> class. | |
4345 </summary> | |
4346 <param name="settings">The configuration to use.</param> | |
4347 <param name="modules">The modules to load into the kernel.</param> | |
4348 </member> | |
4349 <member name="M:Ninject.KernelBase.#ctor(Ninject.Components.IComponentContainer,Ninject.INinjectSettings,Ninject.Modules.INinjectModule[])"> | |
4350 <summary> | |
4351 Initializes a new instance of the <see cref="T:Ninject.KernelBase"/> class. | |
4352 </summary> | |
4353 <param name="components">The component container to use.</param> | |
4354 <param name="settings">The configuration to use.</param> | |
4355 <param name="modules">The modules to load into the kernel.</param> | |
4356 </member> | |
4357 <member name="M:Ninject.KernelBase.Dispose(System.Boolean)"> | |
4358 <summary> | |
4359 Releases resources held by the object. | |
4360 </summary> | |
4361 </member> | |
4362 <member name="M:Ninject.KernelBase.Unbind(System.Type)"> | |
4363 <summary> | |
4364 Unregisters all bindings for the specified service. | |
4365 </summary> | |
4366 <param name="service">The service to unbind.</param> | |
4367 </member> | |
4368 <member name="M:Ninject.KernelBase.AddBinding(Ninject.Planning.Bindings.IBinding)"> | |
4369 <summary> | |
4370 Registers the specified binding. | |
4371 </summary> | |
4372 <param name="binding">The binding to add.</param> | |
4373 </member> | |
4374 <member name="M:Ninject.KernelBase.RemoveBinding(Ninject.Planning.Bindings.IBinding)"> | |
4375 <summary> | |
4376 Unregisters the specified binding. | |
4377 </summary> | |
4378 <param name="binding">The binding to remove.</param> | |
4379 </member> | |
4380 <member name="M:Ninject.KernelBase.HasModule(System.String)"> | |
4381 <summary> | |
4382 Determines whether a module with the specified name has been loaded in the kernel. | |
4383 </summary> | |
4384 <param name="name">The name of the module.</param> | |
4385 <returns><c>True</c> if the specified module has been loaded; otherwise, <c>false</c>.</returns> | |
4386 </member> | |
4387 <member name="M:Ninject.KernelBase.GetModules"> | |
4388 <summary> | |
4389 Gets the modules that have been loaded into the kernel. | |
4390 </summary> | |
4391 <returns>A series of loaded modules.</returns> | |
4392 </member> | |
4393 <member name="M:Ninject.KernelBase.Load(System.Collections.Generic.IEnumerable{Ninject.Modules.INinjectModule})"> | |
4394 <summary> | |
4395 Loads the module(s) into the kernel. | |
4396 </summary> | |
4397 <param name="modules">The modules to load.</param> | |
4398 </member> | |
4399 <member name="M:Ninject.KernelBase.Load(System.Collections.Generic.IEnumerable{System.String})"> | |
4400 <summary> | |
4401 Loads modules from the files that match the specified pattern(s). | |
4402 </summary> | |
4403 <param name="filePatterns">The file patterns (i.e. "*.dll", "modules/*.rb") to match.</param> | |
4404 </member> | |
4405 <member name="M:Ninject.KernelBase.Load(System.Collections.Generic.IEnumerable{System.Reflection.Assembly})"> | |
4406 <summary> | |
4407 Loads modules defined in the specified assemblies. | |
4408 </summary> | |
4409 <param name="assemblies">The assemblies to search.</param> | |
4410 </member> | |
4411 <member name="M:Ninject.KernelBase.Unload(System.String)"> | |
4412 <summary> | |
4413 Unloads the plugin with the specified name. | |
4414 </summary> | |
4415 <param name="name">The plugin's name.</param> | |
4416 </member> | |
4417 <member name="M:Ninject.KernelBase.Inject(System.Object,Ninject.Parameters.IParameter[])"> | |
4418 <summary> | |
4419 Injects the specified existing instance, without managing its lifecycle. | |
4420 </summary> | |
4421 <param name="instance">The instance to inject.</param> | |
4422 <param name="parameters">The parameters to pass to the request.</param> | |
4423 </member> | |
4424 <member name="M:Ninject.KernelBase.Release(System.Object)"> | |
4425 <summary> | |
4426 Deactivates and releases the specified instance if it is currently managed by Ninject. | |
4427 </summary> | |
4428 <param name="instance">The instance to release.</param> | |
4429 <returns><see langword="True"/> if the instance was found and released; otherwise <see langword="false"/>.</returns> | |
4430 </member> | |
4431 <member name="M:Ninject.KernelBase.CanResolve(Ninject.Activation.IRequest)"> | |
4432 <summary> | |
4433 Determines whether the specified request can be resolved. | |
4434 </summary> | |
4435 <param name="request">The request.</param> | |
4436 <returns><c>True</c> if the request can be resolved; otherwise, <c>false</c>.</returns> | |
4437 </member> | |
4438 <member name="M:Ninject.KernelBase.Resolve(Ninject.Activation.IRequest)"> | |
4439 <summary> | |
4440 Resolves instances for the specified request. The instances are not actually resolved | |
4441 until a consumer iterates over the enumerator. | |
4442 </summary> | |
4443 <param name="request">The request to resolve.</param> | |
4444 <returns>An enumerator of instances that match the request.</returns> | |
4445 </member> | |
4446 <member name="M:Ninject.KernelBase.CreateRequest(System.Type,System.Func{Ninject.Planning.Bindings.IBindingMetadata,System.Boolean},System.Collections.Generic.IEnumerable{Ninject.Parameters.IParameter},System.Boolean,System.Boolean)"> | |
4447 <summary> | |
4448 Creates a request for the specified service. | |
4449 </summary> | |
4450 <param name="service">The service that is being requested.</param> | |
4451 <param name="constraint">The constraint to apply to the bindings to determine if they match the request.</param> | |
4452 <param name="parameters">The parameters to pass to the resolution.</param> | |
4453 <param name="isOptional"><c>True</c> if the request is optional; otherwise, <c>false</c>.</param> | |
4454 <param name="isUnique"><c>True</c> if the request should return a unique result; otherwise, <c>false</c>.</param> | |
4455 <returns>The created request.</returns> | |
4456 </member> | |
4457 <member name="M:Ninject.KernelBase.BeginBlock"> | |
4458 <summary> | |
4459 Begins a new activation block, which can be used to deterministically dispose resolved instances. | |
4460 </summary> | |
4461 <returns>The new activation block.</returns> | |
4462 </member> | |
4463 <member name="M:Ninject.KernelBase.GetBindings(System.Type)"> | |
4464 <summary> | |
4465 Gets the bindings registered for the specified service. | |
4466 </summary> | |
4467 <param name="service">The service in question.</param> | |
4468 <returns>A series of bindings that are registered for the service.</returns> | |
4469 </member> | |
4470 <member name="M:Ninject.KernelBase.GetBindingPrecedenceComparer"> | |
4471 <summary> | |
4472 Returns an IComparer that is used to determine resolution precedence. | |
4473 </summary> | |
4474 <returns>An IComparer that is used to determine resolution precedence.</returns> | |
4475 </member> | |
4476 <member name="M:Ninject.KernelBase.SatifiesRequest(Ninject.Activation.IRequest)"> | |
4477 <summary> | |
4478 Returns a predicate that can determine if a given IBinding matches the request. | |
4479 </summary> | |
4480 <param name="request">The request/</param> | |
4481 <returns>A predicate that can determine if a given IBinding matches the request.</returns> | |
4482 </member> | |
4483 <member name="M:Ninject.KernelBase.CreateBindingBuilder``1(Ninject.Planning.Bindings.IBinding)"> | |
4484 <summary> | |
4485 Creates a new builder for the specified binding. | |
4486 </summary> | |
4487 <typeparam name="T">The type restriction to apply to the binding builder.</typeparam> | |
4488 <param name="binding">The binding that will be built.</param> | |
4489 <returns>The created builder.</returns> | |
4490 </member> | |
4491 <member name="M:Ninject.KernelBase.AddComponents"> | |
4492 <summary> | |
4493 Adds components to the kernel during startup. | |
4494 </summary> | |
4495 </member> | |
4496 <member name="M:Ninject.KernelBase.HandleMissingBinding(System.Type)"> | |
4497 <summary> | |
4498 Attempts to handle a missing binding for a service. | |
4499 </summary> | |
4500 <param name="service">The service.</param> | |
4501 <returns><c>True</c> if the missing binding can be handled; otherwise <c>false</c>.</returns> | |
4502 </member> | |
4503 <member name="M:Ninject.KernelBase.HandleMissingBinding(Ninject.Activation.IRequest)"> | |
4504 <summary> | |
4505 Attempts to handle a missing binding for a request. | |
4506 </summary> | |
4507 <param name="request">The request.</param> | |
4508 <returns><c>True</c> if the missing binding can be handled; otherwise <c>false</c>.</returns> | |
4509 </member> | |
4510 <member name="M:Ninject.KernelBase.TypeIsSelfBindable(System.Type)"> | |
4511 <summary> | |
4512 Returns a value indicating whether the specified service is self-bindable. | |
4513 </summary> | |
4514 <param name="service">The service.</param> | |
4515 <returns><see langword="True"/> if the type is self-bindable; otherwise <see langword="false"/>.</returns> | |
4516 </member> | |
4517 <member name="M:Ninject.KernelBase.CreateContext(Ninject.Activation.IRequest,Ninject.Planning.Bindings.IBinding)"> | |
4518 <summary> | |
4519 Creates a context for the specified request and binding. | |
4520 </summary> | |
4521 <param name="request">The request.</param> | |
4522 <param name="binding">The binding.</param> | |
4523 <returns>The created context.</returns> | |
4524 </member> | |
4525 <member name="P:Ninject.KernelBase.Settings"> | |
4526 <summary> | |
4527 Gets the kernel settings. | |
4528 </summary> | |
4529 </member> | |
4530 <member name="P:Ninject.KernelBase.Components"> | |
4531 <summary> | |
4532 Gets the component container, which holds components that contribute to Ninject. | |
4533 </summary> | |
4534 </member> | |
4535 <member name="T:Ninject.NinjectSettings"> | |
4536 <summary> | |
4537 Contains configuration options for Ninject. | |
4538 </summary> | |
4539 </member> | |
4540 <member name="M:Ninject.NinjectSettings.Get``1(System.String,``0)"> | |
4541 <summary> | |
4542 Gets the value for the specified key. | |
4543 </summary> | |
4544 <typeparam name="T">The type of value to return.</typeparam> | |
4545 <param name="key">The setting's key.</param> | |
4546 <param name="defaultValue">The value to return if no setting is available.</param> | |
4547 <returns>The value, or the default value if none was found.</returns> | |
4548 </member> | |
4549 <member name="M:Ninject.NinjectSettings.Set(System.String,System.Object)"> | |
4550 <summary> | |
4551 Sets the value for the specified key. | |
4552 </summary> | |
4553 <param name="key">The setting's key.</param> | |
4554 <param name="value">The setting's value.</param> | |
4555 </member> | |
4556 <member name="P:Ninject.NinjectSettings.InjectAttribute"> | |
4557 <summary> | |
4558 Gets or sets the attribute that indicates that a member should be injected. | |
4559 </summary> | |
4560 </member> | |
4561 <member name="P:Ninject.NinjectSettings.CachePruningInterval"> | |
4562 <summary> | |
4563 Gets or sets the interval at which the GC should be polled. | |
4564 </summary> | |
4565 </member> | |
4566 <member name="P:Ninject.NinjectSettings.LoadExtensions"> | |
4567 <summary> | |
4568 Gets or sets a value indicating whether the kernel should automatically load extensions at startup. | |
4569 </summary> | |
4570 </member> | |
4571 <member name="P:Ninject.NinjectSettings.ExtensionSearchPattern"> | |
4572 <summary> | |
4573 Gets or sets the path that should be searched for extensions. | |
4574 </summary> | |
4575 </member> | |
4576 <member name="P:Ninject.NinjectSettings.UseReflectionBasedInjection"> | |
4577 <summary> | |
4578 Gets a value indicating whether Ninject should use reflection-based injection instead of | |
4579 the (usually faster) lightweight code generation system. | |
4580 </summary> | |
4581 </member> | |
4582 <member name="P:Ninject.NinjectSettings.InjectNonPublic"> | |
4583 <summary> | |
4584 Gets a value indicating whether Ninject should inject non public members. | |
4585 </summary> | |
4586 </member> | |
4587 <member name="P:Ninject.NinjectSettings.InjectParentPrivateProperties"> | |
4588 <summary> | |
4589 Gets a value indicating whether Ninject should inject private properties of base classes. | |
4590 </summary> | |
4591 <remarks> | |
4592 Activating this setting has an impact on the performance. It is recomended not | |
4593 to use this feature and use constructor injection instead. | |
4594 </remarks> | |
4595 </member> | |
4596 <member name="P:Ninject.NinjectSettings.ActivationCacheDisabled"> | |
4597 <summary> | |
4598 Gets or sets a value indicating whether the activation cache is disabled. | |
4599 If the activation cache is disabled less memory is used. But in some cases | |
4600 instances are activated or deactivated multiple times. e.g. in the following scenario: | |
4601 Bind{A}().ToSelf(); | |
4602 Bind{IA}().ToMethod(ctx => kernel.Get{IA}(); | |
4603 </summary> | |
4604 <value> | |
4605 <c>true</c> if activation cache is disabled; otherwise, <c>false</c>. | |
4606 </value> | |
4607 </member> | |
4608 <member name="P:Ninject.NinjectSettings.AllowNullInjection"> | |
4609 <summary> | |
4610 Gets or sets a value indicating whether Null is a valid value for injection. | |
4611 By defualt this is disabled and whenever a provider returns null an eception is thrown. | |
4612 </summary> | |
4613 <value> | |
4614 <c>true</c> if null is allowed as injected value otherwise false. | |
4615 </value> | |
4616 </member> | |
4617 <member name="T:Ninject.StandardKernel"> | |
4618 <summary> | |
4619 The standard implementation of a kernel. | |
4620 </summary> | |
4621 </member> | |
4622 <member name="M:Ninject.StandardKernel.#ctor(Ninject.Modules.INinjectModule[])"> | |
4623 <summary> | |
4624 Initializes a new instance of the <see cref="T:Ninject.StandardKernel"/> class. | |
4625 </summary> | |
4626 <param name="modules">The modules to load into the kernel.</param> | |
4627 </member> | |
4628 <member name="M:Ninject.StandardKernel.#ctor(Ninject.INinjectSettings,Ninject.Modules.INinjectModule[])"> | |
4629 <summary> | |
4630 Initializes a new instance of the <see cref="T:Ninject.StandardKernel"/> class. | |
4631 </summary> | |
4632 <param name="settings">The configuration to use.</param> | |
4633 <param name="modules">The modules to load into the kernel.</param> | |
4634 </member> | |
4635 <member name="M:Ninject.StandardKernel.AddComponents"> | |
4636 <summary> | |
4637 Adds components to the kernel during startup. | |
4638 </summary> | |
4639 </member> | |
4640 </members> | |
4641 </doc> |