Click or drag to resize

IApplicationIdentityList Interface

Application Identity list

Namespace:  EBP.Framework.Common.Interfaces.Host
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public interface IApplicationIdentityList : ISharedEnumerable<IApplicationIdentity>, 
	IEnumerable<IApplicationIdentity>, IEnumerable

The IApplicationIdentityList type exposes the following members.

Methods
  NameDescription
Public methodFind
Return application corresponding to guid, version
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from ISharedEnumerableT.)
Top
See Also