Click or drag to resize

IActionCollection Interface

Action collection

Namespace:  EBP.Api.Interfaces.Menus
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IActionCollection : ICollection<IActionBase>, 
	IEnumerable<IActionBase>, IEnumerable, IDisposable, IEquatable<IProxy>

The IActionCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ICollectionIActionBase.)
Public propertyIsReadOnly (Inherited from ICollectionIActionBase.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionIActionBase.)
Public methodClear (Inherited from ICollectionIActionBase.)
Public methodContains (Inherited from ICollectionIActionBase.)
Public methodCopyTo (Inherited from ICollectionIActionBase.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIActionBase.)
Public methodRemove (Inherited from ICollectionIActionBase.)
Top
See Also