Table of Contents

Interface IRecipeStep

Namespace
ZeroInstall.Model
Assembly
ZeroInstall.Model.dll

A retrieval step is a part of a Recipe.

public interface IRecipeStep : ICloneable<IRecipeStep>
Inherited Members

Methods

Normalize(FeedUri?)

Converts legacy elements, sets default values, etc..

void Normalize(FeedUri? feedUri = null)

Parameters

feedUri FeedUri

The feed the data was originally loaded from.

Exceptions

UriFormatException

Href is relative and feedUri is a remote URI.