Click or drag to resize

IHostedApplications Interface

Interface for Hosted Application

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 IHostedApplications : ISharedEnumerable<ISharedHostedApplication>, 
	IEnumerable<ISharedHostedApplication>, IEnumerable

The IHostedApplications type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the given IHostedApplication to the collection
Public methodFindByModule
Gets the IHostedApplication corresponding to the given module Guid
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from ISharedEnumerableT.)
Public methodRemove
Removes the given IHostedApplication from the collection
Top
See Also