12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571 |
- <?xml version="1.0"?>
- <doc>
- <assembly>
- <name>Castle.Windsor</name>
- </assembly>
- <members>
- <member name="T:Castle.Windsor.Adapters.ComponentModel.ContainerAdapter">
- <summary>
- Implementation of <see cref="T:Castle.Windsor.Adapters.ComponentModel.IContainerAdapter"/> that assumes ownership of the
- wrapped <see cref="T:Castle.Windsor.IWindsorContainer"/>. If this adapter is disposed, the underlying
- <see cref="T:Castle.Windsor.IWindsorContainer"/> is diposed as well.
- </summary>
- </member>
- <member name="T:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper">
- <summary>
- Implementation of <see cref="T:Castle.Windsor.Adapters.ComponentModel.IContainerAdapter"/> that does not assume ownership of the
- wrapped <see cref="T:Castle.Windsor.IWindsorContainer"/>.
- </summary>
- </member>
- <member name="T:Castle.Windsor.Adapters.ComponentModel.IContainerAdapter">
- <summary>
- Integrates the <see cref="T:Castle.Windsor.WindsorContainer"/> to the System.ComponentModel
- and System.ComponentMode.Design infrastructure.
- </summary>
- <seealso cref="T:System.ComponentModel.IComponent"/>
- <seealso cref="T:System.ComponentModel.IContainer"/>
- <seealso cref="T:System.ComponentModel.Design.IServiceContainer"/>
- </member>
- <member name="T:Castle.Windsor.IContainerAccessor">
- <summary>
- This interface should be implemented by classes
- that are available in a bigger context, exposing
- the container to different areas in the same application.
- <para>
- For example, in Web application, the (global) HttpApplication
- subclasses should implement this interface to expose
- the configured container
- </para>
- </summary>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.#ctor(Castle.Windsor.IWindsorContainer)">
- <summary>
- Constructs an initial ContainerWrapper.
- </summary>
- <param name="container">The <see cref="T:Castle.Windsor.IWindsorContainer"/> to adapt.</param>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.#ctor(Castle.Windsor.IWindsorContainer,System.IServiceProvider)">
- <summary>
- Constructs an initial ContainerWrapper.
- </summary>
- <param name="container">The <see cref="T:Castle.Windsor.IWindsorContainer"/> to adapt.</param>
- <param name="parentProvider">The parent <see cref="T:System.IServiceProvider"/>.</param>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Add(System.ComponentModel.IComponent)">
- <summary>
- Adds the specified <see cref="T:System.ComponentModel.IComponent"/> to the <see cref="T:System.ComponentModel.IContainer"/> at the end of the list.
- </summary>
- <param name="component">The <see cref="T:System.ComponentModel.IComponent"/> to add.</param>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Add(System.ComponentModel.IComponent,System.String)">
- <summary>
- Adds the specified <see cref="T:System.ComponentModel.IComponent"/> to the <see cref="T:System.ComponentModel.IContainer"/> at the end of the list,
- and assigns a name to the component.
- </summary>
- <param name="component">The <see cref="T:System.ComponentModel.IComponent"/> to add.</param>
- <param name="name">The unique, case-insensitive name to assign to the component, or null.</param>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Remove(System.ComponentModel.IComponent)">
- <summary>
- Removes a component from the <see cref="T:System.ComponentModel.IContainer"/>.
- </summary>
- <param name="component">The <see cref="T:System.ComponentModel.IComponent"/> to remove</param>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.GetService(System.Type)">
- <summary>
- Gets the service object of the specified type.
- </summary>
- <param name="serviceType">The type of service.</param>
- <returns>An object inplementing service, or null.</returns>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.AddService(System.Type,System.Object)">
- <summary>
- Adds the specified service to the service container.
- </summary>
- <param name="serviceType">The type of service to add.</param>
- <param name="serviceInstance">The instance of the service to add.</param>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
- <summary>
- Adds the specified service to the service container.
- </summary>
- <param name="serviceType">The type of service to add.</param>
- <param name="callback">A callback object that is used to create the service.</param>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.AddService(System.Type,System.Object,System.Boolean)">
- <summary>
- Adds the specified service to the service container, and optionally
- promotes the service to any parent service containers.
- </summary>
- <param name="serviceType">The type of service to add.</param>
- <param name="serviceInstance">The instance of the service to add.</param>
- <param name="promote">true to promote this request to any parent service containers.</param>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
- <summary>
- Adds the specified service to the service container, and optionally
- promotes the service to parent service containers.
- </summary>
- <param name="serviceType">The type of service to add.</param>
- <param name="callback">A callback object that is used to create the service.</param>
- <param name="promote">true to promote this request to any parent service containers.</param>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.RemoveService(System.Type)">
- <summary>
- Removes the specified service type from the service container.
- </summary>
- <param name="serviceType">The type of service to remove.</param>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.RemoveService(System.Type,System.Boolean)">
- <summary>
- Removes the specified service type from the service container,
- and optionally promotes the service to parent service containers.
- </summary>
- <param name="serviceType">The type of service to remove.</param>
- <param name="promote">true to promote this request to any parent service containers.</param>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.IsIntrinsicService(System.Type)">
- <summary>
- Determins if the service type represents an intrinsic service.
- </summary>
- <param name="serviceType">The type of service to remove.</param>
- <returns>true if the service type is an intrinsic service.</returns>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.HasService(System.Type)">
- <summary>
- Determins if the specified service type exists in the service container.
- </summary>
- <param name="serviceType">The type of service to remove.</param>
- <returns>true if the service type exists.</returns>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Dispose">
- <summary>
- Releases the resources used by the component.
- </summary>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Dispose(System.Boolean)">
- <summary>
- Releases the resources used by the component.
- </summary>
- <param name="disposing">true if disposing.</param>
- </member>
- <member name="P:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Site">
- <summary>
- Gets or sets the <see cref="T:System.ComponentModel.ISite"/> associated with the <see cref="T:System.ComponentModel.IComponent"/>.
- </summary>
- </member>
- <member name="E:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Disposed">
- <summary>
- Event that notifies the disposal of the <see cref="T:System.ComponentModel.IComponent"/>.
- </summary>
- </member>
- <member name="P:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Components">
- <summary>
- Gets all the components in the <see cref="T:System.ComponentModel.IContainer"/>.
- </summary>
- </member>
- <member name="P:Castle.Windsor.Adapters.ComponentModel.ContainerWrapper.Container">
- <summary>
- Gets the adapted <see cref="T:Castle.Windsor.IWindsorContainer"/>
- </summary>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerAdapter.#ctor">
- <summary>
- Constructs a default ContainerAdapter.
- </summary>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerAdapter.#ctor(System.IServiceProvider)">
- <summary>
- Constructs a chained ContainerAdapter.
- </summary>
- <param name="parentProvider">The parent <see cref="T:System.IServiceProvider"/>.</param>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerAdapter.#ctor(Castle.Windsor.IWindsorContainer)">
- <summary>
- Constructs an initial ContainerAdapter.
- </summary>
- <param name="container">The <see cref="T:Castle.Windsor.IWindsorContainer"/> to adapt.</param>
- </member>
- <member name="M:Castle.Windsor.Adapters.ComponentModel.ContainerAdapter.#ctor(Castle.Windsor.IWindsorContainer,System.IServiceProvider)">
- <summary>
- Constructs an initial ContainerAdapter.
- </summary>
- <param name="container">The <see cref="T:Castle.Windsor.IWindsorContainer"/> to adapt.</param>
- <param name="parentProvider">The parent <see cref="T:System.IServiceProvider"/>.</param>
- </member>
- <member name="T:Castle.Windsor.Adapters.ComponentModel.ServiceCreatorCallbackActivator">
- <summary>
- Custom activator to create the instance on demand.
- </summary>
- </member>
- <member name="T:Castle.Windsor.Configuration.AppDomain.CastleSectionHandler">
- <summary>
- Implementation of <see cref="T:System.Configuration.IConfigurationSectionHandler"/>.
- Do not support configuration inheritance.
- </summary>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.AbstractXmlNodeProcessor.Accept(System.Xml.XmlNode)">
- <summary>
- Accepts the specified node.
- Check if node has the same name as the processor and the node.NodeType
- is in the AcceptNodeTypes List
- </summary>
- <param name="node">The node.</param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.AbstractXmlNodeProcessor.GetNodeAsElement(System.Xml.XmlElement,System.Xml.XmlNode)">
- <summary>
- Convert and return child parameter into an XmlElement
- An exception will be throw in case the child node cannot be converted
- </summary>
- <param name="element">Parent node</param>
- <param name="child">Node to be converted</param>
- <returns>child node as XmlElement</returns>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.AttributesElementProcessor.Process(Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorNodeList,Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorEngine)">
- <summary>
-
- </summary>
- <param name="nodeList"></param>
- <param name="engine"></param>
- <example>
- <code>
- <properties>
- <attributes>
- <myAttribute>attributeValue</myAttribute>
- </attributes>
- <myProperty>propertyValue</myProperty>
- </properties>
- </code>
- </example>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.DefaultElementProcessor.Process(Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorNodeList,Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorEngine)">
- <summary>
- Processes the specified node list.
- </summary>
- <param name="nodeList">The node list.</param>
- <param name="engine">The engine.</param>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.DefaultElementProcessor.ProcessAttributes(System.Xml.XmlElement,Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorEngine)">
- <summary>
- Processes element attributes.
- if the attribute is include will append to the element
- all contents from the file.
- if the attribute has a property reference the reference will be
- expanded
- </summary>
- <param name="element">The element.</param>
- <param name="engine"></param>
- </member>
- <member name="F:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.DefaultTextNodeProcessor.PropertyValidationRegExp">
- <summary>
- Properties names can contain a-zA-Z0-9_.
- i.e. #!{ my_node_name } || #{ my.node.name }
- spaces are trimmed
- </summary>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.DefaultTextNodeProcessor.ProcessString(System.Xml.XmlNode,System.String,Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorEngine)">
- <summary>
- Processes the string.
- </summary>
- <param name="node">The node.</param>
- <param name="value">The value.</param>
- <param name="engine">The context.</param>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.IncludeElementProcessor.Accept(System.Xml.XmlNode)">
- <summary>
- Accepts the specified node.
- Check if node has the same name as the processor and the node.NodeType
- is in the AcceptNodeTypes List
- NOTE: since the BatchRegistrationFacility already uses an include
- element we will distringish between both by looking for the presence of an uri attribute
- we should revisit this later by using xml-namespaces
- </summary>
- <param name="node">The node.</param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.ElementProcessors.PropertiesElementProcessor.Process(Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorNodeList,Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorEngine)">
- <summary>
-
- </summary>
- <param name="nodeList"></param>
- <param name="engine"></param>
- <example>
- <code>
- <properties>
- <attributes>
- <myAttribute>attributeValue</myAttribute>
- </attributes>
- <myProperty>propertyValue</myProperty>
- </properties>
- </code>
- </example>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorEngine.#ctor(System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorEngine"/> class.
- </summary>
- <param name="environmentName">Name of the environment.</param>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorEngine.#ctor(System.String,Castle.MicroKernel.SubSystems.Resource.IResourceSubSystem)">
- <summary>
- Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorEngine"/> class.
- </summary>
- <param name="environmentName">Name of the environment.</param>
- <param name="resourceSubSystem">The resource sub system.</param>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorEngine.DispatchProcessAll(Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorNodeList)">
- <summary>
- Processes the element.
- </summary>
- <param name="nodeList">The element.</param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorEngine.DispatchProcessCurrent(Castle.Windsor.Configuration.Interpreters.XmlProcessor.IXmlProcessorNodeList)">
- <summary>
- Processes the element.
- </summary>
- <param name="nodeList">The element.</param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.DefaultXmlProcessorNodeList.CloneNodeList(System.Xml.XmlNodeList)">
- <summary>
- Make a shallow copy of the nodeList.
- </summary>
- <param name="nodeList">The nodeList to be copied.</param>
- <returns></returns>
- </member>
- <member name="T:Castle.Windsor.Configuration.Interpreters.XmlProcessor.XmlProcessor">
- <summary>
- Pendent
- </summary>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.XmlProcessor.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlProcessor.XmlProcessor"/> class.
- </summary>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.XmlProcessor.#ctor(System.String,Castle.MicroKernel.SubSystems.Resource.IResourceSubSystem)">
- <summary>
- Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlProcessor.XmlProcessor"/> class.
- </summary>
- <param name="environmentName">Name of the environment.</param>
- <param name="resourceSubSystem">The resource sub system.</param>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlProcessor.XmlProcessor.#ctor(System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlProcessor.XmlProcessor"/> class.
- </summary>
- </member>
- <member name="T:Castle.Windsor.Configuration.Interpreters.AbstractInterpreter">
- <summary>
- Provides common methods for those who wants
- to implement <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/>
- </summary>
- </member>
- <member name="T:Castle.Windsor.Configuration.IConfigurationInterpreter">
- <summary>
- Interpreter of a specific language to describe
- configuration nodes in a hierachical manner.
- </summary>
- </member>
- <member name="M:Castle.Windsor.Configuration.IConfigurationInterpreter.ProcessResource(Castle.Core.Resource.IResource,Castle.MicroKernel.IConfigurationStore)">
- <summary>
- Should obtain the contents from the resource,
- interpret it and populate the <see cref="T:Castle.MicroKernel.IConfigurationStore"/>
- accordingly.
- </summary>
- <param name="resource"></param>
- <param name="store"></param>
- </member>
- <member name="P:Castle.Windsor.Configuration.IConfigurationInterpreter.EnvironmentName">
- <summary>
- Gets or sets the name of the environment.
- </summary>
- <value>The name of the environment.</value>
- </member>
- <member name="P:Castle.Windsor.Configuration.IConfigurationInterpreter.Source">
- <summary>
- Exposes the reference to <see cref="T:Castle.Core.Resource.IResource"/>
- which the interpreter is likely to hold
- </summary>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.AbstractInterpreter.ProcessResource(Castle.Core.Resource.IResource,Castle.MicroKernel.IConfigurationStore)">
- <summary>
- Should obtain the contents from the resource,
- interpret it and populate the <see cref="T:Castle.MicroKernel.IConfigurationStore"/>
- accordingly.
- </summary>
- <param name="resource"></param>
- <param name="store"></param>
- </member>
- <member name="P:Castle.Windsor.Configuration.Interpreters.AbstractInterpreter.Source">
- <summary>
- Exposes the reference to <see cref="T:Castle.Core.Resource.IResource"/>
- which the interpreter is likely to hold
- </summary>
- <value></value>
- </member>
- <member name="P:Castle.Windsor.Configuration.Interpreters.AbstractInterpreter.EnvironmentName">
- <summary>
- Gets or sets the name of the environment.
- </summary>
- <value>The name of the environment.</value>
- </member>
- <member name="T:Castle.Windsor.Configuration.Interpreters.XmlInterpreter">
- <summary>
- Reads the configuration from a XmlFile. Sample structure:
- <code>
- <configuration>
- <facilities>
- <facility id="myfacility">
-
- </facility>
- </facilities>
-
- <components>
- <component id="component1">
-
- </component>
- </components>
- </configuration>
- </code>
- </summary>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlInterpreter.#ctor">
- <summary>
- Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlInterpreter"/> class.
- </summary>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlInterpreter.#ctor(System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlInterpreter"/> class.
- </summary>
- <param name="filename">The filename.</param>
- </member>
- <member name="M:Castle.Windsor.Configuration.Interpreters.XmlInterpreter.#ctor(Castle.Core.Resource.IResource)">
- <summary>
- Initializes a new instance of the <see cref="T:Castle.Windsor.Configuration.Interpreters.XmlInterpreter"/> class.
- </summary>
- <param name="source">The source.</param>
- </member>
- <member name="P:Castle.Windsor.Configuration.Interpreters.XmlInterpreter.Kernel">
- <summary>
- Gets or sets the kernel.
- </summary>
- <value>The kernel.</value>
- </member>
- <member name="M:Castle.Windsor.Installer.Configuration.FromAppConfig">
- <summary>
- Installs all the components from the App.Config file.
- </summary>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.Installer.Configuration.FromXmlFile(System.String)">
- <summary>
- Installs all the component from the xml configuration file.
- </summary>
- <param name="file">The xml configuration file.</param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.Installer.Configuration.FromXml(Castle.Core.Resource.IResource)">
- <summary>
- Installs all the component from the xml configuration.
- </summary>
- <param name="resource">The xml configuration resource.</param>
- <returns></returns>
- </member>
- <member name="T:Castle.Windsor.Installer.EnvironmentDelegate">
- <summary>
- Delegate to provide environment name.
- </summary>
- <returns>The environment name.</returns>
- </member>
- <member name="T:Castle.Windsor.IWindsorInstaller">
- <summary>
- The contract to install components in the container.
- </summary>
- </member>
- <member name="M:Castle.Windsor.IWindsorInstaller.Install(Castle.Windsor.IWindsorContainer,Castle.MicroKernel.IConfigurationStore)">
- <summary>
- Performs the installation in the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
- </summary>
- <param name="container">The container.</param>
- <param name="store">The configuration store.</param>
- </member>
- <member name="M:Castle.Windsor.Installer.ConfigurationInstaller.#ctor(Castle.Windsor.Configuration.IConfigurationInterpreter)">
- <summary>
- Initializes a new instance of the ConfigurationInstaller class.
- </summary>
- </member>
- <member name="M:Castle.Windsor.Installer.ConfigurationInstaller.Environment(System.String)">
- <summary>
- Sets the configuration environment name.
- </summary>
- <param name="environmentName">The environment name.</param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.Installer.ConfigurationInstaller.Environment(Castle.Windsor.Installer.EnvironmentDelegate)">
- <summary>
- Set the configuration environment strategy.
- </summary>
- <param name="environment">The environment strategy.</param>
- <returns></returns>
- </member>
- <member name="T:Castle.Windsor.Installer.DefaultComponentInstaller">
- <summary>
- Default <see cref="T:Castle.Windsor.IComponentsInstaller"/> implementation.
- </summary>
- </member>
- <member name="T:Castle.Windsor.IComponentsInstaller">
- <summary>
- Installs the components and facilities based on the
- information on the configuration store.
- </summary>
- </member>
- <member name="M:Castle.Windsor.IComponentsInstaller.SetUp(Castle.Windsor.IWindsorContainer,Castle.MicroKernel.IConfigurationStore)">
- <summary>
- Perform installation.
- </summary>
- <param name="container">Target container</param>
- <param name="store">Configuration store</param>
- </member>
- <member name="M:Castle.Windsor.Installer.DefaultComponentInstaller.SetUp(Castle.Windsor.IWindsorContainer,Castle.MicroKernel.IConfigurationStore)">
- <summary>
- Perform installation.
- </summary>
- <param name="container">Target container</param>
- <param name="store">Configuration store</param>
- </member>
- <member name="M:Castle.Windsor.Proxy.AbstractProxyFactory.ObtainInterceptors(Castle.MicroKernel.IKernel,Castle.Core.ComponentModel,Castle.MicroKernel.CreationContext)">
- <summary>
- Obtains the interceptors associated with the component.
- </summary>
- <param name="kernel">The kernel instance</param>
- <param name="model">The component model</param>
- <param name="context">The creation context</param>
- <returns>interceptors array</returns>
- </member>
- <member name="T:Castle.Windsor.Proxy.DefaultProxyFactory">
- <summary>
- This implementation of <see cref="T:Castle.MicroKernel.IProxyFactory"/> relies
- on DynamicProxy to expose proxy capabilies.
- </summary>
- <remarks>
- Note that only virtual methods can be intercepted in a
- concrete class. However, if the component
- was registered with a service interface, we proxy
- the interface and the methods don't need to be virtual,
- </remarks>
- </member>
- <member name="M:Castle.Windsor.Proxy.DefaultProxyFactory.#ctor">
- <summary>
- Constructs a DefaultProxyFactory
- </summary>
- </member>
- <member name="M:Castle.Windsor.Proxy.DefaultProxyFactory.Create(Castle.MicroKernel.IKernel,System.Object,Castle.Core.ComponentModel,Castle.MicroKernel.CreationContext,System.Object[])">
- <summary>
- Creates the proxy for the supplied component.
- </summary>
- <param name="kernel">The kernel.</param>
- <param name="target">The target.</param>
- <param name="model">The model.</param>
- <param name="constructorArguments">The constructor arguments.</param>
- <param name="context">The creation context</param>
- <returns>The component proxy.</returns>
- </member>
- <member name="M:Castle.Windsor.Proxy.DefaultProxyFactory.RequiresTargetInstance(Castle.MicroKernel.IKernel,Castle.Core.ComponentModel)">
- <summary>
- Determines if the component requiries a target instance for proxying.
- </summary>
- <param name="kernel">The kernel.</param>
- <param name="model">The model.</param>
- <returns>true if an instance is required.</returns>
- </member>
- <member name="T:Castle.Windsor.IEnvironmentInfo">
- <summary>
- Gets the environment information (name). Implementors should
- use to define their environments and how those affect the configuration.
- </summary>
- </member>
- <member name="M:Castle.Windsor.IEnvironmentInfo.GetEnvironmentName">
- <summary>
- Gets the name of the environment.
- </summary>
- <returns></returns>
- </member>
- <member name="T:Castle.Windsor.IWindsorContainer">
- <summary>
- The <c>IWindsorContainer</c> interface exposes all the
- functionality the Windsor implements.
- </summary>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
- <summary>
- Registers a facility within the container.
- </summary>
- <param name="key">The key by which the <see cref="T:Castle.MicroKernel.IFacility"/> gets indexed.</param>
- <param name="facility">The <see cref="T:Castle.MicroKernel.IFacility"/> to add to the container.</param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String)">
- <summary>
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
- </summary>
- <typeparam name="T">The facility type.</typeparam>
- <param name="key"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Action{``0})">
- <summary>
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
- </summary>
- <typeparam name="T">The facility type.</typeparam>
- <param name="key"></param>
- <param name="onCreate">The callback for creation.</param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
- <summary>
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
- </summary>
- <typeparam name="T">The facility type.</typeparam>
- <param name="key"></param>
- <param name="onCreate">The callback for creation.</param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1">
- <summary>
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
- </summary>
- <typeparam name="T">The facility type.</typeparam>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Action{``0})">
- <summary>
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
- </summary>
- <typeparam name="T">The facility type.</typeparam>
- <param name="onCreate">The callback for creation.</param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
- <summary>
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
- </summary>
- <typeparam name="T">The facility type.</typeparam>
- <param name="onCreate">The callback for creation.</param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <param name="key">The key by which the component gets indexed.</param>
- <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent(System.String,System.Type,System.Type)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <param name="key">The key by which the component gets indexed.</param>
- <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
- <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle(System.String,System.Type,Castle.Core.LifestyleType)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <param name="key">The key by which the component gets indexed.</param>
- <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle(System.String,System.Type,System.Type,Castle.Core.LifestyleType)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <param name="key">The key by which the component gets indexed.</param>
- <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
- <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Collections.IDictionary)">
- <summary>
- Adds a concrete class as a component and specify the extended properties.
- Used by facilities, mostly.
- </summary>
- <param name="key"></param>
- <param name="classType"></param>
- <param name="extendedProperties"></param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties(System.String,System.Type,System.Type,System.Collections.IDictionary)">
- <summary>
- Adds a concrete class and an interface
- as a component and specify the extended properties.
- Used by facilities, mostly.
- </summary>
- <param name="key"></param>
- <param name="serviceType"></param>
- <param name="classType"></param>
- <param name="extendedProperties"></param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1">
- <summary>
- Adds a component to be managed by the container.
- The key to obtain the component will be the FullName of the type.
- </summary>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``1(System.String)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- <param name="key">The key by which the component gets indexed.</param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(Castle.Core.LifestyleType)">
- <summary>
- Adds a component to be managed by the container.
- The key to obtain the component will be the FullName of the type.
- </summary>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``1(System.String,Castle.Core.LifestyleType)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- <param name="key">The key by which the component gets indexed.</param>
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2">
- <summary>
- Adds a component to be managed by the container
- The key to obtain the component will be the FullName of the type.
- </summary>
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponent``2(System.String)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- <param name="key">The key by which the component gets indexed.</param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(Castle.Core.LifestyleType)">
- <summary>
- Adds a component to be managed by the container
- The key to obtain the component will be the FullName of the type.
- </summary>
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentLifeStyle``2(System.String,Castle.Core.LifestyleType)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- <param name="key">The key by which the component gets indexed.</param>
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties``1(System.Collections.IDictionary)">
- <summary>
- Adds a concrete class as a component and specify the extended properties.
- Used by facilities, mostly.
- The key to obtain the component will be the FullName of the type.
- </summary>
- <typeparam name="T"></typeparam>
- <param name="extendedProperties"></param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentWithProperties``1(System.String,System.Collections.IDictionary)">
- <summary>
- Adds a concrete class as a component and specify the extended properties.
- Used by facilities, mostly.
- </summary>
- <typeparam name="T"></typeparam>
- <param name="key"></param>
- <param name="extendedProperties"></param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
- <summary>
- Adds a concrete class and an interface
- as a component and specify the extended properties.
- Used by facilities, mostly.
- The key to obtain the component will be the FullName of the type.
- </summary>
- <typeparam name="I"></typeparam>
- <typeparam name="T"></typeparam>
- <param name="extendedProperties"></param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
- <summary>
- Adds a concrete class and an interface
- as a component and specify the extended properties.
- Used by facilities, mostly.
- </summary>
- <typeparam name="I"></typeparam>
- <typeparam name="T"></typeparam>
- <param name="key"></param>
- <param name="extendedProperties"></param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Register(Castle.MicroKernel.Registration.IRegistration[])">
- <summary>
- Registers the components provided by the <see cref="T:Castle.MicroKernel.Registration.IRegistration"/>s
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
- <para/>
- Create a new registration using <see cref="T:Castle.MicroKernel.Registration.Component"/>.For() or <see cref="T:Castle.MicroKernel.Registration.AllTypes"/>.
- </summary>
- <example>
- <code>
- container.Register(Component.For<IService>().ImplementedBy<DefaultService>());
- </code>
- </example>
- <param name="registrations">The component registrations.</param>
- <returns>The container.</returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Install(Castle.Windsor.IWindsorInstaller[])">
- <summary>
- Installs the components provided by the <see cref="T:Castle.Windsor.IWindsorInstaller"/>s
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
- <param name="installers">The component installers.</param>
- <returns>The container.</returns>
- </summary>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Collections.IDictionary)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <param name="arguments"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Object)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <param name="argumentsAsAnonymousType"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <param name="service"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type)">
- <summary>
- Returns a component instance by the service
- </summary>
- <param name="service"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type,System.Collections.IDictionary)">
- <summary>
- Returns a component instance by the service
- </summary>
- <param name="service"></param>
- <param name="arguments"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type,System.Object)">
- <summary>
- Returns a component instance by the service
- </summary>
- <param name="service"></param>
- <param name="argumentsAsAnonymousType"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Release(System.Object)">
- <summary>
- Releases a component instance
- </summary>
- <param name="instance"></param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
- <summary>
- Registers a subcontainer. The components exposed
- by this container will be accessible from subcontainers.
- </summary>
- <param name="childContainer"></param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
- <summary>
- Remove a child container
- </summary>
- <param name="childContainer"></param>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.GetChildContainer(System.String)">
- <summary>
- Gets a child container instance by name.
- </summary>
- <param name="name">The container's name.</param>
- <returns>The child container instance or null</returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1">
- <summary>
- Returns a component instance by the service
- </summary>
- <typeparam name="T">Service type</typeparam>
- <returns>The component instance</returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.Collections.IDictionary)">
- <summary>
- Returns a component instance by the service
- </summary>
- <typeparam name="T">Service type</typeparam>
- <param name="arguments"></param>
- <returns>The component instance</returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.Object)">
- <summary>
- Returns a component instance by the service
- </summary>
- <typeparam name="T">Service type</typeparam>
- <param name="argumentsAsAnonymousType"></param>
- <returns>The component instance</returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key">Component's key</param>
- <typeparam name="T">Service type</typeparam>
- <returns>The Component instance</returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String,System.Collections.IDictionary)">
- <summary>
- Returns a component instance by the key
- </summary>
- <typeparam name="T">Service type</typeparam>
- <param name="key">Component's key</param>
- <param name="arguments"></param>
- <returns>The Component instance</returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve``1(System.String,System.Object)">
- <summary>
- Returns a component instance by the key
- </summary>
- <typeparam name="T">Service type</typeparam>
- <param name="key">Component's key</param>
- <param name="argumentsAsAnonymousType"></param>
- <returns>The Component instance</returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type,System.Collections.IDictionary)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <param name="service"></param>
- <param name="arguments"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.Resolve(System.String,System.Type,System.Object)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <param name="service"></param>
- <param name="argumentsAsAnonymousType"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1">
- <summary>
- Resolve all valid components that match this type.
- </summary>
- <typeparam name="T">The service type</typeparam>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type)">
- <summary>
- Resolve all valid components that mathc this service
- <param name="service">the service to match</param>
- </summary>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type,System.Collections.IDictionary)">
- <summary>
- Resolve all valid components that mathc this service
- <param name="service">the service to match</param>
- <param name="arguments">Arguments to resolve the service</param>
- </summary>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll(System.Type,System.Object)">
- <summary>
- Resolve all valid components that mathc this service
- <param name="service">the service to match</param>
- <param name="argumentsAsAnonymousType">Arguments to resolve the service</param>
- </summary>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1(System.Collections.IDictionary)">
- <summary>
- Resolve all valid components that match this type.
- <typeparam name="T">The service type</typeparam>
- <param name="arguments">Arguments to resolve the service</param>
- </summary>
- </member>
- <member name="M:Castle.Windsor.IWindsorContainer.ResolveAll``1(System.Object)">
- <summary>
- Resolve all valid components that match this type.
- <typeparam name="T">The service type</typeparam>
- <param name="argumentsAsAnonymousType">Arguments to resolve the service</param>
- </summary>
- </member>
- <member name="P:Castle.Windsor.IWindsorContainer.Name">
- <summary>
- Gets the container's name
- </summary>
- <remarks>
- Only useful when child containers are being used
- </remarks>
- <value>The container's name.</value>
- </member>
- <member name="P:Castle.Windsor.IWindsorContainer.Item(System.String)">
- <summary>
- Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve(System.String)"/>
- </summary>
- </member>
- <member name="P:Castle.Windsor.IWindsorContainer.Item(System.Type)">
- <summary>
- Shortcut to <see cref="M:Castle.Windsor.IWindsorContainer.Resolve(System.Type)"/>
- </summary>
- </member>
- <member name="P:Castle.Windsor.IWindsorContainer.Kernel">
- <summary>
- Returns the inner instance of the MicroKernel
- </summary>
- </member>
- <member name="P:Castle.Windsor.IWindsorContainer.Parent">
- <summary>
- Gets or sets the parent container if this instance
- is a sub container.
- </summary>
- </member>
- <member name="T:Castle.Windsor.WindsorContainer">
- <summary>
- Implementation of <see cref="T:Castle.Windsor.IWindsorContainer"/>
- which delegates to <see cref="T:Castle.MicroKernel.IKernel"/> implementation.
- </summary>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.#ctor">
- <summary>
- Constructs a container without any external
- configuration reference
- </summary>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.IConfigurationStore)">
- <summary>
- Constructs a container using the specified
- <see cref="T:Castle.MicroKernel.IConfigurationStore"/> implementation.
- </summary>
- <param name="store">The instance of an <see cref="T:Castle.MicroKernel.IConfigurationStore"/> implementation.</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.Configuration.IConfigurationInterpreter)">
- <summary>
- Constructs a container using the specified
- <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation.
- </summary>
- <param name="interpreter">The instance of an <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation.</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.Configuration.IConfigurationInterpreter,Castle.Windsor.IEnvironmentInfo)">
- <summary>
- Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
- </summary>
- <param name="interpreter">The interpreter.</param>
- <param name="environmentInfo">The environment info.</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.#ctor(System.String)">
- <summary>
- Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class using a
- xml file to configure it.
- <para>
- Equivalent to the use of <c>new WindsorContainer(new XmlInterpreter(xmlFile))</c>
- </para>
- </summary>
- <param name="xmlFile">The XML file.</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.IKernel,Castle.Windsor.IComponentsInstaller)">
- <summary>
- Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
- implementation. Rarely used.
- </summary>
- <remarks>
- This constructs sets the Kernel.ProxyFactory property to
- <c>Proxy.DefaultProxyFactory</c>
- </remarks>
- <param name="kernel">Kernel instance</param>
- <param name="installer">Installer instance</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.#ctor(System.String,Castle.MicroKernel.IKernel,Castle.Windsor.IComponentsInstaller)">
- <summary>
- Constructs a container using the specified <see cref="T:Castle.MicroKernel.IKernel"/>
- implementation. Rarely used.
- </summary>
- <remarks>
- This constructs sets the Kernel.ProxyFactory property to
- <c>Proxy.DefaultProxyFactory</c>
- </remarks>
- <param name="name">Container's name</param>
- <param name="kernel">Kernel instance</param>
- <param name="installer">Installer instance</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.MicroKernel.IProxyFactory)">
- <summary>
- Constructs with a given <see cref="T:Castle.MicroKernel.IProxyFactory"/>.
- </summary>
- <param name="proxyFactory">A instance of an <see cref="T:Castle.MicroKernel.IProxyFactory"/>.</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.#ctor(Castle.Windsor.IWindsorContainer,Castle.Windsor.Configuration.IConfigurationInterpreter)">
- <summary>
- Constructs a container assigning a parent container
- before starting the dependency resolution.
- </summary>
- <param name="parent">The instance of an <see cref="T:Castle.Windsor.IWindsorContainer"/></param>
- <param name="interpreter">The instance of an <see cref="T:Castle.Windsor.Configuration.IConfigurationInterpreter"/> implementation</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.#ctor(System.String,Castle.Windsor.IWindsorContainer,Castle.Windsor.Configuration.IConfigurationInterpreter)">
- <summary>
- Initializes a new instance of the <see cref="T:Castle.Windsor.WindsorContainer"/> class.
- </summary>
- <param name="name">The container's name.</param>
- <param name="parent">The parent.</param>
- <param name="interpreter">The interpreter.</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility(System.String,Castle.MicroKernel.IFacility)">
- <summary>
- Registers a facility within the kernel.
- </summary>
- <param name="key"></param>
- <param name="facility"></param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String)">
- <summary>
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
- </summary>
- <typeparam name="T">The facility type.</typeparam>
- <param name="key"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Action{``0})">
- <summary>
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
- </summary>
- <typeparam name="T">The facility type.</typeparam>
- <param name="key"></param>
- <param name="onCreate">The callback for creation.</param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.String,System.Func{``0,System.Object})">
- <summary>
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
- </summary>
- <typeparam name="T">The facility type.</typeparam>
- <param name="key"></param>
- <param name="onCreate">The callback for creation.</param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1">
- <summary>
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
- </summary>
- <typeparam name="T">The facility type.</typeparam>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Action{``0})">
- <summary>
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
- </summary>
- <typeparam name="T">The facility type.</typeparam>
- <param name="onCreate">The callback for creation.</param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddFacility``1(System.Func{``0,System.Object})">
- <summary>
- Creates and adds an <see cref="T:Castle.MicroKernel.IFacility"/> facility to the container.
- </summary>
- <typeparam name="T">The facility type.</typeparam>
- <param name="onCreate">The callback for creation.</param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <param name="key"></param>
- <param name="classType"></param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent(System.String,System.Type,System.Type)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <param name="key"></param>
- <param name="serviceType"></param>
- <param name="classType"></param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle(System.String,System.Type,Castle.Core.LifestyleType)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <param name="key">The key by which the component gets indexed.</param>
- <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle(System.String,System.Type,System.Type,Castle.Core.LifestyleType)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <param name="key">The key by which the component gets indexed.</param>
- <param name="serviceType">The service <see cref="T:System.Type"/> that the component implements.</param>
- <param name="classType">The <see cref="T:System.Type"/> to manage.</param>
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1">
- <summary>
- Adds a component to be managed by the container.
- The key to obtain the component will be the FullName of the type.
- </summary>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``1(System.String)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- <param name="key">The key by which the component gets indexed.</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``1(Castle.Core.LifestyleType)">
- <summary>
- Adds a component to be managed by the container.
- The key to obtain the component will be the FullName of the type.
- </summary>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2(System.String)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- <param name="key">The key by which the component gets indexed.</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``2(Castle.Core.LifestyleType)">
- <summary>
- Adds a component to be managed by the container
- The key to obtain the component will be the FullName of the type.
- </summary>
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``1(System.String,Castle.Core.LifestyleType)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- <param name="key">The key by which the component gets indexed.</param>
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponent``2">
- <summary>
- Adds a component to be managed by the container
- The key to obtain the component will be the FullName of the type.
- </summary>
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentLifeStyle``2(System.String,Castle.Core.LifestyleType)">
- <summary>
- Adds a component to be managed by the container
- </summary>
- <typeparam name="I">The service <see cref="T:System.Type"/> that the component implements.</typeparam>
- <typeparam name="T">The <see cref="T:System.Type"/> to manage.</typeparam>
- <param name="key">The key by which the component gets indexed.</param>
- <param name="lifestyle">The <see cref="T:Castle.Core.LifestyleType"/> with which to manage the component.</param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentWithProperties``1(System.Collections.IDictionary)">
- <summary>
- Adds a concrete class as a component and specify the extended properties.
- Used by facilities, mostly.
- The key to obtain the component will be the FullName of the type.
- </summary>
- <typeparam name="T"></typeparam>
- <param name="extendedProperties"></param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentWithProperties``1(System.String,System.Collections.IDictionary)">
- <summary>
- Adds a concrete class as a component and specify the extended properties.
- Used by facilities, mostly.
- </summary>
- <typeparam name="T"></typeparam>
- <param name="key"></param>
- <param name="extendedProperties"></param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.Collections.IDictionary)">
- <summary>
- Adds a concrete class and an interface
- as a component and specify the extended properties.
- Used by facilities, mostly.
- The key to obtain the component will be the FullName of the type.
- </summary>
- <typeparam name="I"></typeparam>
- <typeparam name="T"></typeparam>
- <param name="extendedProperties"></param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddComponentProperties``2(System.String,System.Collections.IDictionary)">
- <summary>
- Adds a concrete class and an interface
- as a component and specify the extended properties.
- Used by facilities, mostly.
- </summary>
- <typeparam name="I"></typeparam>
- <typeparam name="T"></typeparam>
- <param name="key"></param>
- <param name="extendedProperties"></param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Register(Castle.MicroKernel.Registration.IRegistration[])">
- <summary>
- Registers the components described by the <see cref="T:Castle.MicroKernel.Registration.ComponentRegistration`1"/>s
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
- <param name="registrations">The component registrations.</param>
- <returns>The container.</returns>
- </summary>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Install(Castle.Windsor.IWindsorInstaller[])">
- <summary>
- Installs the components provided by the <see cref="T:Castle.Windsor.IWindsorInstaller"/>s
- with the <see cref="T:Castle.Windsor.IWindsorContainer"/>.
- <param name="installers">The component installers.</param>
- <returns>The container.</returns>
- </summary>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type,System.Collections.IDictionary)">
- <summary>
- Returns a component instance by the service
- </summary>
- <param name="service"></param>
- <param name="arguments"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type,System.Object)">
- <summary>
- Returns a component instance by the service
- </summary>
- <param name="service"></param>
- <param name="argumentsAsAnonymousType"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Collections.IDictionary)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <param name="arguments"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Object)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <param name="argumentsAsAnonymousType"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)">
- <summary>
- Returns a component instance by the service
- </summary>
- <param name="service"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1">
- <summary>
- Resolve all valid components that match this type.
- </summary>
- <typeparam name="T">The service type</typeparam>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Collections.IDictionary)">
- <summary>
- Resolve all valid components that match this type.
- <typeparam name="T">The service type</typeparam>
- <param name="arguments">Arguments to resolve the service</param>
- </summary>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.ResolveAll``1(System.Object)">
- <summary>
- Resolve all valid components that match this type.
- <typeparam name="T">The service type</typeparam>
- <param name="argumentsAsAnonymousType">Arguments to resolve the service</param>
- </summary>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <param name="service"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type,System.Collections.IDictionary)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <param name="service"></param>
- <param name="arguments"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve(System.String,System.Type,System.Object)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <param name="service"></param>
- <param name="argumentsAsAnonymousType"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.Collections.IDictionary)">
- <summary>
- Returns a component instance by the service
- </summary>
- <typeparam name="T"></typeparam>
- <param name="arguments"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.Object)">
- <summary>
- Returns a component instance by the service
- </summary>
- <typeparam name="T"></typeparam>
- <param name="argumentsAsAnonymousType"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String,System.Collections.IDictionary)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <param name="arguments"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String,System.Object)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <param name="argumentsAsAnonymousType"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve``1">
- <summary>
- Returns a component instance by the service
- </summary>
- <typeparam name="T"></typeparam>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Resolve``1(System.String)">
- <summary>
- Returns a component instance by the key
- </summary>
- <param name="key"></param>
- <returns></returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Release(System.Object)">
- <summary>
- Releases a component instance
- </summary>
- <param name="instance"></param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.AddChildContainer(Castle.Windsor.IWindsorContainer)">
- <summary>
- Registers a subcontainer. The components exposed
- by this container will be accessible from subcontainers.
- </summary>
- <param name="childContainer"></param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.RemoveChildContainer(Castle.Windsor.IWindsorContainer)">
- <summary>
- Removes (unregisters) a subcontainer. The components exposed by this container
- will no longer be accessible to the child container.
- </summary>
- <param name="childContainer"></param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.GetChildContainer(System.String)">
- <summary>
- Gets a child container instance by name.
- </summary>
- <param name="name">The container's name.</param>
- <returns>The child container instance or null</returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.GetService(System.Type)">
- <summary>
- Gets the service object of the specified type.
- </summary>
- <returns>
- A service object of type serviceType.
- </returns>
- <param name="serviceType">An object that specifies the type of service object to get. </param>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.GetService``1">
- <summary>
- Gets the service object of the specified type.
- </summary>
- <returns>
- A service object of type serviceType.
- </returns>
- </member>
- <member name="M:Castle.Windsor.WindsorContainer.Dispose">
- <summary>
- Executes Dispose on underlying <see cref="T:Castle.MicroKernel.IKernel"/>
- </summary>
- </member>
- <member name="P:Castle.Windsor.WindsorContainer.Name">
- <summary>
- Gets the container's name
- </summary>
- <remarks>
- Only useful when child containers are being used
- </remarks>
- <value>The container's name.</value>
- </member>
- <member name="P:Castle.Windsor.WindsorContainer.Kernel">
- <summary>
- Returns the inner instance of the MicroKernel
- </summary>
- </member>
- <member name="P:Castle.Windsor.WindsorContainer.Parent">
- <summary>
- Gets or sets the parent container if this instance
- is a sub container.
- </summary>
- </member>
- <member name="P:Castle.Windsor.WindsorContainer.Item(System.String)">
- <summary>
- Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.String)"/>
- </summary>
- </member>
- <member name="P:Castle.Windsor.WindsorContainer.Item(System.Type)">
- <summary>
- Shortcut to the method <see cref="M:Castle.Windsor.WindsorContainer.Resolve(System.Type)"/>
- </summary>
- </member>
- </members>
- </doc>
|