Click or drag to resize

IRegisteredProviders Interface

[Missing <summary> documentation for "T:EBP.Framework.BusinessLogic.InterfacesV7.Host.IRegisteredProviders"]

Namespace:  EBP.Framework.BusinessLogic.InterfacesV7.Host
Assembly:  EBP.Framework.BusinessLogic.InterfacesV7 (in EBP.Framework.BusinessLogic.InterfacesV7.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IRegisteredProviders : IList<Guid>, 
	ICollection<Guid>, IEnumerable<Guid>, IEnumerable

The IRegisteredProviders type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ICollectionGuid.)
Public propertyDefaultProvider
Public propertyIsReadOnly (Inherited from ICollectionGuid.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IListGuid.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionGuid.)
Public methodClear (Inherited from ICollectionGuid.)
Public methodContains (Inherited from ICollectionGuid.)
Public methodCopyTo (Inherited from ICollectionGuid.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableGuid.)
Public methodIndexOf (Inherited from IListGuid.)
Public methodInsert (Inherited from IListGuid.)
Public methodRemove (Inherited from ICollectionGuid.)
Public methodRemoveAt (Inherited from IListGuid.)
Top
See Also