Click or drag to resize

IAssemblyInfoList Interface

Interface for AssemblyInfo 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 IAssemblyInfoList : IEnumerable<IAssemblyInfo>, 
	IEnumerable

The IAssemblyInfoList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Items count
Public propertyItem
Items getter
Top
Methods
  NameDescription
Public methodAdd
Adds an assemblyInfo to the required assemblies list
Public methodFind(IApplicationIdentity)
Finds an IAssemblyInfo matching the given Id and Version
Public methodFind(Guid, Version)
Finds an IAssemblyInfo matching the given Id and Version
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIAssemblyInfo.)
Public methodGetVersions
Gets version for a given Id
Top
Remarks
Classes which implement this interface must be marked as Serializable
See Also