Table of Contents

Interface IDependencyContainer

Namespace
ZeroInstall.Model
Assembly
ZeroInstall.Model.dll

An object that contains Dependencys and Restrictions.

public interface IDependencyContainer
Extension Methods

Properties

Dependencies

A list of interfaces this implementation depends upon.

List<Dependency> Dependencies { get; }

Property Value

List<Dependency>

Restrictions

A list of interfaces that are restricted to specific versions when used.

List<Restriction> Restrictions { get; }

Property Value

List<Restriction>