IReadWriteLocator Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Unity Application Block information can be found at the Unity Application Block site.

The IReadWriteLocator type exposes the following members.

Methods

  Name Description
Ee651464.pubmethod(en-us,PandP.10).gif Add
Adds an object to the locator, with the given key.
Ee651464.pubmethod(en-us,PandP.10).gif Contains
Determine if the locator contains an object for the given key.
(Inherited from IReadableLocator.)
Ee651464.pubmethod(en-us,PandP.10).gif FindBy
Finds objects in the locator using the predicate, and returns a temporary locator filled with the found objects.
(Inherited from IReadableLocator.)
Ee651464.pubmethod(en-us,PandP.10).gif Get Overloaded.
Ee651464.pubmethod(en-us,PandP.10).gif GetEnumerator Overloaded.
Ee651464.pubmethod(en-us,PandP.10).gif Remove
Removes an object from the locator.

Properties

  Name Description
Ee651464.pubproperty(en-us,PandP.10).gif Count
Gets the number of items in the locator.
(Inherited from IReadableLocator.)
Ee651464.pubproperty(en-us,PandP.10).gif ParentLocator
Gets the parent locator.
(Inherited from IReadableLocator.)
Ee651464.pubproperty(en-us,PandP.10).gif ReadOnly
Determines if the locator is read-only.
(Inherited from IReadableLocator.)

See Also

IReadWriteLocator Interface

Microsoft.Practices.ObjectBuilder2 Namespace