Interface IRecipeStep
A retrieval step is a part of a Recipe.
Namespace: ZeroInstall.Model
Assembly: ZeroInstall.Model.dll
Syntax
public interface IRecipeStep
Methods
Normalize(FeedUri)
Converts legacy elements, sets default values, etc..
Declaration
void Normalize(FeedUri feedUri = null)
Parameters
Type | Name | Description |
---|---|---|
FeedUri | feedUri | The feed the data was originally loaded from. |
Exceptions
Type | Condition |
---|---|
UriFormatException | Href is relative and |