Click or drag to resize

IDatabaseShortcuts Interface

[Missing <summary> documentation for "T:EBP.Framework.Data.Interfaces.Database.IDatabaseShortcuts"]

Namespace:  EBP.Framework.Data.Interfaces.Database
Assembly:  EBP.Framework.Data.Interfaces (in EBP.Framework.Data.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public interface IDatabaseShortcuts : IList<IDatabaseShortcut>, 
	ICollection<IDatabaseShortcut>, IEnumerable<IDatabaseShortcut>, IEnumerable

The IDatabaseShortcuts type exposes the following members.

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